Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dutf8.c76 wchar_t lbound, wch; in _UTF8_mbrtowc() local
122 lbound = 0x80; in _UTF8_mbrtowc()
126 lbound = 0x800; in _UTF8_mbrtowc()
130 lbound = 0x10000; in _UTF8_mbrtowc()
137 lbound = 0x200000; in _UTF8_mbrtowc()
141 lbound = 0x4000000; in _UTF8_mbrtowc()
152 lbound = us->lbound; in _UTF8_mbrtowc()
179 us->lbound = lbound; in _UTF8_mbrtowc()
183 if (wch < lbound) { in _UTF8_mbrtowc()
H A Dmblocal.h77 wchar_t lbound; member