Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/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()
/external/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()
856 dotType=getDotType(c); in isPrecededBySoftDotted()
914 dotType=getDotType(c); in isPrecededBy_I()
933 dotType=getDotType(c); in isFollowedByMoreAbove()
957 dotType=getDotType(c); in isFollowedByDotAbove()
/external/icu/icu4c/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()