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

  /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 *);
  /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) {
  /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 *);
  /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), "");
  /external/bison/lib/
wctype.in.h 25 * wctrans_t, and wctype_t are not yet implemented.
415 typedef void * wctype_t; typedef
423 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
425 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
440 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
442 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
  /development/ndk/platforms/android-L/include/
wchar.h 67 typedef long wctype_t; typedef
86 extern int iswctype(wint_t, wctype_t);
144 extern wctype_t wctype(const char *);
  /external/bison/darwin-lib/
wctype.h 26 * wctrans_t, and wctype_t are not yet implemented.
717 typedef void * wctype_t; typedef
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
727 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
  /external/bison/linux-lib/
wctype.h 26 * wctrans_t, and wctype_t are not yet implemented.
717 typedef void * wctype_t; typedef
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
727 _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
744 _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc));
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 83 typedef unsigned short wctype_t; typedef
  /external/libcxx/include/support/ibm/
xlocale.h 216 int iswctype_l(wint_t wc, wctype_t desc, locale_t locale)
  /external/libcxx/include/support/solaris/
xlocale.h 93 int iswctype_l(wint_t, wctype_t, locale_t);
  /external/libcxx/src/support/solaris/
xlocale.c 136 int iswctype_l(wint_t __c, wctype_t __m, locale_t __l) {
  /external/bison/
configure     [all...]

Completed in 105 milliseconds