HomeSort by relevance Sort by last modified time
    Searched defs:decodedChars (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 53 private CharBuffer decodedChars;
123 decodedChars = CharBuffer.allocate(80);
141 coderResult = decoder.decode(encodedBytes, decodedChars, false);
144 decodedChars.flip();
145 builder.append(decodedChars);
146 decodedChars.clear();
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
UnicodeEscaper.java 290 char[] decodedChars = new char[2];
360 int len = Character.toChars(cp, decodedChars, 0);
361 outputChars(decodedChars, len);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 69 milliseconds