Home
last modified time | relevance | path

Searched refs:matchTable (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleDistance.java142 UResource.Table matchTable = value.getTable(); in load() local
144 ByteBuffer buffer = getValue(matchTable, "trie", value).getBinary(); in load()
148 buffer = getValue(matchTable, "regionToPartitions", value).getBinary(); in load()
156 String[] partitions = getValue(matchTable, "partitions", value).getStringArray(); in load()
159 if (matchTable.findValue("paradigms", value)) { in load()
171 int[] distances = getValue(matchTable, "distances", value).getIntVector(); in load()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java137 UResource.Table matchTable = value.getTable(); in load() local
139 ByteBuffer buffer = getValue(matchTable, "trie", value).getBinary(); in load()
143 buffer = getValue(matchTable, "regionToPartitions", value).getBinary(); in load()
151 String[] partitions = getValue(matchTable, "partitions", value).getStringArray(); in load()
154 if (matchTable.findValue("paradigms", value)) { in load()
166 int[] distances = getValue(matchTable, "distances", value).getIntVector(); in load()
/external/icu/icu4c/source/common/
Dloclikelysubtags.cpp120 ResourceTable matchTable = value.getTable(errorCode); in load() local
123 if (matchTable.findValue("trie", value)) { in load()
128 if (matchTable.findValue("regionToPartitions", value)) { in load()
137 if (!readStrings(matchTable, "partitions", value, in load()
139 !readStrings(matchTable, "paradigms", value, in load()
148 if (matchTable.findValue("distances", value)) { in load()
/external/zstd/lib/compress/
Dzstd_compress_internal.h122 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
Dzstd_opt.c952 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
Dzstd_compress.c1573 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_… in ZSTD_reset_matchState()
/external/zstd/lib/legacy/
Dzstd_v06.c594 ZSTDv06_match_t* matchTable; member
Dzstd_v07.c2829 ZSTDv07_match_t* matchTable; member
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...