/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
wchar.h | 181 typedef void *wctrans_t; typedef 182 extern wint_t towctrans(wint_t, wctrans_t); 183 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
wchar.h | 181 typedef void *wctrans_t; typedef 182 extern wint_t towctrans(wint_t, wctrans_t); 183 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
wchar.h | 181 typedef void *wctrans_t; typedef 182 extern wint_t towctrans(wint_t, wctrans_t); 183 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
wchar.h | 183 typedef void *wctrans_t; typedef 184 extern wint_t towctrans(wint_t, wctrans_t); 185 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
wchar.h | 155 typedef void *wctrans_t; typedef 156 extern wint_t towctrans(wint_t, wctrans_t); 157 extern wctrans_t wctrans (const char *);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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,
|
/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));
|