Searched defs:TER_ONLY_COMMON_MIDDLE (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationkeys.h138 static const uint32_t TER_ONLY_COMMON_MIDDLE = TER_ONLY_COMMON_LOW + 0x60; member in class:CollationKeys
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationKeys.java286 private static final int TER_ONLY_COMMON_MIDDLE = TER_ONLY_COMMON_LOW + 0x60; field in class:CollationKeys
604 tertiaries.appendByte(TER_ONLY_COMMON_MIDDLE);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java282 private static final int TER_ONLY_COMMON_MIDDLE = TER_ONLY_COMMON_LOW + 0x60; field in class:CollationKeys
600 tertiaries.appendByte(TER_ONLY_COMMON_MIDDLE);
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1273 TER_ONLY_COMMON_MIDDLE = 0x65 /* range 05..C5 */ enumerator in enum:__anon6800
1325 if (*tempptr < TER_ONLY_COMMON_MIDDLE) {
1352 if (*tempptr > TER_ONLY_COMMON_MIDDLE) {

Completed in 170 milliseconds