HomeSort by relevance Sort by last modified time
    Searched full:btowc (Results 1 - 25 of 309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/src/musl-multibyte/
btowc.c 4 wint_t btowc(int c) function
  /ndk/sources/host-tools/sed-4.2.1/m4/
btowc.m4 0 # btowc.m4 serial 4
11 AC_CHECK_FUNCS_ONCE([btowc])
16 dnl IRIX 6.5 btowc(EOF) is 0xFF, not WEOF.
20 AC_CACHE_CHECK([whether btowc(EOF) is correct],
43 if (btowc (EOF) != WEOF)
60 AC_LIBOBJ([btowc])
65 # Prerequisites of lib/btowc.c.
gnulib-comp.m4 51 gl_WCHAR_MODULE_INDICATOR([btowc])
274 lib/btowc.c
359 m4/btowc.m4
  /ndk/sources/host-tools/sed-4.2.1/lib/
wchar.in.h 107 # undef btowc
108 # define btowc rpl_btowc
111 extern wint_t btowc (int c);
114 # undef btowc
115 # define btowc(c) \
116 (GL_LINK_WARNING ("btowc is unportable - " \
117 "use gnulib module btowc for portability"), \
118 btowc (c))
btowc.c 26 btowc (int c) function
  /external/bison/lib/
wchar.in.h 143 # undef btowc
144 # define btowc rpl_btowc
146 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
147 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
150 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
152 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
154 _GL_CXXALIASWARN (btowc);
156 # undef btowc
158 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwchar 72 #undef btowc
143 using ::btowc;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cwchar 70 #undef btowc
143 using ::btowc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cwchar 70 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwchar 72 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwchar 72 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwchar 72 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwchar 72 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 70 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 70 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwchar 70 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwchar 70 #undef btowc
143 using ::btowc;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cwchar 68 #undef btowc
141 using ::btowc;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 76 return btowc( c );
  /external/bison/darwin-lib/
wchar.h 455 # undef btowc
456 # define btowc rpl_btowc
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
466 _GL_CXXALIASWARN (btowc);
468 # undef btowc macro
470 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]
  /external/bison/linux-lib/
wchar.h 455 # undef btowc
456 # define btowc rpl_btowc
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c));
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
466 _GL_CXXALIASWARN (btowc);
468 # undef btowc macro
470 _GL_WARN_ON_USE (btowc, "btowc is unportable -
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 91 wint_t btowc(int c);
206 using ::btowc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 854 #define isalnum(c) iswalnum(btowc(c))
856 #define isalpha(c) iswalpha(btowc(c))
858 #define islower(c) iswlower(btowc(c))
860 #define isspace(c) iswspace(btowc(c))
862 #define isupper(c) iswupper(btowc(c))
864 #define tolower(c) towlower(btowc(c))
866 #define toupper(c) towupper(btowc(c))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 854 #define isalnum(c) iswalnum(btowc(c))
856 #define isalpha(c) iswalpha(btowc(c))
858 #define islower(c) iswlower(btowc(c))
860 #define isspace(c) iswspace(btowc(c))
862 #define isupper(c) iswupper(btowc(c))
864 #define tolower(c) towlower(btowc(c))
866 #define toupper(c) towupper(btowc(c))
    [all...]
  /external/stlport/stlport/stl/
_cwchar.h 72 extern wint_t btowc();
193 using _STLP_VENDOR_MB_NAMESPACE::btowc;

Completed in 1132 milliseconds

1 2 3 4 5 6 7 8 91011>>