HomeSort by relevance Sort by last modified time
    Searched refs:MERGE_WEIGHT (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 381 // Pass through EOS and MERGE_WEIGHT
382 // and keep real tertiary weights larger than the MERGE_WEIGHT.
384 if(leftTertiary > MERGE_WEIGHT) {
387 if(rightTertiary > MERGE_WEIGHT) {
732 // Pass through EOS and MERGE_WEIGHT
733 // and keep real tertiary weights larger than the MERGE_WEIGHT.
735 if(leftTertiary > MERGE_WEIGHT) {
738 if(rightTertiary > MERGE_WEIGHT) {
802 return MERGE_WEIGHT;
824 return MERGE_WEIGHT; // U+FFF
    [all...]
collationfastlatin.h 136 * Must be greater than any special value, e.g., MERGE_WEIGHT.
155 * Must be greater than any special value, e.g., MERGE_WEIGHT.
167 static const uint32_t MERGE_WEIGHT = 3;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 132 * Must be greater than any special value, e.g., MERGE_WEIGHT.
151 * Must be greater than any special value, e.g., MERGE_WEIGHT.
163 static final int MERGE_WEIGHT = 3;
594 // Pass through EOS and MERGE_WEIGHT
595 // and keep real tertiary weights larger than the MERGE_WEIGHT.
597 if(leftTertiary > MERGE_WEIGHT) {
600 if(rightTertiary > MERGE_WEIGHT) {
673 return MERGE_WEIGHT;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 128 * Must be greater than any special value, e.g., MERGE_WEIGHT.
147 * Must be greater than any special value, e.g., MERGE_WEIGHT.
159 static final int MERGE_WEIGHT = 3;
590 // Pass through EOS and MERGE_WEIGHT
591 // and keep real tertiary weights larger than the MERGE_WEIGHT.
593 if(leftTertiary > MERGE_WEIGHT) {
596 if(rightTertiary > MERGE_WEIGHT) {
669 return MERGE_WEIGHT;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 220 milliseconds