Searched defs:BY_NAME (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/regex-syntax/src/unicode_tables/ |
D | perl_decimal.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = constant
|
D | perl_space.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = constant
|
D | grapheme_cluster_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | sentence_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | word_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | age.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | general_category.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | property_bool.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | script_extension.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | script.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
D | BaseAnnotationElement.java | 63 … public static final Comparator<AnnotationElement> BY_NAME = new Comparator<AnnotationElement>() { field in BaseAnnotationElement
|
/external/tensorflow/tensorflow/core/util/ |
D | stats_calculator.h | 129 BY_NAME, enumerator
|