HomeSort by: relevance | last modified time | path
    Searched defs:_RUNE_LOCALE (Results 1 - 3 of 3) 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.h 59 #define _RUNE_LOCALE(loc) \

Completed in 11 milliseconds