Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java500 char tempChar; in stripRules() local
502 tempChar = temp.charAt(0); in stripRules()
505 if (tempChar == 0xFFFFFFFF) { in stripRules()
510 … if (!isUWhiteSpace(tempChar) && !isPunctuation(tempChar) && !isControl(tempChar)) { in stripRules()
512 curChar = tempChar; in stripRules()