Searched refs:ucase_getType (Results 1 - 12 of 12) 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));
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.cpp221 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
233 if(UCASE_NONE!=ucase_getType(csm->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));
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.cpp221 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
233 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
/external/icu/icu4c/source/common/unicode/
H A Durename.h546 #define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) macro
/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c3245 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3244 if(UCASE_LOWER!=ucase_getType(csp, 0xdf)) { /* verify islower(sharp s) */

Completed in 152 milliseconds