HomeSort by relevance Sort by last modified time
    Searched refs:towlower (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
wchar.h 104 extern wint_t towlower(wint_t);
  /prebuilts/ndk/current/sources/android/support/include/
wchar.h 41 * - no proper Unicode support (e.g. towlower() only works on ASCII
54 * - Unicode code points in wchar_t, and working towlower() / towupper()
218 wint_t towlower(wint_t);
  /ndk/sources/android/support/src/musl-ctype/
towctrans.c 265 wint_t towlower(wint_t wc) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 157 return __l->lc_ctype->core.user_api->towlower(__l->lc_ctype, __c);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 170 wint_t __cdecl towlower(wint_t _C);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 864 #define tolower(c) towlower(btowc(c))
    [all...]
unicodeobject.h 341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 864 #define tolower(c) towlower(btowc(c))
    [all...]
unicodeobject.h 341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 864 #define tolower(c) towlower(btowc(c))
    [all...]
unicodeobject.h 341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 864 #define tolower(c) towlower(btowc(c))
    [all...]
unicodeobject.h 341 #define Py_UNICODE_TOLOWER(ch) towlower(ch)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 243 { return towlower(wc); }
  /external/ltrace/etc/
libc.so.conf 485 wint_t towlower(wint_t);

Completed in 745 milliseconds

1 2 34 5