Searched refs:is_unicode_scalar_value (Results 1 – 15 of 15) sorted by relevance
507 if not is_unicode_scalar_value(hex_int):669 def is_unicode_scalar_value(codepoint: int) -> bool: function