Skip to content
Snippets Groups Projects
  1. Jan 09, 2014
  2. Jan 08, 2014
  3. Oct 08, 2013
  4. Sep 24, 2013
  5. Jun 24, 2013
  6. Apr 10, 2013
  7. Feb 12, 2013
  8. Jan 17, 2013
  9. Dec 28, 2012
  10. Oct 29, 2012
  11. Oct 22, 2012
  12. Oct 04, 2012
  13. Sep 18, 2012
  14. Sep 14, 2012
  15. Sep 13, 2012
  16. Aug 29, 2012
  17. Aug 22, 2012
  18. Jul 05, 2012
  19. Jun 26, 2012
    • Kurt Partridge's avatar
      fix IllegalOutOfBoundsException · 01106f6a
      Kurt Partridge authored
      StringUtils.toCodePointArray() had thrown IllegalOutOfBoundsException if
      passed an empty string.  change to just return an empty int[].
      
      Bug: 6188932
      Change-Id: Ic41c628c0d407f49fc98cd48cb7ea13d8d5bdd77
      01106f6a
  20. Apr 23, 2012
  21. Apr 19, 2012
  22. Apr 17, 2012
  23. Apr 06, 2012
  24. Apr 05, 2012
  25. Apr 04, 2012
  26. Mar 13, 2012
    • Jean Chalard's avatar
      Kill the StringBuilderPool. · adf218ee
      Jean Chalard authored
      The intention may have been nice originally but these end up
      being copied anyway :/
      Let's remove them now, and in a later change, just keep
      references to the created objects.
      
      Change-Id: Ifba8357c20384f9eb40cd916665ed1fc6dc8cab1
      adf218ee
  27. Mar 08, 2012
Loading