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