Searched refs:UCASE_SENSITIVE (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ | ||
D | ucase.h | 358 #define UCASE_SENSITIVE 0x10 macro |
D | ucase.cpp | 615 return (UBool)((props&UCASE_SENSITIVE)!=0); in ucase_isCaseSensitive() |