Searched refs:runelocale (Results 1 – 7 of 7) sorted by relevance
58 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()
68 rt = __runetype(loc->runelocale, c); in __istype_l()70 rt = loc->runelocale->__runetype[c]; in __istype_l()
118 .runelocale = &_DefaultRuneLocale,394 loc->runelocale = loc->locdata[LC_CTYPE]->l_data[1]; in duplocale()456 loc->runelocale = loc->locdata[LC_CTYPE]->l_data[1]; in newlocale()
56 const _RuneLocale *rl = loc->runelocale; in wcwidth_l()
73 const _RuneLocale *runelocale; member
50 rl = loc->runelocale; in nextwctype_l()
1386 strcmp(loc->runelocale->__encoding, "UTF-8") != 0) in findmust()