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

  /bionic/libc/bionic/
wctype.cpp 133 static auto u_toupper = reinterpret_cast<FnT>(__find_icu_symbol("u_toupper")); local
134 return u_toupper ? u_toupper(wc) : toupper(wc);
  /external/icu/icu4c/source/samples/props/
props.cpp 47 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));