HomeSort by relevance Sort by last modified time
    Searched refs:shortLength (Results 1 - 4 of 4) sorted by null

  /external/dexmaker/src/dx/java/com/android/dx/util/
Mutf8.java 65 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
77 if (shortLength && result > 65535) {
  /libcore/dex/src/main/java/com/android/dex/
Mutf8.java 66 private static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
78 if (shortLength && result > 65535) {
  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 70 * as two, four, or even eight bytes. If {@code shortLength} is true, we'll throw an
73 public static long countBytes(String s, boolean shortLength) throws UTFDataFormatException {
85 if (shortLength && result > 65535) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [all...]

Completed in 208 milliseconds