Home
last modified time | relevance | path

Searched refs:BY_NAME (Results 1 - 14 of 14) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/
H A Dunicode.rs610 assert_eq!(AGES.len(), age::BY_NAME.len(), "ages are out of sync"); in ages()
636 use crate::unicode_tables::general_category::BY_NAME; in gencat()
645 name => property_set(BY_NAME, name)
671 use crate::unicode_tables::script::BY_NAME; in script()
672 property_set(BY_NAME, name)
696 use crate::unicode_tables::script_extension::BY_NAME; in imp()
697 property_set(BY_NAME, name)
720 use crate::unicode_tables::property_bool::BY_NAME; in bool_property()
721 property_set(BY_NAME, name)
748 use crate::unicode_tables::grapheme_cluster_break::BY_NAME; in gcb()
[all...]
/third_party/rust/crates/unicode-ident/tests/
H A Dstatic_size.rs28 let _ = tables::BY_NAME; in test_xid_size()
75 let _ = trie::BY_NAME; in test_trieset_size()
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dperl_decimal.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = consts
H A Dperl_space.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = consts
H A Dgrapheme_cluster_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
H A Dsentence_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
H A Dage.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
H A Dscript_extension.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
H A Dscript.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
H A Dword_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
H A Dgeneral_category.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
H A Dproperty_bool.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
/third_party/rust/crates/unicode-ident/tests/tables/
H A Dtables.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(u32, u32)])] = &[ consts
/third_party/rust/crates/unicode-ident/tests/trie/
H A Dtrie.rs9 pub const BY_NAME: &'static [(&'static str, &'static ::ucd_trie::TrieSet)] = &[ consts

Completed in 19 milliseconds