Home | History | Annotate | Download | only in util

Lines Matching defs:stringPool

25 import libcore.internal.StringPool;
181 private final StringPool stringPool = new StringPool();
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);