Searched refs:__max (Results 1 – 5 of 5) sorted by relevance
72 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()
54 if (re->__min <= c && c <= re->__max) { in __runetype()59 } else if (c > re->__max) { in __runetype()
191 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()
64 if (re->__min <= c && c <= re->__max) { in change_case_ext()66 } else if (c > re->__max) { in change_case_ext()
102 __rune_t __max; /* Last rune (inclusive) of the range */ member