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

1 2 3 4 5

  /ndk/sources/android/support/src/musl-locale/
wctrans_l.c 5 return wctrans(s);
  /ndk/sources/android/support/src/musl-ctype/
wctrans.c 4 wctrans_t wctrans(const char *class) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwctype 47 wctrans_t wctrans(const char* property);
203 #ifdef wctrans
204 inline _LIBCPP_INLINE_VISIBILITY wctrans_t __libcpp_wctrans(const char* __p) {return wctrans(__p);}
205 #undef wctrans
206 inline _LIBCPP_INLINE_VISIBILITY wctrans_t wctrans(const char* __p) {return __libcpp_wctrans(__p);}
207 #else // wctrans
208 using ::wctrans;
  /external/stlport/stlport/stl/
_cwctype.h 34 wctrans_t wctrans(const char *name);
38 using std::wctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 34 wctrans_t wctrans(const char *name);
38 using std::wctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 34 wctrans_t wctrans(const char *name);
38 using std::wctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 34 wctrans_t wctrans(const char *name);
38 using std::wctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 34 wctrans_t wctrans(const char *name);
38 using std::wctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 34 wctrans_t wctrans(const char *name);
38 using std::wctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwctype.h 34 wctrans_t wctrans(const char *name);
38 using std::wctrans;
64 using _STLP_VENDOR_CSTD_WFUNC::wctrans;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 87 #ifdef wctrans
88 #error wctrans defined
113 static_assert((std::is_same<decltype(wctrans("")), wctrans_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 87 #ifdef wctrans
88 #error wctrans defined
113 static_assert((std::is_same<decltype(std::wctrans("")), std::wctrans_t>::value), "");
  /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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cwctype 71 #undef wctrans
100 using ::wctrans;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cwctype 77 #undef wctrans
106 using ::wctrans;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cwctype 77 #undef wctrans
106 using ::wctrans;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cwctype 71 #undef wctrans
100 using ::wctrans;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cwctype 71 #undef wctrans
100 using ::wctrans;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cwctype 71 #undef wctrans
100 using ::wctrans;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cwctype 71 #undef wctrans
100 using ::wctrans;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwctype 77 #undef wctrans
106 using ::wctrans;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwctype 77 #undef wctrans
106 using ::wctrans;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cwctype 77 #undef wctrans
106 using ::wctrans;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cwctype 77 #undef wctrans
106 using ::wctrans;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cwctype 75 #undef wctrans
104 using ::wctrans;

Completed in 8288 milliseconds

1 2 3 4 5