Home
last modified time | relevance | path

Searched refs:gLessThan (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp28 static const UChar gLessThan = 0x003c; variable
332 case gLessThan: in makeSubstitution()
Dnfrule.cpp73 static const UChar gLessThan = 0x003c; variable
496 …if (c == gLessThan && subEnd != -1 && subEnd < fRuleText.length() - 1 && fRuleText.charAt(subEnd+1… in extractSubstitution()