Searched refs:gLessThan (Results 1 – 2 of 2) sorted by relevance
26 static const UChar gLessThan = 0x003c; variable330 case gLessThan: in makeSubstitution()
72 static const UChar gLessThan = 0x003c; variable495 …if (c == gLessThan && subEnd != -1 && subEnd < ruleText.length() - 1 && ruleText.charAt(subEnd+1) … in extractSubstitution()