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

  /bionic/libc/bionic/
wctype.cpp 110 static auto u_tolower = reinterpret_cast<FnT>(__find_icu_symbol("u_tolower")); local
111 return u_tolower ? u_tolower(wc) : tolower(wc);
  /external/icu/icu4c/source/common/
ucase.cpp 1263 u_tolower(UChar32 c) { function
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 398 #define u_tolower U_ICU_ENTRY_POINT_RENAME(u_tolower) macro
    [all...]

Completed in 115 milliseconds