HomeSort by relevance Sort by last modified time
    Searched full:wctype_t (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /ndk/sources/android/support/src/musl-locale/
iswctype_l.c 4 int iswctype_l(wint_t c, wctype_t t, locale_t l)
wctype_l.c 4 wctype_t wctype_l(const char *s, locale_t l)
  /ndk/sources/android/support/include/
wctype.h 45 typedef int wctype_t; typedef
61 int iswctype(wint_t, wctype_t);
66 wctype_t wctype(const char *);
70 int iswctype_l(wint_t, wctype_t, locale_t);
74 wctype_t wctype_l(const char *, locale_t);
  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 45 typedef int wctype_t; typedef
61 int iswctype(wint_t, wctype_t);
66 wctype_t wctype(const char *);
70 int iswctype_l(wint_t, wctype_t, locale_t);
74 wctype_t wctype_l(const char *, locale_t);
  /external/libcxx/include/
cwctype 28 wctype_t
42 int iswctype(wint_t wc, wctype_t desc);
43 wctype_t wctype(const char* property);
65 using ::wctype_t;
164 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswctype(wint_t __w, wctype_t __d) {return iswctype(__w, __d);}
166 inline _LIBCPP_INLINE_VISIBILITY int iswctype(wint_t __w, wctype_t __d) {return __libcpp_iswctype(__w, __d);}
172 inline _LIBCPP_INLINE_VISIBILITY wctype_t __libcpp_wctype(const char* __p) {return wctype(__p);}
174 inline _LIBCPP_INLINE_VISIBILITY wctype_t wctype(const char* __p) {return __libcpp_wctype(__p);}
196 inline _LIBCPP_INLINE_VISIBILITY wint_t __libcpp_towctrans(wint_t __wc, wctype_t __d) {return towctrans(__wc, __d);}
198 inline _LIBCPP_INLINE_VISIBILITY wint_t towctrans(wint_t __wc, wctype_t __d) {return __libcpp_towctrans(__wc, __d);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwctype 28 wctype_t
42 int iswctype(wint_t wc, wctype_t desc);
43 wctype_t wctype(const char* property);
65 using ::wctype_t;
164 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswctype(wint_t __w, wctype_t __d) {return iswctype(__w, __d);}
166 inline _LIBCPP_INLINE_VISIBILITY int iswctype(wint_t __w, wctype_t __d) {return __libcpp_iswctype(__w, __d);}
172 inline _LIBCPP_INLINE_VISIBILITY wctype_t __libcpp_wctype(const char* __p) {return wctype(__p);}
174 inline _LIBCPP_INLINE_VISIBILITY wctype_t wctype(const char* __p) {return __libcpp_wctype(__p);}
196 inline _LIBCPP_INLINE_VISIBILITY wint_t __libcpp_towctrans(wint_t __wc, wctype_t __d) {return towctrans(__wc, __d);}
198 inline _LIBCPP_INLINE_VISIBILITY wint_t towctrans(wint_t __wc, wctype_t __d) {return __libcpp_towctrans(__wc, __d);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cwctype 28 wctype_t
42 int iswctype(wint_t wc, wctype_t desc);
43 wctype_t wctype(const char* property);
65 using ::wctype_t;
164 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswctype(wint_t __w, wctype_t __d) {return iswctype(__w, __d);}
166 inline _LIBCPP_INLINE_VISIBILITY int iswctype(wint_t __w, wctype_t __d) {return __libcpp_iswctype(__w, __d);}
172 inline _LIBCPP_INLINE_VISIBILITY wctype_t __libcpp_wctype(const char* __p) {return wctype(__p);}
174 inline _LIBCPP_INLINE_VISIBILITY wctype_t wctype(const char* __p) {return __libcpp_wctype(__p);}
196 inline _LIBCPP_INLINE_VISIBILITY wint_t __libcpp_towctrans(wint_t __wc, wctype_t __d) {return towctrans(__wc, __d);}
198 inline _LIBCPP_INLINE_VISIBILITY wint_t towctrans(wint_t __wc, wctype_t __d) {return __libcpp_towctrans(__wc, __d);
    [all...]
  /bionic/libc/bionic/
wctype.cpp 63 int iswctype(wint_t wc, wctype_t char_class) {
81 int iswctype_l(wint_t wc, wctype_t char_class, locale_t) {
91 wctype_t wctype(const char* property) {
99 return static_cast<wctype_t>(i);
102 return static_cast<wctype_t>(0);
105 wctype_t wctype_l(const char* property, locale_t) {
  /ndk/sources/android/support/src/musl-ctype/
iswctype.c 18 int iswctype(wint_t wc, wctype_t type)
49 wctype_t wctype(const char *s)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 35 typedef unsigned short wctype_t; typedef
122 int __cdecl iswctype(wint_t,wctype_t);
125 int __cdecl is_wctype(wint_t,wctype_t);
169 wctype_t __cdecl wctype(const char *);
  /bionic/libc/include/
wctype.h 51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
wchar.h 67 typedef long wctype_t; typedef
86 extern int iswctype(wint_t, wctype_t);
144 extern wctype_t wctype(const char *);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
wctype.h 51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
wctype.h 51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
wctype.h 51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
wctype.h 51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
wctype.h 51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
wctype.h 51 extern int iswctype_l(wint_t, wctype_t, locale_t);
52 extern wctype_t wctype_l(const char*, locale_t);
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 95 wctype_t wct = 0;
109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), "");
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 95 std::wctype_t wct = 0;
109 static_assert((std::is_same<decltype(std::wctype("")), std::wctype_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 95 wctype_t wct = 0;
109 static_assert((std::is_same<decltype(wctype("")), wctype_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 95 std::wctype_t wct = 0;
109 static_assert((std::is_same<decltype(std::wctype("")), std::wctype_t>::value), "");
  /development/ndk/platforms/android-3/include/
wchar.h 72 } wctype_t; typedef in typeref:enum:__anon1614
98 extern int iswctype(wint_t, wctype_t);
145 extern wctype_t wctype(const char *);
  /development/ndk/platforms/android-8/include/
wchar.h 72 } wctype_t; typedef in typeref:enum:__anon1636
103 extern int iswctype(wint_t, wctype_t);
152 extern wctype_t wctype(const char *);
  /development/ndk/platforms/android-9/include/
wchar.h 66 } wctype_t; typedef in typeref:enum:__anon1834
84 extern int iswctype(wint_t, wctype_t);
133 extern wctype_t wctype(const char *);

Completed in 1455 milliseconds

1 2 3 4 5 6 7 8