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

/external/chromium_org/third_party/icu/source/common/
H A Ducase.c149 ucase_toupper(const UCaseProps *csp, UChar32 c) { function
1226 return ucase_toupper(GET_CASE_PROPS(), c);
/external/icu4c/common/
H A Ducase.cpp152 ucase_toupper(const UCaseProps *csp, UChar32 c) { function
1253 return ucase_toupper(GET_CASE_PROPS(), c);
/external/icu4c/common/unicode/
H A Durename.h553 #define ucase_toupper U_ICU_ENTRY_POINT_RENAME(ucase_toupper) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h558 #define ucase_toupper U_ICU_ENTRY_POINT_RENAME(ucase_toupper) macro

Completed in 205 milliseconds