Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp26 static const UChar gLessThan = 0x003c; variable
330 case gLessThan: in makeSubstitution()
Dnfrule.cpp72 static const UChar gLessThan = 0x003c; variable
495 …if (c == gLessThan && subEnd != -1 && subEnd < ruleText.length() - 1 && ruleText.charAt(subEnd+1) … in extractSubstitution()