HomeSort by relevance Sort by last modified time
    Searched defs:wctrans (Results 1 - 4 of 4) sorted by null

  /ndk/sources/android/support/src/musl-ctype/
wctrans.c 4 wctrans_t wctrans(const char *class) function
  /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. */

Completed in 69 milliseconds