Home | History | Annotate | Download | only in util

Lines Matching refs:stringPool

25 import libcore.internal.StringPool;
181 private final StringPool stringPool = new StringPool();
891 return stringPool.get(buffer, start, pos - start - 1);
989 result = stringPool.get(buffer, pos, i);
1023 String hex = stringPool.get(buffer, pos, 4);
1095 value = stringPool.get(buffer, valuePos, valueLength);