Searched refs:MERGE_WEIGHT (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 130 * Must be greater than any special value, e.g., MERGE_WEIGHT. 149 * Must be greater than any special value, e.g., MERGE_WEIGHT. 161 static final int MERGE_WEIGHT = 3; field in CollationFastLatin 594 // Pass through EOS and MERGE_WEIGHT in compareUTF16() 595 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF16() 597 if(leftTertiary > MERGE_WEIGHT) { in compareUTF16() 600 if(rightTertiary > MERGE_WEIGHT) { in compareUTF16() 673 return MERGE_WEIGHT; in lookup()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 134 * Must be greater than any special value, e.g., MERGE_WEIGHT. 153 * Must be greater than any special value, e.g., MERGE_WEIGHT. 165 static final int MERGE_WEIGHT = 3; field in CollationFastLatin 598 // Pass through EOS and MERGE_WEIGHT in compareUTF16() 599 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF16() 601 if(leftTertiary > MERGE_WEIGHT) { in compareUTF16() 604 if(rightTertiary > MERGE_WEIGHT) { in compareUTF16() 677 return MERGE_WEIGHT; in lookup()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationfastlatin.cpp | 383 // Pass through EOS and MERGE_WEIGHT in compareUTF16() 384 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF16() 386 if(leftTertiary > MERGE_WEIGHT) { in compareUTF16() 389 if(rightTertiary > MERGE_WEIGHT) { in compareUTF16() 734 // Pass through EOS and MERGE_WEIGHT in compareUTF8() 735 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF8() 737 if(leftTertiary > MERGE_WEIGHT) { in compareUTF8() 740 if(rightTertiary > MERGE_WEIGHT) { in compareUTF8() 804 return MERGE_WEIGHT; in lookup() 826 return MERGE_WEIGHT; // in lookupUTF8() [all...] |
H A D | collationfastlatin.h | 138 * Must be greater than any special value, e.g., MERGE_WEIGHT. 157 * Must be greater than any special value, e.g., MERGE_WEIGHT. 169 static const uint32_t MERGE_WEIGHT = 3; member in CollationFastLatin
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationfastlatin.cpp | 383 // Pass through EOS and MERGE_WEIGHT in compareUTF16() 384 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF16() 386 if(leftTertiary > MERGE_WEIGHT) { in compareUTF16() 389 if(rightTertiary > MERGE_WEIGHT) { in compareUTF16() 734 // Pass through EOS and MERGE_WEIGHT in compareUTF8() 735 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF8() 737 if(leftTertiary > MERGE_WEIGHT) { in compareUTF8() 740 if(rightTertiary > MERGE_WEIGHT) { in compareUTF8() 804 return MERGE_WEIGHT; in lookup() 826 return MERGE_WEIGHT; // in lookupUTF8() [all...] |
H A D | collationfastlatin.h | 138 * Must be greater than any special value, e.g., MERGE_WEIGHT. 157 * Must be greater than any special value, e.g., MERGE_WEIGHT. 169 static const uint32_t MERGE_WEIGHT = 3; member in CollationFastLatin
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationfastlatin.cpp | 383 // Pass through EOS and MERGE_WEIGHT in compareUTF16() 384 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF16() 386 if(leftTertiary > MERGE_WEIGHT) { in compareUTF16() 389 if(rightTertiary > MERGE_WEIGHT) { in compareUTF16() 734 // Pass through EOS and MERGE_WEIGHT in compareUTF8() 735 // and keep real tertiary weights larger than the MERGE_WEIGHT. in compareUTF8() 737 if(leftTertiary > MERGE_WEIGHT) { in compareUTF8() 740 if(rightTertiary > MERGE_WEIGHT) { in compareUTF8() 804 return MERGE_WEIGHT; in lookup() 826 return MERGE_WEIGHT; // in lookupUTF8() [all...] |
H A D | collationfastlatin.h | 138 * Must be greater than any special value, e.g., MERGE_WEIGHT. 157 * Must be greater than any special value, e.g., MERGE_WEIGHT. 169 static const uint32_t MERGE_WEIGHT = 3; member in CollationFastLatin
|
Completed in 10 milliseconds