Home
last modified time | relevance | path

Searched refs:BY_NAME (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/regex-syntax/src/
Dunicode.rs608 assert_eq!(AGES.len(), age::BY_NAME.len(), "ages are out of sync"); in ages()
634 use unicode_tables::general_category::BY_NAME; in gencat()
643 name => property_set(BY_NAME, name) in gencat()
669 use unicode_tables::script::BY_NAME; in script()
670 property_set(BY_NAME, name) in script()
694 use unicode_tables::script_extension::BY_NAME; in script_extension()
695 property_set(BY_NAME, name) in script_extension()
718 use unicode_tables::property_bool::BY_NAME; in bool_property()
719 property_set(BY_NAME, name) in bool_property()
746 use unicode_tables::grapheme_cluster_break::BY_NAME; in gcb()
[all …]
/external/rust/crates/regex-syntax/src/unicode_tables/
Dperl_decimal.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = constant
Dperl_space.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = constant
Dgrapheme_cluster_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
Dsentence_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
Dword_break.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
Dage.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
Dgeneral_category.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
Dproperty_bool.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
Dscript_extension.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
Dscript.rs9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseAnnotationElement.java63 … public static final Comparator<AnnotationElement> BY_NAME = new Comparator<AnnotationElement>() { field in BaseAnnotationElement
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.h129 BY_NAME, enumerator
Dstats_calculator.cc117 case BY_NAME: in OrderNodesByMetric()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DEncodedValueWriter.java84 …llection<? extends AnnotationElement> sortedElements = Ordering.from(BaseAnnotationElement.BY_NAME) in writeAnnotation()
DDexWriter.java701 … Collection<? extends AnnotationElement> elements = Ordering.from(BaseAnnotationElement.BY_NAME)