Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/scripts/
Dunicode.py55 surrogate_codepoints = (0xd800, 0xdfff) variable
62 return surrogate_codepoints[0] <= n <= surrogate_codepoints[1]
400 - set(ungroup_cat([surrogate_codepoints]))))