/third_party/icu/icu4c/source/common/ |
H A D | loclikelysubtags.h | 33 const int32_t *distances = nullptr; member
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | IMatchFinder.cs | 21 UInt32 GetMatches(UInt32[] distances);
in GetMatches() argument
|
H A D | LzBinTree.cs | 118 public UInt32 GetMatches(UInt32[] distances)
in GetMatches() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | loclikelysubtags.h | 34 const int32_t *distances = nullptr; member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | loclikelysubtags.h | 33 const int32_t *distances = nullptr; member
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | DistanceTable.java | 175 private final int[] distances; field in DistanceTable 177 private DistanceTable(Node rootNode, int[] distances) { in DistanceTable() argument [all...] |
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
H A D | BinTree.java | 118 public int GetMatches(int[] distances) throws IOException
in GetMatches() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 70 float distances[BLOCK_MAX_TEXELS]; in kmeans_init() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleDistance.java | 110 public int[] distances; field in LocaleDistance.Data 112 Data(byte[] trie, byte[] regionToPartitionsIndex, String[] partitionArrays, Set<LSR> paradigmLSRs, int[] distances) Data() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleDistance.java | 115 public int[] distances; field in LocaleDistance.Data 117 Data(byte[] trie, byte[] regionToPartitionsIndex, String[] partitionArrays, Set<LSR> paradigmLSRs, int[] distances) Data() argument [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathWriter.cpp | 187 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_rt_common.c | 84 nir_variable *distances = in intersect_ray_amd_software_box() local [all...] |
H A D | radv_cmd_buffer.c | 1091 uint32_t *distances = alloca(num_samples * sizeof(*distances)); in radv_compute_centroid_priority() local
|
/third_party/lzma/Asm/x86/ |
H A D | LzFindOpt.asm | 122 distances equ QWORD PTR [r4 + 8 * 5]
define
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 349 void prune(int level, int[] distances) { in prune() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
H A D | LocaleDistanceBuilder.java | 349 void prune(int level, int[] distances) { in prune() argument [all...] |
/third_party/lzma/C/ |
H A D | LzFind.c | 1136 static UInt32* Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
in Bt2_MatchFinder_GetMatches() argument 1145 UInt32* Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
in Bt3Zip_MatchFinder_GetMatches() argument 1161 static UInt32* Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances)
in Bt3_MatchFinder_GetMatches() argument 1188 distances[0] = (UInt32)maxLen;
in Bt3_MatchFinder_GetMatches() local 1202 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) Bt4_MatchFinder_GetMatches() argument 1257 distances[-2] = (UInt32)maxLen; Bt4_MatchFinder_GetMatches() local 1270 Bt5_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) Bt5_MatchFinder_GetMatches() argument 1329 distances[-2] = (UInt32)maxLen; Bt5_MatchFinder_GetMatches() local 1342 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) Hc4_MatchFinder_GetMatches() argument 1397 distances[-2] = (UInt32)maxLen; Hc4_MatchFinder_GetMatches() local 1410 Hc5_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) Hc5_MatchFinder_GetMatches() argument 1469 distances[-2] = maxLen; Hc5_MatchFinder_GetMatches() local 1482 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) Hc3Zip_MatchFinder_GetMatches() argument [all...] |
/third_party/rust/crates/strsim-rs/src/ |
H A D | lib.rs | 336 let mut distances = vec![0; (a_len + 2) * (b_len + 2)]; in generic_damerau_levenshtein() variables [all...] |