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

  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 366 // Pass through EOS and MERGE_WEIGHT
367 // and keep real tertiary weights larger than the MERGE_WEIGHT.
369 if(leftTertiary > MERGE_WEIGHT) {
372 if(rightTertiary > MERGE_WEIGHT) {
718 // Pass through EOS and MERGE_WEIGHT
719 // and keep real tertiary weights larger than the MERGE_WEIGHT.
721 if(leftTertiary > MERGE_WEIGHT) {
724 if(rightTertiary > MERGE_WEIGHT) {
788 return MERGE_WEIGHT;
810 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;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 275 milliseconds