Home | History | Annotate | Download | only in i18n

Lines Matching refs:END_OF_RULE

52 #define END_OF_RULE       ((UChar)0x003B) /*;*/
106 END_OF_RULE,
358 * the END_OF_RULE character, or an operator.
376 * the limit, the END_OF_RULE character, an operator, or a
952 if (c == END_OF_RULE)
987 if (p != pos && ICU_Utility::parseChar(rule, p, END_OF_RULE)) {
991 idBlockResult.append(id->canonID).append(END_OF_RULE);
993 idBlockResult.insert(0, END_OF_RULE);
1002 if (ICU_Utility::parseChar(rule, p, END_OF_RULE)
1319 if (rule.charAt(--pos) == END_OF_RULE) {