Searched refs:POS_LEAD (Results 1 – 7 of 7) sorted by relevance
59 static final char POS_LEAD = 0xfffe; field in CollationRuleParser509 str.append(POS_LEAD).append((char)(POS_BASE + pos)); in parseSpecialPosition()514 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_REGULAR.ordinal())); in parseSpecialPosition()518 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_VARIABLE.ordinal())); in parseSpecialPosition()
114 if(str.charAt(0) == CollationRuleParser.POS_LEAD) { in addReset()
55 static final char POS_LEAD = 0xfffe; field in CollationRuleParser505 str.append(POS_LEAD).append((char)(POS_BASE + pos)); in parseSpecialPosition()510 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_REGULAR.ordinal())); in parseSpecialPosition()514 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_VARIABLE.ordinal())); in parseSpecialPosition()
110 if(str.charAt(0) == CollationRuleParser.POS_LEAD) { in addReset()
63 static const UChar POS_LEAD = 0xfffe; variable
468 str.setTo((UChar)POS_LEAD).append((UChar)(POS_BASE + pos)); in parseSpecialPosition()473 str.setTo((UChar)POS_LEAD).append((UChar)(POS_BASE + LAST_REGULAR)); in parseSpecialPosition()477 str.setTo((UChar)POS_LEAD).append((UChar)(POS_BASE + LAST_VARIABLE)); in parseSpecialPosition()
298 if(str.charAt(0) == CollationRuleParser::POS_LEAD) { in addReset()