Searched defs:wcscoll (Results 1 - 2 of 2) sorted by relevance

/external/bison/darwin-lib/
H A Dwchar.h1083 _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
1085 _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
1086 _GL_CXXALIASWARN (wcscoll);
1088 # undef wcscoll macro
1090 _GL_WARN_ON_USE (wcscoll, "wcscoll is unportable - "
1091 "use gnulib module wcscoll for portability");
1097 to two transformed strings the result is the as applying 'wcscoll' to the
/external/bison/linux-lib/
H A Dwchar.h1083 _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
1085 _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2));
1086 _GL_CXXALIASWARN (wcscoll);
1088 # undef wcscoll macro
1090 _GL_WARN_ON_USE (wcscoll, "wcscoll is unportable - "
1091 "use gnulib module wcscoll for portability");
1097 to two transformed strings the result is the as applying 'wcscoll' to the

Completed in 872 milliseconds