Searched refs:ucase_tolower (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducase.h87 ucase_tolower(const UCaseProps *csp, UChar32 c);
H A Ducase.cpp135 ucase_tolower(const UCaseProps *csp, UChar32 c) { function
1247 return ucase_tolower(GET_CASE_PROPS(), c);
/external/icu/icu4c/source/common/
H A Ducase.h87 ucase_tolower(const UCaseProps *csp, UChar32 c);
H A Ducase.cpp135 ucase_tolower(const UCaseProps *csp, UChar32 c) { function
1247 return ucase_tolower(GET_CASE_PROPS(), c);
/external/icu/icu4c/source/common/unicode/
H A Durename.h555 #define ucase_tolower U_ICU_ENTRY_POINT_RENAME(ucase_tolower) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h565 #define ucase_tolower U_ICU_ENTRY_POINT_RENAME(ucase_tolower) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c3255 if(ucase_tolower(ccsp, 0x41)!=0x41) {
3256 log_err("ucase_tolower(dummy, A)!=A\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3254 if(ucase_tolower(ccsp, 0x41)!=0x41) {
3255 log_err("ucase_tolower(dummy, A)!=A\n");

Completed in 106 milliseconds