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.java666 int dotType; in isPrecededBySoftDotted() local
673 dotType=getDotType(c); in isPrecededBySoftDotted()
674 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()
676 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()
721 int dotType; in isPrecededBy_I() local
731 dotType=getDotType(c); in isPrecededBy_I()
732 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()
743 int dotType; in isFollowedByMoreAbove() local
750 dotType=getDotType(c); in isFollowedByMoreAbove()
751 if(dotType==ABOVE) { in isFollowedByMoreAbove()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java662 int dotType; in isPrecededBySoftDotted() local
669 dotType=getDotType(c); in isPrecededBySoftDotted()
670 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()
672 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()
717 int dotType; in isPrecededBy_I() local
727 dotType=getDotType(c); in isPrecededBy_I()
728 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()
739 int dotType; in isFollowedByMoreAbove() local
746 dotType=getDotType(c); in isFollowedByMoreAbove()
747 if(dotType==ABOVE) { in isFollowedByMoreAbove()
[all …]
/external/icu/icu4c/source/common/
Ducase.cpp676 int32_t dotType; in isPrecededBySoftDotted() local
684 dotType=getDotType(csp, c); in isPrecededBySoftDotted()
685 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()
687 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()
733 int32_t dotType; in isPrecededBy_I() local
744 dotType=getDotType(csp, c); in isPrecededBy_I()
745 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()
757 int32_t dotType; in isFollowedByMoreAbove() local
765 dotType=getDotType(csp, c); in isFollowedByMoreAbove()
766 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
[all …]