Searched refs:BY_NAME (Results 1 - 14 of 14) sorted by relevance
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | unicode.rs | 610 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 D | static_size.rs | 28 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 D | perl_decimal.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = consts
|
H A D | perl_space.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = consts
|
H A D | grapheme_cluster_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
H A D | sentence_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
H A D | age.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
H A D | script_extension.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
H A D | script.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
H A D | word_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
H A D | general_category.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
H A D | property_bool.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ consts
|
/third_party/rust/crates/unicode-ident/tests/tables/ |
H A D | tables.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(u32, u32)])] = &[ consts
|
/third_party/rust/crates/unicode-ident/tests/trie/ |
H A D | trie.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static ::ucd_trie::TrieSet)] = &[ consts
|
Completed in 19 milliseconds