Home
last modified time | relevance | path

Searched refs:ucase_tolower (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Ducase.h87 ucase_tolower(const UCaseProps *csp, UChar32 c);
Ducase.cpp134 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower() function
1246 return ucase_tolower(GET_CASE_PROPS(), c); in u_tolower()
/external/icu/icu4c/source/common/unicode/
Durename.h562 #define ucase_tolower U_ICU_ENTRY_POINT_RENAME(ucase_tolower) macro
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3292 if(ucase_tolower(ccsp, 0x41)!=0x41) { in TestUCase()