Searched refs:toucs4 (Results 1 – 7 of 7) sorted by relevance
147 return info("literal-char", char_encoding::toucs4(ch)); in what()188 return info("no-case-literal-char", char_encoding::toucs4(lo)); in what()220 info result("char-range", char_encoding::toucs4(from)); in what()222 boost::get<std::string>(result.value) += to_utf8(char_encoding::toucs4(to)); in what()258 info result("no-case-char-range", char_encoding::toucs4(from_lo)); in what()260 boost::get<std::string>(result.value) += to_utf8(char_encoding::toucs4(to_lo)); in what()
130 toucs4(int ch) in toucs4() function
178 toucs4(int ch) in toucs4() function
298 toucs4(int ch) in toucs4() function
132 toucs4(char_type ch) in toucs4() function
688 toucs4(int ch) in toucs4() function
537 CharEncoding::toucs4(detail::cast_char<char_type>(ch))); in to()