Home
last modified time | relevance | path

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

/external/icu/icu4c/source/data/unidata/
DDerivedCoreProperties.txt8644 # Derived Property: XID_Continue
8651 0030..0039 ; XID_Continue
8652 0041..005A ; XID_Continue
8653 005F ; XID_Continue
8654 0061..007A ; XID_Continue
8655 00AA ; XID_Continue
8656 00B5 ; XID_Continue
8657 00B7 ; XID_Continue
8658 00BA ; XID_Continue
8659 00C0..00D6 ; XID_Continue
[all …]
Dppucd.txt118 property;Binary;XIDC;XID_Continue
/external/rust/crates/unicode-xid/src/
Dlib.rs86 fn is_xid_continue(self) -> bool { derived_property::XID_Continue(self) } in is_xid_continue()
Dtables.rs252 pub fn XID_Continue(c: char) -> bool { in XID_Continue() function
/external/rust/crates/unicode-xid/
DCargo.toml.orig17 or XID_Continue properties according to
DCargo.toml18 description = "Determine whether characters have the XID_Start\nor XID_Continue properties accordin…