Searched refs:FWDREV_RULE_OP (Results 1 – 3 of 3) sorted by relevance
140 private static final char FWDREV_RULE_OP = '~'; // internal rep of <> op field in TransliteratorParser1165 operator = FWDREV_RULE_OP; in parseRule()1177 operator = FWDREV_RULE_OP; in parseRule()1244 if (operator != FWDREV_RULE_OP && in parseRule()1260 if (operator == FWDREV_RULE_OP) { in parseRule()
139 private static final char FWDREV_RULE_OP = '~'; // internal rep of <> op field in TransliteratorParser1164 operator = FWDREV_RULE_OP; in parseRule()1176 operator = FWDREV_RULE_OP; in parseRule()1243 if (operator != FWDREV_RULE_OP && in parseRule()1259 if (operator == FWDREV_RULE_OP) { in parseRule()
49 #define FWDREV_RULE_OP ((UChar)0x007E) /*~*/ // internal rep of <> op macro1299 op = FWDREV_RULE_OP; in parseRule()1311 op = FWDREV_RULE_OP; in parseRule()1385 if (op != FWDREV_RULE_OP && in parseRule()1400 if (op == FWDREV_RULE_OP) { in parseRule()