Searched refs:gLessThan (Results 1 – 2 of 2) sorted by relevance
28 static const UChar gLessThan = 0x003c; variable332 case gLessThan: in makeSubstitution()
73 static const UChar gLessThan = 0x003c; variable496 …if (c == gLessThan && subEnd != -1 && subEnd < fRuleText.length() - 1 && fRuleText.charAt(subEnd+1… in extractSubstitution()