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