Searched refs:iswdigit_l (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/xlocale/
H A D__wctype.h55 iswdigit_l(wint_t _wc, locale_t _l) function
121 int iswdigit_l(wint_t, locale_t);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwcstol.c88 if (iswdigit_l(c, loc))
H A Dwcstoll.c94 if (iswdigit_l(c, loc))
H A Dwcstoul.c86 if (iswdigit_l(c, loc))
H A Dwcstoull.c92 if (iswdigit_l(c, loc))
H A Dwcstoumax.c92 if (iswdigit_l(c, loc))
H A Dwcstoimax.c94 if (iswdigit_l(c, loc))
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfwscanf.c882 if ((ishex && iswxdigit_l(c, loc)) || iswdigit_l(c, loc))
899 } else if ((ishex && iswxdigit_l(c, loc)) || iswdigit_l(c, loc)) {
912 if (iswdigit_l(c, loc))
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-internal.h92 #define tre_isdigit_l iswdigit_l

Completed in 129 milliseconds