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.java664 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps
992 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java660 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps
988 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
/external/icu/icu4c/source/common/
Ducase.cpp674 isPrecededBySoftDotted(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted() function
980 … } else if(loc==UCASE_LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(csp, iter, context)) { in toUpperOrTitle()