Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
  2. Feb 12, 2013
  3. Jan 17, 2013
  4. Dec 28, 2012
  5. Oct 29, 2012
  6. Oct 22, 2012
  7. Oct 04, 2012
  8. Sep 18, 2012
  9. Sep 14, 2012
  10. Sep 13, 2012
  11. Aug 29, 2012
  12. Aug 22, 2012
  13. Jul 05, 2012
  14. 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
  15. Apr 23, 2012
  16. Apr 19, 2012
  17. Apr 17, 2012
  18. Apr 06, 2012
  19. Apr 05, 2012
  20. Apr 04, 2012
  21. 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
  22. Mar 08, 2012
Loading