HomeSort by relevance Sort by last modified time
    Searched refs:wctrans_t (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /ndk/sources/android/support/src/musl-ctype/
wctrans.c 4 wctrans_t wctrans(const char *class)
6 if (!strcmp(class, "toupper")) return (wctrans_t)1;
7 if (!strcmp(class, "tolower")) return (wctrans_t)2;
11 wint_t towctrans(wint_t wc, wctrans_t trans)
13 if (trans == (wctrans_t)1) return towupper(wc);
14 if (trans == (wctrans_t)2) return towlower(wc);
  /ndk/sources/android/support/src/musl-locale/
wctrans_l.c 3 wctrans_t wctrans_l(const char *s, locale_t l)
towctrans_l.c 3 wint_t towctrans_l(wint_t c, wctrans_t t, locale_t l)
  /external/stlport/stlport/stl/
_cwctype.h 32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
  /ndk/sources/android/support/include/
wctype.h 44 typedef int wctrans_t; typedef
62 wint_t towctrans(wint_t, wctrans_t);
65 wctrans_t wctrans(const char *);
72 wint_t towctrans_l(wint_t, wctrans_t, locale_t);
73 wctrans_t wctrans_l(const char *, locale_t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 44 typedef int wctrans_t; typedef
62 wint_t towctrans(wint_t, wctrans_t);
65 wctrans_t wctrans(const char *);
72 wint_t towctrans_l(wint_t, wctrans_t, locale_t);
73 wctrans_t wctrans_l(const char *, locale_t);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwctype.h 32 typedef wchar_t wctrans_t; typedef in namespace:std
33 wint_t towctrans(wint_t c, wctrans_t value);
34 wctrans_t wctrans(const char *name);
36 using std::wctrans_t;
61 using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wctype.h 187 typedef __const __int32_t *wctrans_t; typedef
190 __USING_NAMESPACE_C99(wctrans_t)
219 extern wctrans_t wctrans (__const char *__property) __THROW;
222 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
306 extern wctrans_t wctrans_l (__const char *__property, __locale_t __locale)
310 extern wint_t towctrans_l (wint_t __wc, wctrans_t __desc,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 187 typedef __const __int32_t *wctrans_t; typedef
190 __USING_NAMESPACE_C99(wctrans_t)
219 extern wctrans_t wctrans (__const char *__property) __THROW;
222 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW;
306 extern wctrans_t wctrans_l (__const char *__property, __locale_t __locale)
310 extern wint_t towctrans_l (wint_t __wc, wctrans_t __desc,
  /development/ndk/platforms/android-3/include/
wchar.h 156 typedef void *wctrans_t; typedef
157 extern wint_t towctrans(wint_t, wctrans_t);
158 extern wctrans_t wctrans (const char *);
  /development/ndk/platforms/android-8/include/
wchar.h 163 typedef void *wctrans_t; typedef
164 extern wint_t towctrans(wint_t, wctrans_t);
165 extern wctrans_t wctrans (const char *);
  /development/ndk/platforms/android-9/include/
wchar.h 144 typedef void *wctrans_t; typedef
145 extern wint_t towctrans(wint_t, wctrans_t);
146 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
wchar.h 149 typedef void *wctrans_t; typedef
150 extern wint_t towctrans(wint_t, wctrans_t);
151 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
wchar.h 149 typedef void *wctrans_t; typedef
150 extern wint_t towctrans(wint_t, wctrans_t);
151 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
wchar.h 149 typedef void *wctrans_t; typedef
150 extern wint_t towctrans(wint_t, wctrans_t);
151 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
wchar.h 149 typedef void *wctrans_t; typedef
150 extern wint_t towctrans(wint_t, wctrans_t);
151 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
wchar.h 151 typedef void *wctrans_t; typedef
152 extern wint_t towctrans(wint_t, wctrans_t);
153 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
wchar.h 151 typedef void *wctrans_t; typedef
152 extern wint_t towctrans(wint_t, wctrans_t);
153 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
wchar.h 149 typedef void *wctrans_t; typedef
150 extern wint_t towctrans(wint_t, wctrans_t);
151 extern wctrans_t wctrans (const char *);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
wchar.h 151 typedef void *wctrans_t; typedef
152 extern wint_t towctrans(wint_t, wctrans_t);
153 extern wctrans_t wctrans (const char *);

Completed in 1879 milliseconds

1 2 3 4