HomeSort by relevance Sort by last modified time
    Searched refs:towupper (Results 76 - 91 of 91) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
wchar.h 113 extern wint_t towupper(wint_t);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
wchar.h 113 extern wint_t towupper(wint_t);
  /external/bison/lib/
strtol.c 202 # define TOUPPER(Ch) towupper (Ch)
  /ndk/sources/android/support/include/
wchar.h 54 * - Unicode code points in wchar_t, and working towlower() / towupper()
237 wint_t towupper(wint_t);
  /bionic/libc/bionic/
wchar.cpp 212 wint_t towupper(wint_t wc) { function
  /ndk/sources/android/support/src/musl-ctype/
towctrans.c 260 wint_t towupper(wint_t wc) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 145 return __l->lc_ctype->core.user_api->towupper(__l->lc_ctype, __c);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 866 #define toupper(c) towupper(btowc(c))
    [all...]
unicodeobject.h 342 #define Py_UNICODE_TOUPPER(ch) towupper(ch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 866 #define toupper(c) towupper(btowc(c))
    [all...]
unicodeobject.h 342 #define Py_UNICODE_TOUPPER(ch) towupper(ch)
    [all...]
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 246 { return towupper(wc); }
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 246 { return towupper(wc); }
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 324 wc = towupper(wc);
339 wc = towupper(wc);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 322 wcu = towupper (wc);
390 wcu = towupper (wc);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 673 milliseconds

1 2 34