HomeSort by relevance Sort by last modified time
    Searched defs:u_toupper (Results 1 - 3 of 3) sorted by null

  /bionic/libc/bionic/
wctype.cpp 116 static auto u_toupper = reinterpret_cast<FnT>(__find_icu_symbol("u_toupper")); local
117 return u_toupper ? u_toupper(wc) : toupper(wc);
  /external/icu/icu4c/source/common/
ucase.cpp 1269 u_toupper(UChar32 c) { function
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 400 #define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) macro
    [all...]

Completed in 242 milliseconds