Searched refs:END_OF_RULE (Results 1 – 1 of 1) sorted by relevance
52 #define END_OF_RULE ((UChar)0x003B) /*;*/ macro106 END_OF_RULE,952 if (c == END_OF_RULE) in parseRules()987 if (p != pos && ICU_Utility::parseChar(rule, p, END_OF_RULE)) { in parseRules()991 idBlockResult.append(id->canonID).append(END_OF_RULE); in parseRules()993 idBlockResult.insert(0, END_OF_RULE); in parseRules()1002 if (ICU_Utility::parseChar(rule, p, END_OF_RULE) in parseRules()1319 if (rule.charAt(--pos) == END_OF_RULE) { in parseRule()