Home
last modified time | relevance | path

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

/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/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/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/cronet/third_party/icu/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.h169 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
Dzstd_opt.c1061 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
Dzstd_compress.c1774 …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.c591 ZSTDv06_match_t* matchTable; member
Dzstd_v07.c2825 ZSTDv07_match_t* matchTable; member
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h90931 ZSTD_match_t *matchTable; member
Dvmlinux.h90931 ZSTD_match_t *matchTable; member
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h57645 ZSTD_match_t *matchTable; member
Dvmlinux_510.h57645 ZSTD_match_t *matchTable; member