HomeSort by relevance Sort by last modified time
    Searched refs:towlower (Results 1 - 14 of 14) sorted by null

  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 32 return towlower(c);
42 return towlower(c);
90 *resultIterator++ = towlower(*sourceIterator++);
93 *resultIterator++ = towlower(*sourceIterator++);
  /external/stlport/stlport/stl/
_cwctype.h 82 using _STLP_VENDOR_CSTD_WFUNC::towlower;
  /bionic/libc/include/
wchar.h 108 extern wint_t towlower(wint_t);
  /external/icu4c/test/perf/charperf/
charperf.h 226 towlower(ch);
  /external/srec/portable/include/
ptypes.h 441 #define LTOLOWER towlower
  /ndk/build/platforms/android-3/arch-arm/usr/include/
wchar.h 107 extern wint_t towlower(wint_t);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
wchar.h 107 extern wint_t towlower(wint_t);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
wchar.h 107 extern wint_t towlower(wint_t);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
wchar.h 107 extern wint_t towlower(wint_t);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
wchar.h 108 extern wint_t towlower(wint_t);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
wchar.h 108 extern wint_t towlower(wint_t);
  /bionic/libc/stdlib/
wchar.c 245 wint_t towlower(wint_t wc) function
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 239 { return towlower(wc); }
  /external/gtest/src/
gtest.cc     [all...]

Completed in 664 milliseconds