Searched refs:to_lo (Results 1 – 1 of 1) sorted by relevance
238 , to_lo(static_cast<char_type>(char_encoding::tolower(to))) in char_range()250 return (!(ch < from_lo) && !(to_lo < ch)) in test()260 boost::get<std::string>(result.value) += to_utf8(char_encoding::toucs4(to_lo)); in what()264 char_type from_lo, to_lo, from_hi, to_hi; member