Searched refs:from_lo (Results 1 – 1 of 1) sorted by relevance
237 : from_lo(static_cast<char_type>(char_encoding::tolower(from))) in char_range()250 return (!(ch < from_lo) && !(to_lo < ch)) in test()258 info result("no-case-char-range", char_encoding::toucs4(from_lo)); in what()264 char_type from_lo, to_lo, from_hi, to_hi; member