Searched refs:getDotType (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | ucase.c | 419 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType() function 431 return (UBool)(getDotType(csp, c)==UCASE_SOFT_DOTTED); in ucase_isSoftDotted() 658 dotType=getDotType(csp, c); in isPrecededBySoftDotted() 718 dotType=getDotType(csp, c); in isPrecededBy_I() 739 dotType=getDotType(csp, c); in isFollowedByMoreAbove() 765 dotType=getDotType(csp, c); in isFollowedByDotAbove()
|
/external/icu4c/common/ |
D | ucase.cpp | 446 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType() function 458 return (UBool)(getDotType(csp, c)==UCASE_SOFT_DOTTED); in ucase_isSoftDotted() 685 dotType=getDotType(csp, c); in isPrecededBySoftDotted() 745 dotType=getDotType(csp, c); in isPrecededBy_I() 766 dotType=getDotType(csp, c); in isFollowedByMoreAbove() 792 dotType=getDotType(csp, c); in isFollowedByDotAbove()
|