Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/locale/
Drune.h49 extern _RuneLocale _DefaultRuneLocale;
50 extern _RuneLocale *_Utf8RuneLocale;
51 extern _RuneLocale *_GlobalRuneLocale;
53 _RuneLocale *_CurrentRuneLocale(void);
D_CurrentRuneLocale.c22 _RuneLocale *_Utf8RuneLocale = NULL;
23 _RuneLocale *_GlobalRuneLocale = &_DefaultRuneLocale;
25 _RuneLocale *
Diswctype_l.c50 static _RuneLocale *__runelocale(locale_t);
58 static _RuneLocale *
61 _RuneLocale *rl; in __runelocale()
74 _RuneLocale *rl; in __isctype_wl()
170 _RuneLocale *rl; in wctrans_l()
D_wctrans_local.h34 void _wctrans_init(_RuneLocale *);
45 _wctrans_lower(_RuneLocale *rl) in _wctrans_lower()
53 _wctrans_upper(_RuneLocale *rl) in _wctrans_upper()
Drune.c82 static int readrange(_RuneLocale *, _RuneRange *, uint32_t, void *, FILE *);
86 readrange(_RuneLocale *rl, _RuneRange *rr, uint32_t nranges, void *lastp, in readrange()
168 find_codeset(_RuneLocale *rl) in find_codeset()
209 _RuneLocale *
218 _RuneLocale *rl; in _Read_RuneMagi()
263 rl = (_RuneLocale *)hostdata; in _Read_RuneMagi()
Drune_local.h39 extern _RuneLocale *_Read_RuneMagi(FILE *fp);
42 extern _RuneType ___runetype_mb(wint_t, _RuneLocale *);
Diswctype.c56 _RuneLocale *rl = _CurrentRuneLocale(); in __runetype_w()
181 _RuneLocale *rl = _CurrentRuneLocale(); in wctrans()
Dnl_langinfo_l.c26 _RuneLocale *rl; in nl_langinfo_l()
Duselocale.c28 _RuneLocale *oldrunes; in uselocale()
D___runetype_mb.c41 ___runetype_mb(wint_t c, _RuneLocale *rl) in ___runetype_mb()
D_wctrans.c73 _wctrans_init(_RuneLocale *rl) in _wctrans_init()
Drunetype.h206 } _RuneLocale; typedef
Drunetable.c45 _RuneLocale _DefaultRuneLocale = {
/openbsd/src/usr.bin/mklocale/
Dyacc.y58 _RuneLocale new_locale = { { 0, }, };