Home
last modified time | relevance | path

Searched refs:runelocale (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtowlower.c58 rl = loc->runelocale; in change_case_ext()
81 loc->runelocale->__maplower[wc]); in towlower_l()
91 uselocale(NULL)->runelocale->__maplower[wc]); in towlower()
100 loc->runelocale->__mapupper[wc]); in towupper_l()
110 uselocale(NULL)->runelocale->__mapupper[wc]); in towupper()
H A Diswctype.c68 rt = __runetype(loc->runelocale, c); in __istype_l()
70 rt = loc->runelocale->__runetype[c]; in __istype_l()
H A Dlocaleimpl.c119 .runelocale = &_DefaultRuneLocale,
442 loc->runelocale = loc->locdata[LC_CTYPE]->l_data[1]; in duplocale()
504 loc->runelocale = loc->locdata[LC_CTYPE]->l_data[1]; in newlocale()
H A Dwcwidth.c56 const _RuneLocale *rl = loc->runelocale; in wcwidth_l()
H A Dlocaleimpl.h72 const struct _RuneLocale *runelocale; member
H A Dnextwctype.c50 rl = loc->runelocale; in nextwctype_l()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c1576 strcmp(loc->runelocale->__encoding, "UTF-8") != 0) in findmust()