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

/frameworks/base/tools/aapt/
H A DXMLNode.cpp998 sp<AaptFile> stringPool = strings.createStringBlock();
1000 << HexDump(stringPool->getData(), stringPool->getSize()) << endl);
1009 dest->writeData(stringPool->getData(), stringPool->getSize());
1039 dest->getSize(), (stringPool->getSize()*100)/dest->getSize(),
/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 595 milliseconds