Searched defs:stringPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DJsonReader.java181 private final StringPool stringPool = new StringPool(); field in class:JsonReader
888 return stringPool.get(buffer, start, pos - start - 1);
986 result = stringPool.get(buffer, pos, i);
1020 String hex = stringPool.get(buffer, pos, 4);
1092 value = stringPool.get(buffer, valuePos, valueLength);

Completed in 135 milliseconds