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

  /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 *);
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 94 wctrans_t wctr = 0;
113 static_assert((std::is_same<decltype(wctrans("")), wctrans_t>::value), "");
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 94 std::wctrans_t wctr = 0;
113 static_assert((std::is_same<decltype(std::wctrans("")), std::wctrans_t>::value), "");
  /external/bison/lib/
wctype.in.h 25 * wctrans_t, and wctype_t are not yet implemented.
464 typedef void * wctrans_t; typedef
472 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
474 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name));
489 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
491 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
  /bionic/libc/include/
wchar.h 164 typedef void *wctrans_t; typedef
165 extern wint_t towctrans(wint_t, wctrans_t);
166 extern wctrans_t wctrans(const char*);
  /development/ndk/platforms/android-L/include/
wchar.h 157 typedef void *wctrans_t; typedef
158 extern wint_t towctrans(wint_t, wctrans_t);
159 extern wctrans_t wctrans(const char*);
  /external/bison/darwin-lib/
wctype.h 26 * wctrans_t, and wctype_t are not yet implemented.
766 typedef void * wctrans_t; typedef
774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name));
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
793 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
  /external/bison/linux-lib/
wctype.h 26 * wctrans_t, and wctype_t are not yet implemented.
766 typedef void * wctrans_t; typedef
774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name));
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
793 _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc));
  /external/bison/
configure     [all...]

Completed in 231 milliseconds