Searched refs:ucase_getType (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducase.cpp431 ucase_getType(const UCaseProps *csp, UChar32 c) { function
436 /** @return same as ucase_getType() and set bit 2 if c is case-ignorable */
1235 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c));
1240 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c));
1278 return (UBool)(UCASE_LOWER==ucase_getType(csp, c));
1280 return (UBool)(UCASE_UPPER==ucase_getType(csp, c));
1286 return (UBool)(UCASE_NONE!=ucase_getType(csp, c));
H A Ducasemap.cpp314 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
326 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
H A Ducase.h157 ucase_getType(const UCaseProps *csp, UChar32 c);
159 /** @return same as ucase_getType(), or <0 if c is case-ignorable */
H A Dustrcase.cpp220 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
232 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
/external/icu/icu4c/source/common/unicode/
H A Durename.h553 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3282 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */

Completed in 90 milliseconds