Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java849 int dotType; in isPrecededBySoftDotted() local
856 dotType=getDotType(c); in isPrecededBySoftDotted()
857 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()
859 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()
904 int dotType; in isPrecededBy_I() local
914 dotType=getDotType(c); in isPrecededBy_I()
915 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()
926 int dotType; in isFollowedByMoreAbove() local
933 dotType=getDotType(c); in isFollowedByMoreAbove()
934 if(dotType==ABOVE) { in isFollowedByMoreAbove()
[all …]
/external/icu/icu4c/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 …]