HomeSort by relevance Sort by last modified time
    Searched defs:wctrans_t (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/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/r11/platforms/android-9/arch-x86/usr/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/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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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,
  /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/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));
  /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));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wctype.h 166 typedef wchar_t wctrans_t; typedef
167 wint_t __cdecl towctrans(wint_t,wctrans_t);
168 wctrans_t __cdecl wctrans(const char *);

Completed in 390 milliseconds

1 2 3 45