HomeSort by: relevance | last modified time | path
    Searched defs:_ps_to_runelocale (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/locale/
multibyte.h 80 _ps_to_runelocale(mbstate_t const *ps) function in typeref:typename:_RuneLocale *
91 _DIAGASSERT(_ps_to_runelocale(ps) != NULL);
93 return _ps_to_runelocale(ps)->rl_citrus_ctype;
127 if (ps != NULL && (_ps_to_runelocale(ps) == NULL || forceinit)) {
multibyte.h 80 _ps_to_runelocale(mbstate_t const *ps) function in typeref:typename:_RuneLocale *
91 _DIAGASSERT(_ps_to_runelocale(ps) != NULL);
93 return _ps_to_runelocale(ps)->rl_citrus_ctype;
127 if (ps != NULL && (_ps_to_runelocale(ps) == NULL || forceinit)) {

Completed in 21 milliseconds