Searched refs:isPrecededBySoftDotted (Results 1 – 3 of 3) sorted by relevance
664 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps992 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
660 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps988 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
674 isPrecededBySoftDotted(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted() function980 … } else if(loc==UCASE_LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(csp, iter, context)) { in toUpperOrTitle()