Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 23, 2012
  3. Apr 19, 2012
  4. Apr 17, 2012
  5. Apr 06, 2012
  6. Apr 05, 2012
  7. Apr 04, 2012
  8. 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
  9. Mar 08, 2012
Loading