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.java468 public final int getDotType(int c) { in getDotType() method in UCaseProps
478 return getDotType(c)==SOFT_DOTTED; in isSoftDotted()
673 dotType=getDotType(c); in isPrecededBySoftDotted()
731 dotType=getDotType(c); in isPrecededBy_I()
750 dotType=getDotType(c); in isFollowedByMoreAbove()
774 dotType=getDotType(c); in isFollowedByDotAbove()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java464 public final int getDotType(int c) { in getDotType() method in UCaseProps
474 return getDotType(c)==SOFT_DOTTED; in isSoftDotted()
669 dotType=getDotType(c); in isPrecededBySoftDotted()
727 dotType=getDotType(c); in isPrecededBy_I()
746 dotType=getDotType(c); in isFollowedByMoreAbove()
770 dotType=getDotType(c); in isFollowedByDotAbove()
/external/icu/icu4c/source/common/
Ducase.cpp445 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType() function
457 return (UBool)(getDotType(csp, c)==UCASE_SOFT_DOTTED); in ucase_isSoftDotted()
684 dotType=getDotType(csp, c); in isPrecededBySoftDotted()
744 dotType=getDotType(csp, c); in isPrecededBy_I()
765 dotType=getDotType(csp, c); in isFollowedByMoreAbove()
791 dotType=getDotType(csp, c); in isFollowedByDotAbove()