Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnextwctype.c63 if (rr->__ranges != NULL && wc < rr->__ranges[0].__min) { in nextwctype_l()
64 wc = rr->__ranges[0].__min; in nextwctype_l()
72 if (re->__min <= wc && wc <= re->__max) in nextwctype_l()
83 if (re->__min <= wc && wc <= re->__max) { in nextwctype_l()
86 if (re->__types[wc - re->__min] & wct) in nextwctype_l()
92 wc = re->__min; in nextwctype_l()
95 if (re->__types[wc - re->__min] & wct) in nextwctype_l()
H A Drunetype.c54 if (re->__min <= c && c <= re->__max) { in __runetype()
56 return (re->__types[c - re->__min]); in __runetype()
H A Drune.c190 rr[x].__min = frr[x].min; in _Read_RuneMagi()
194 int len = rr[x].__max - rr[x].__min + 1; in _Read_RuneMagi()
208 rr[x].__min = frr[x].min; in _Read_RuneMagi()
216 rr[x].__min = frr[x].min; in _Read_RuneMagi()
H A Dtowlower.c64 if (re->__min <= c && c <= re->__max) { in change_case_ext()
65 return (re->__map + c - re->__min); in change_case_ext()
H A Drunetype.h101 __rune_t __min; /* First rune of the range */ member
/illumos-gate/usr/src/boot/include/
H A Drunetype.h49 __rune_t __min; /* First rune of the range */ member