Searched refs:GREEK_CAPITAL_SIGMA (Results 1 – 1 of 1) sorted by relevance
31 private static final char GREEK_CAPITAL_SIGMA = '\u03a3'; field in CaseMapper60 } else if (ch == GREEK_CAPITAL_SIGMA && isFinalSigma(s, i)) { in toLowerCase()