OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newch
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/java/lang/
CaseMapper.java
57
char
newCh
;
62
newCh
= GREEK_SMALL_FINAL_SIGMA;
64
newCh
= Character.toLowerCase(ch);
66
if (newValue == null && ch !=
newCh
) {
72
newValue[newCount++] =
newCh
;
Completed in 2847 milliseconds