Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java852 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps
1187 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java847 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps
1182 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
/external/icu/icu4c/source/common/
Ducase.cpp907 isPrecededBySoftDotted(UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted() function
1219 … } else if(loc==UCASE_LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter, context)) { in toUpperOrTitle()