Skip to content
Snippets Groups Projects
  1. Sep 19, 2014
    • Jean Chalard's avatar
      [ML8] Add a language weight · 6da9b211
      Jean Chalard authored
      ...and rename an improperly named normalization value
      
      Bug: 11230254
      Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
      6da9b211
  2. Sep 18, 2014
  3. Sep 17, 2014
  4. Sep 01, 2014
  5. Jul 14, 2014
  6. Jul 08, 2014
  7. Jun 26, 2014
  8. Jun 25, 2014
  9. Jun 24, 2014
  10. Jun 17, 2014
  11. Jun 12, 2014
  12. Jun 09, 2014
  13. Jun 06, 2014
  14. Jun 05, 2014
  15. May 29, 2014
  16. May 28, 2014
  17. May 27, 2014
  18. May 26, 2014
  19. May 23, 2014
  20. May 21, 2014
  21. May 20, 2014
  22. May 19, 2014
  23. May 16, 2014
  24. May 15, 2014
  25. May 12, 2014
  26. May 09, 2014
  27. May 08, 2014
  28. Apr 22, 2014
  29. Apr 21, 2014
  30. Apr 18, 2014
    • Xiaojun Bi's avatar
      Fix a bug for counting code points in WordComposer.java · 11b70761
      Xiaojun Bi authored
      This bug threw an ArrayIndexOutOfBoundsException when the word length
      is 49 (maxSize + 1) when calling StringUtils.copyCodePointsAndReturnCodePointCount(...)
      in the same function. This bug is discovered by running SKETCH.
      
      The intent is to count the code points from index 0 to index i (included).
      The original code only counted the code points from index 0 to index (i-1).
      
      Bug: 13969542
      Change-Id: Idbf596aba2379ba552dbe580c83c42044d505aaf
      11b70761
Loading