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

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwdresolve.c169 wdbindf(wchar_t wc1, wchar_t wc2, int type) argument
176 if (!iswprint(wc1) || !iswprint(wc2)) {
180 i = (*wdbdg)(wc1, wc2, type);
186 wdbindf_C(wchar_t wc1, wchar_t wc2, int type) argument
188 if (csetlen(wc1) > 1 && csetlen(wc2) > 1)
202 wddelim(wchar_t wc1, wchar_t wc2, int type) argument
209 if (!iswprint(wc1) || !iswprint(wc2)) {
213 i = (*wddlm)(wc1, wc2, type);
219 wddelim_C(wchar_t wc1, wchar_t wc2, int type) argument

Completed in 15 milliseconds