Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnextwctype.c72 if (re->__min <= wc && wc <= re->__max) in nextwctype_l()
74 else if (wc > re->__max) { in nextwctype_l()
83 if (re->__min <= wc && wc <= re->__max) { in nextwctype_l()
85 for (; wc <= re->__max; wc++) in nextwctype_l()
94 for (; wc <= re->__max; wc++) in nextwctype_l()
H A Drunetype.c54 if (re->__min <= c && c <= re->__max) { in __runetype()
59 } else if (c > re->__max) { in __runetype()
H A Drune.c191 rr[x].__max = frr[x].max; in _Read_RuneMagi()
194 int len = rr[x].__max - rr[x].__min + 1; in _Read_RuneMagi()
209 rr[x].__max = frr[x].max; in _Read_RuneMagi()
217 rr[x].__max = frr[x].max; in _Read_RuneMagi()
H A Dtowlower.c64 if (re->__min <= c && c <= re->__max) { in change_case_ext()
66 } else if (c > re->__max) { in change_case_ext()
H A Drunetype.h102 __rune_t __max; /* Last rune (inclusive) of the range */ member
/illumos-gate/usr/src/boot/include/
H A Drunetype.h50 __rune_t __max; /* Last rune (inclusive) of the range */ member