Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java489 public final int getDotType(int c) { in getDotType() method in UCaseProps
499 return getDotType(c)==SOFT_DOTTED; in isSoftDotted()
861 dotType=getDotType(c); in isPrecededBySoftDotted()
919 dotType=getDotType(c); in isPrecededBy_I()
938 dotType=getDotType(c); in isFollowedByMoreAbove()
962 dotType=getDotType(c); in isFollowedByDotAbove()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java485 public final int getDotType(int c) { in getDotType() method in UCaseProps
495 return getDotType(c)==SOFT_DOTTED; in isSoftDotted()
861 dotType=getDotType(c); in isPrecededBySoftDotted()
919 dotType=getDotType(c); in isPrecededBy_I()
938 dotType=getDotType(c); in isFollowedByMoreAbove()
962 dotType=getDotType(c); in isFollowedByDotAbove()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp597 getDotType(UChar32 c) { in getDotType() function
609 return (UBool)(getDotType(c)==UCASE_SOFT_DOTTED); in ucase_isSoftDotted()
943 dotType=getDotType(c); in isPrecededBySoftDotted()
1003 dotType=getDotType(c); in isPrecededBy_I()
1024 dotType=getDotType(c); in isFollowedByMoreAbove()
1050 dotType=getDotType(c); in isFollowedByDotAbove()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp596 getDotType(UChar32 c) { in getDotType() function
608 return (UBool)(getDotType(c)==UCASE_SOFT_DOTTED); in ucase_isSoftDotted()
917 dotType=getDotType(c); in isPrecededBySoftDotted()
977 dotType=getDotType(c); in isPrecededBy_I()
998 dotType=getDotType(c); in isFollowedByMoreAbove()
1024 dotType=getDotType(c); in isFollowedByDotAbove()
/third_party/node/deps/icu-small/source/common/
Ducase.cpp597 getDotType(UChar32 c) { in getDotType() function
609 return (UBool)(getDotType(c)==UCASE_SOFT_DOTTED); in ucase_isSoftDotted()
943 dotType=getDotType(c); in isPrecededBySoftDotted()
1003 dotType=getDotType(c); in isPrecededBy_I()
1024 dotType=getDotType(c); in isFollowedByMoreAbove()
1050 dotType=getDotType(c); in isFollowedByDotAbove()
/third_party/icu/icu4c/source/common/
Ducase.cpp597 getDotType(UChar32 c) { in getDotType() function
609 return (UBool)(getDotType(c)==UCASE_SOFT_DOTTED); in ucase_isSoftDotted()
943 dotType=getDotType(c); in isPrecededBySoftDotted()
1003 dotType=getDotType(c); in isPrecededBy_I()
1024 dotType=getDotType(c); in isFollowedByMoreAbove()
1050 dotType=getDotType(c); in isFollowedByDotAbove()