Home
last modified time | relevance | path

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

/external/icu/icu4c/source/data/unidata/
DDerivedCoreProperties.txt7932 # Derived Property: XID_Start
7939 0041..005A ; XID_Start
7940 0061..007A ; XID_Start
7941 00AA ; XID_Start
7942 00B5 ; XID_Start
7943 00BA ; XID_Start
7944 00C0..00D6 ; XID_Start
7945 00D8..00F6 ; XID_Start
7946 00F8..01BA ; XID_Start
7947 01BB ; XID_Start
[all …]
Dppucd.txt119 property;Binary;XIDS;XID_Start
/external/rust/crates/unicode-xid/src/
Dlib.rs83 fn is_xid_start(self) -> bool { derived_property::XID_Start(self) } in is_xid_start()
Dtables.rs446 pub fn XID_Start(c: char) -> bool { in XID_Start() function
/external/rust/crates/unicode-xid/
DCargo.toml.orig16 Determine whether characters have the XID_Start
DCargo.toml18 description = "Determine whether characters have the XID_Start\nor XID_Continue properties accordin…