Home
last modified time | relevance | path

Searched defs:distances (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dloclikelysubtags.h33 const int32_t *distances = nullptr; member
/third_party/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs21 UInt32 GetMatches(UInt32[] distances); in GetMatches() argument
H A DLzBinTree.cs118 public UInt32 GetMatches(UInt32[] distances) in GetMatches() argument
/third_party/node/deps/icu-small/source/common/
H A Dloclikelysubtags.h34 const int32_t *distances = nullptr; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dloclikelysubtags.h33 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 DDistanceTable.java175 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 DBinTree.java118 public int GetMatches(int[] distances) throws IOException in GetMatches() argument
/third_party/astc-encoder/Source/
H A Dastcenc_find_best_partitioning.cpp70 float distances[BLOCK_MAX_TEXELS]; in kmeans_init() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleDistance.java110 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 DLocaleDistance.java115 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 DSkPathWriter.cpp187 DistanceLessThan(double* distances) : fDistances(distances) { } in DistanceLessThan() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.c84 nir_variable *distances = in intersect_ray_amd_software_box() local
[all...]
H A Dradv_cmd_buffer.c1091 uint32_t *distances = alloca(num_samples * sizeof(*distances)); in radv_compute_centroid_priority() local
/third_party/lzma/Asm/x86/
H A DLzFindOpt.asm122 distances equ QWORD PTR [r4 + 8 * 5] define
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java349 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 DLocaleDistanceBuilder.java349 void prune(int level, int[] distances) { in prune() argument
[all...]
/third_party/lzma/C/
H A DLzFind.c1136 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 Dlib.rs336 let mut distances = vec![0; (a_len + 2) * (b_len + 2)]; in generic_damerau_levenshtein() variables
[all...]

Completed in 31 milliseconds