Home
last modified time | relevance | path

Searched refs:__runes_for_locale (Results 1 – 3 of 3) sorted by relevance

/freebsd/include/xlocale/
H A D_ctype.h51 _RuneLocale *__runes_for_locale(locale_t, int*);
79 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l()
104 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __sbmaskrune_l()
149 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towlower_l()
156 _RuneLocale *__runes = __runes_for_locale(__l, &__limit); in towupper_l()
189 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
196 _RuneLocale *__runes = __runes_for_locale(__l, &__limit);
/freebsd/lib/libc/locale/
H A DSymbol.map196 __runes_for_locale;
H A Dtable.c253 __runes_for_locale(locale_t locale, int *mb_sb_limit) in __runes_for_locale() function