Searched refs:is_ucs4 (Results 1 – 1 of 1) sorted by relevance
24 is_ucs4 = len("\U0010FFFF") == 1 variable27 if ((is_ucs4 and len(v) > 1) or28 (not is_ucs4 and len(v) > 2)):