Home
last modified time | relevance | path

Searched refs:isFollowedByDotAbove (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java950 private final boolean isFollowedByDotAbove(ContextIterator iter) { in isFollowedByDotAbove() method in UCaseProps
1086 } else if(caseLocale==LOC_TURKISH && c==0x49 && !isFollowedByDotAbove(iter)) { in toFullLower()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java950 private final boolean isFollowedByDotAbove(ContextIterator iter) { in isFollowedByDotAbove() method in UCaseProps
1086 } else if(caseLocale==LOC_TURKISH && c==0x49 && !isFollowedByDotAbove(iter)) { in toFullLower()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp1037 isFollowedByDotAbove(UCaseContextIterator *iter, void *context) { in isFollowedByDotAbove() function
1153 } else if(loc==UCASE_LOC_TURKISH && c==0x49 && !isFollowedByDotAbove(iter, context)) { in ucase_toFullLower()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp1011 isFollowedByDotAbove(UCaseContextIterator *iter, void *context) { in isFollowedByDotAbove() function
1127 } else if(loc==UCASE_LOC_TURKISH && c==0x49 && !isFollowedByDotAbove(iter, context)) { in ucase_toFullLower()
/third_party/node/deps/icu-small/source/common/
Ducase.cpp1037 isFollowedByDotAbove(UCaseContextIterator *iter, void *context) { in isFollowedByDotAbove() function
1153 } else if(loc==UCASE_LOC_TURKISH && c==0x49 && !isFollowedByDotAbove(iter, context)) { in ucase_toFullLower()
/third_party/icu/icu4c/source/common/
Ducase.cpp1037 isFollowedByDotAbove(UCaseContextIterator *iter, void *context) { in isFollowedByDotAbove() function
1153 } else if(loc==UCASE_LOC_TURKISH && c==0x49 && !isFollowedByDotAbove(iter, context)) { in ucase_toFullLower()