Searched refs:MAX_SHORT (Results 1 – 12 of 12) sorted by relevance
167 if ((n < 0) || (n > Const.MAX_SHORT)) { in setIndex()
56 if ((index < 0) || (index > Const.MAX_SHORT)) { in LocalVariableGen()
125 static const uint32_t MAX_SHORT = SHORT_PRIMARY_MASK; variable
806 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()828 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF in lookupUTF8()851 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF in lookupUTF8Unsafe()
480 } else if(pri < (CollationFastLatin::MAX_SHORT - CollationFastLatin::SHORT_INC)) { in encodeUniqueCEs()
121 static final int MAX_SHORT = SHORT_PRIMARY_MASK; field in CollationFastLatin679 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()
450 } else if(pri < (CollationFastLatin.MAX_SHORT - CollationFastLatin.SHORT_INC)) { in encodeUniqueCEs()
117 static final int MAX_SHORT = SHORT_PRIMARY_MASK; field in CollationFastLatin675 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()
449 } else if(pri < (CollationFastLatin.MAX_SHORT - CollationFastLatin.SHORT_INC)) { in encodeUniqueCEs()
92 int MAX_SHORT = 65535; // 2^16 - 1 field
141 public static final int MAX_SHORT = 65535; // 2^16 - 1 field in Const