Searched defs:ucase_getType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducase.cpp432 ucase_getType(const UCaseProps *csp, UChar32 c) { function
437 /** @return same as ucase_getType() and set bit 2 if c is case-ignorable */
1236 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c));
1241 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c));
1279 return (UBool)(UCASE_LOWER==ucase_getType(csp, c));
1281 return (UBool)(UCASE_UPPER==ucase_getType(csp, c));
1287 return (UBool)(UCASE_NONE!=ucase_getType(csp, c));
/external/icu/icu4c/source/common/
H A Ducase.cpp432 ucase_getType(const UCaseProps *csp, UChar32 c) { function
437 /** @return same as ucase_getType() and set bit 2 if c is case-ignorable */
1236 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c));
1241 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c));
1279 return (UBool)(UCASE_LOWER==ucase_getType(csp, c));
1281 return (UBool)(UCASE_UPPER==ucase_getType(csp, c));
1287 return (UBool)(UCASE_NONE!=ucase_getType(csp, c));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h556 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h546 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro

Completed in 138 milliseconds