/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleDistance.java | 137 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/ |
D | LocaleDistance.java | 142 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/ |
D | loclikelysubtags.cpp | 120 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/ |
D | loclikelysubtags.cpp | 120 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/ |
D | zstd_compress_internal.h | 169 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
|
D | zstd_opt.c | 1061 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
|
D | zstd_compress.c | 1774 …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/ |
D | zstd_v06.c | 591 ZSTDv06_match_t* matchTable; member
|
D | zstd_v07.c | 2825 ZSTDv07_match_t* matchTable; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 90931 ZSTD_match_t *matchTable; member
|
D | vmlinux.h | 90931 ZSTD_match_t *matchTable; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 57645 ZSTD_match_t *matchTable; member
|
D | vmlinux_510.h | 57645 ZSTD_match_t *matchTable; member
|