Searched refs:getDotType (Results 1 – 3 of 3) sorted by relevance
468 public final int getDotType(int c) { in getDotType() method in UCaseProps478 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()
464 public final int getDotType(int c) { in getDotType() method in UCaseProps474 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()
445 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType() function457 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()