Searched refs:isPrecededBySoftDotted (Results 1 – 3 of 3) sorted by relevance
852 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps1187 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
847 private final boolean isPrecededBySoftDotted(ContextIterator iter) { in isPrecededBySoftDotted() method in UCaseProps1182 } else if(loc==LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter)) { in toUpperOrTitle()
907 isPrecededBySoftDotted(UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted() function1219 … } else if(loc==UCASE_LOC_LITHUANIAN && c==0x307 && isPrecededBySoftDotted(iter, context)) { in toUpperOrTitle()