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

  /external/icu/icu4c/source/i18n/
collationruleparser.h 61 static const UChar POS_LEAD = 0xfffe;
65 * @see POS_LEAD
collationruleparser.cpp 468 str.setTo((UChar)POS_LEAD).append((UChar)(POS_BASE + pos));
473 str.setTo((UChar)POS_LEAD).append((UChar)(POS_BASE + LAST_REGULAR));
477 str.setTo((UChar)POS_LEAD).append((UChar)(POS_BASE + LAST_VARIABLE));
collationbuilder.cpp 289 if(str.charAt(0) == CollationRuleParser::POS_LEAD) {
    [all...]

Completed in 342 milliseconds