Home | History | Annotate | Download | only in i18n

Lines Matching refs:gLessThan

57 static const UChar gLessThan = 0x003c;
427 if (c == gLessThan && subEnd != -1 && subEnd < ruleText.length() - 1 && ruleText.charAt(subEnd+1) == c) {