Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCaseProps.java854 int dotType; in isPrecededBySoftDotted() local
861 dotType=getDotType(c); in isPrecededBySoftDotted()
862 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()
864 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()
909 int dotType; in isPrecededBy_I() local
919 dotType=getDotType(c); in isPrecededBy_I()
920 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()
931 int dotType; in isFollowedByMoreAbove() local
938 dotType=getDotType(c); in isFollowedByMoreAbove()
939 if(dotType==ABOVE) { in isFollowedByMoreAbove()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java854 int dotType; in isPrecededBySoftDotted() local
861 dotType=getDotType(c); in isPrecededBySoftDotted()
862 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()
864 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()
909 int dotType; in isPrecededBy_I() local
919 dotType=getDotType(c); in isPrecededBy_I()
920 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()
931 int dotType; in isFollowedByMoreAbove() local
938 dotType=getDotType(c); in isFollowedByMoreAbove()
939 if(dotType==ABOVE) { in isFollowedByMoreAbove()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp935 int32_t dotType; in isPrecededBySoftDotted() local
943 dotType=getDotType(c); in isPrecededBySoftDotted()
944 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()
946 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()
992 int32_t dotType; in isPrecededBy_I() local
1003 dotType=getDotType(c); in isPrecededBy_I()
1004 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()
1016 int32_t dotType; in isFollowedByMoreAbove() local
1024 dotType=getDotType(c); in isFollowedByMoreAbove()
1025 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp909 int32_t dotType; in isPrecededBySoftDotted() local
917 dotType=getDotType(c); in isPrecededBySoftDotted()
918 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()
920 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()
966 int32_t dotType; in isPrecededBy_I() local
977 dotType=getDotType(c); in isPrecededBy_I()
978 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()
990 int32_t dotType; in isFollowedByMoreAbove() local
998 dotType=getDotType(c); in isFollowedByMoreAbove()
999 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducase.cpp935 int32_t dotType; in isPrecededBySoftDotted() local
943 dotType=getDotType(c); in isPrecededBySoftDotted()
944 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()
946 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()
992 int32_t dotType; in isPrecededBy_I() local
1003 dotType=getDotType(c); in isPrecededBy_I()
1004 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()
1016 int32_t dotType; in isFollowedByMoreAbove() local
1024 dotType=getDotType(c); in isFollowedByMoreAbove()
1025 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
[all …]
/third_party/icu/icu4c/source/common/
Ducase.cpp935 int32_t dotType; in isPrecededBySoftDotted() local
943 dotType=getDotType(c); in isPrecededBySoftDotted()
944 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()
946 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()
992 int32_t dotType; in isPrecededBy_I() local
1003 dotType=getDotType(c); in isPrecededBy_I()
1004 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()
1016 int32_t dotType; in isFollowedByMoreAbove() local
1024 dotType=getDotType(c); in isFollowedByMoreAbove()
1025 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
[all …]