Home
last modified time | relevance | path

Searched refs:surrogate_codepoints (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/unicode-segmentation/scripts/
Dunicode.py55 surrogate_codepoints = (0xd800, 0xdfff) variable
62 return surrogate_codepoints[0] <= n <= surrogate_codepoints[1]
349 - set(ungroup_cat([surrogate_codepoints]))))
/external/rust/crates/unicode-width/scripts/
Dunicode.py53 surrogate_codepoints = (0xd800, 0xdfff) variable
65 return surrogate_codepoints[0] <= n <= surrogate_codepoints[1]