/prebuilts/ndk/r11/sources/android/support/src/musl-ctype/ |
wctrans.c | 4 wctrans_t wctrans(const char *class) function
|
/prebuilts/ndk/r13/sources/android/support/src/musl-ctype/ |
wctrans.c | 4 wctrans_t wctrans(const char *class) function
|
/external/libcxx/include/ |
wctype.h | 44 wctrans_t wctrans(const char* property); 75 #undef wctrans macro
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/ |
wctype.h | 44 wctrans_t wctrans(const char* property); 75 #undef wctrans macro
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
iswctype_sb.c | 224 wctrans_t wctrans(const char *property)
function
|
/bionic/libc/bionic/ |
wctype.cpp | 148 wctrans_t wctrans(const char* name) { function 155 return wctrans(name);
|
/external/bison/darwin-lib/ |
wctype.h | 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); 776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); 777 _GL_CXXALIASWARN (wctrans); 779 # undef wctrans macro 781 _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " 782 "use gnulib module wctrans for portability"); 788 The argument DESC must have been returned by the wctrans() function. */
|
/external/bison/lib/ |
wctype.in.h | 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 472 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); 474 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); 475 _GL_CXXALIASWARN (wctrans); variable 477 # undef wctrans macro 479 _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " 480 "use gnulib module wctrans for portability"); 486 The argument DESC must have been returned by the wctrans() function. */
|
/external/bison/linux-lib/ |
wctype.h | 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype, 774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); 776 _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); 777 _GL_CXXALIASWARN (wctrans); 779 # undef wctrans macro 781 _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " 782 "use gnulib module wctrans for portability"); 788 The argument DESC must have been returned by the wctrans() function. */
|