HomeSort by: relevance | last modified time | path
    Searched refs:_RUNE_LOCALE (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gen/
isctype.c 55 #define _RUNE_LOCALE(loc) \
88 return (int)((_RUNE_LOCALE(loc)->rl_ctype_tab[c + 1]) & (bit)); \
115 return (int)(_RUNE_LOCALE(loc)->rl_toupper_tab[c + 1]);
129 return (int)(_RUNE_LOCALE(loc)->rl_tolower_tab[c + 1]);
  /src/lib/libc/locale/
iswctype_mb.c 50 #define _RUNE_LOCALE(loc) ((_RuneLocale const *) \
60 rl = _RUNE_LOCALE(loc); \
90 rl = _RUNE_LOCALE(loc); \
108 rl = _RUNE_LOCALE(loc);
128 rl = _RUNE_LOCALE(loc);
154 rl = _RUNE_LOCALE(loc);
197 rl = _RUNE_LOCALE(loc);
219 rl = _RUNE_LOCALE(loc);
multibyte_amd1.c 56 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL);
83 rl = _RUNE_LOCALE(loc);
108 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL);
131 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL);
154 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL);
176 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL);
199 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL);
multibyte.h 59 #define _RUNE_LOCALE(loc) \
multibyte_c90.c 134 _fixup_ps(_RUNE_LOCALE(loc), ps, s == NULL);

Completed in 12 milliseconds