Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/java/lang/
DCaseMapper.java31 private static final char GREEK_CAPITAL_SIGMA = '\u03a3'; field in CaseMapper
60 } else if (ch == GREEK_CAPITAL_SIGMA && isFinalSigma(s, i)) { in toLowerCase()