Searched defs:code_point (Results 1 – 8 of 8) sorted by relevance
78 def fill_attribute(code_point, fields): argument216 def to_upper(code_point): argument225 def to_lower(code_point): argument234 def to_upper_turkish(code_point): argument241 def to_lower_turkish(code_point): argument248 def to_title(code_point): argument257 def is_upper(code_point): argument263 def is_lower(code_point): argument275 def is_alpha(code_point): argument287 def is_digit(code_point): argument[all …]
170 def convert_to_hex(code_point): argument
52 _wind_combining_class(uint32_t code_point) in _wind_combining_class()
323 write_utf8_code_point(range<C>& to, char32_t code_point) in write_utf8_code_point()
329 write_utf8_code_point(range<C>& to, char32_t code_point) in write_utf8_code_point()
1764 std::string CodePointToUtf8(UInt32 code_point) { in CodePointToUtf8()