Home
last modified time | relevance | path

Searched refs:readStrings (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Dloclikelysubtags.cpp84 if (!readStrings(likelyTable, "languageAliases", value, in load()
86 !readStrings(likelyTable, "regionAliases", value, in load()
88 !readStrings(likelyTable, "lsrs", value, in load()
137 if (!readStrings(matchTable, "partitions", value, in load()
139 !readStrings(matchTable, "paradigms", value, in load()
223 bool readStrings(const ResourceTable &table, const char *key, ResourceValue &value, in readStrings() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp42 Error PDBStringTable::readStrings(BinaryStreamReader &Reader) { in readStrings() function in PDBStringTable
93 if (auto EC = readStrings(SectionReader)) in reload()
/external/vogar/src/vogar/
DExpectationStore.java166 readStrings(reader, names); in readExpectation()
176 readStrings(reader, tags); in readExpectation()
217 private void readStrings(JsonReader reader, Set<String> output) throws IOException { in readStrings() method in ExpectationStore
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h51 Error readStrings(BinaryStreamReader &Reader);