Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h72 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
74 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
77 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l() argument
80 _RuneLocale *runes = __runes_for_locale(__loc, &__limit); in __maskrune_l()
81 return ((__c < 0 || __c >= _CACHED_RUNES) ? ___runetype_l(__c, __loc) : in __maskrune_l()
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() argument
88 return (!!__maskrune_l(__c, __f, __loc)); in __istype_l()
97 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
99 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
102 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l() argument
[all …]