Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java973 jDot= "j\u0307", field in UCaseProps
1047 out.append(jDot); in toFullLower()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java968 jDot= "j\u0307", field in UCaseProps
1042 out.append(jDot); in toFullLower()
/external/icu/icu4c/source/common/
Ducase.cpp204 static const UChar jDot[2] = { 0x6a, 0x307 }; variable
1090 *pString=jDot; in ucase_toFullLower()