Home
last modified time | relevance | path

Searched refs:UCD (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/unicode-ident/generate/src/
H A Dmain.rs4 // $ curl -LO https://www.unicode.org/Public/zipped/15.0.0/UCD.zip
5 // $ unzip UCD.zip -d UCD
6 // $ ucd-generate property-bool UCD --include XID_Start,XID_Continue > tests/table/tables.rs
7 // $ ucd-generate property-bool UCD --include XID_Start,XID_Continue --fst-dir tests/fst
8 // $ ucd-generate property-bool UCD --include XID_Start,XID_Continue --trie-set > tests/trie/trie.rs
34 const UCD: &str = "UCD"; consts
40 let ucd_dir = unicode_ident_dir.join(UCD); in main()
/third_party/icu/tools/colprobe/
H A DextractCollationData.pl9 use Unicode::UCD 'charinfo';
/third_party/python/Lib/test/
H A Dtest_unicodedata.py240 check_disallow_instantiation(self, unicodedata.UCD)
289 # In UCD 5.1.0, a mirrored property changed wrt. UCD 3.2.0

Completed in 2 milliseconds