Home
last modified time | relevance | path

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

/openbsd/lib/libc/locale/
H A Drunetype.h55 typedef uint32_t _RuneType; typedef
100 _RuneType frl_runetype[_CACHED_RUNES];
126 _RuneType *re_rune_types; /* Array of types in range */
154 _RuneType te_mask;
188 _RuneType rl_runetype[_CACHED_RUNES];
H A Diswctype.c48 static inline _RuneType __runetype_w(wint_t);
49 static inline int __isctype_w(wint_t, _RuneType);
53 static inline _RuneType
63 __isctype_w(wint_t c, _RuneType f) in __isctype_w()
H A Diswctype_l.c51 static int __isctype_wl(wint_t, _RuneType, locale_t);
72 __isctype_wl(wint_t c, _RuneType f, locale_t locale) in __isctype_wl()
75 _RuneType rt; in __isctype_wl()
H A Drune_local.h42 extern _RuneType ___runetype_mb(wint_t, _RuneLocale *);
H A D___runetype_mb.c40 _RuneType
H A Drune.c138 re[i].re_rune_types = calloc(l, sizeof(_RuneType)); in readentry()
144 if (fread(re[i].re_rune_types, sizeof(_RuneType), l, fp) != l) in readentry()