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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c52 * Additionally uselocale() is introduced which can change the locale of
59 * be unable to benefit from uselocale(), btw.) The legacy routines are
61 * calling uselocale(). uselocale() when passed a NULL pointer returns the
65 * to uselocale().
68 * uselocale() or setlocale() by using a cache of locale data whenever possible.
368 return (__mb_cur_max_l(uselocale(NULL)));
468 uselocale(locale_t loc) function

Completed in 75 milliseconds