Home
last modified time | relevance | path

Searched refs:ORDERING (Results 1 – 12 of 12) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DExamplesTableSchema.java18 …t static com.google.i18n.phonenumbers.metadata.model.ExamplesTableSchema.ExampleNumberKey.ORDERING;
55 public static final Comparator<ExampleNumberKey> ORDERING = field in ExamplesTableSchema.ExampleNumberKey
76 Optional.of(ORDERING),
95 out.orderRowsBy(ORDERING).orderColumnsBy(COLUMNS.ordering()); in toCsv()
DCommentsSchema.java59 private static final Comparator<Comment> ORDERING = comparing(Comment::getAnchor); field in CommentsSchema
85 return ImmutableList.sortedCopyOf(ORDERING, comments); in importComments()
97 return ImmutableList.sortedCopyOf(ORDERING, comments); in importComments()
117 .sorted(ORDERING)
DShortcodesTableSchema.java80 private static final Comparator<ShortcodeKey> ORDERING = Comparator field in ShortcodesTableSchema.ShortcodeKey
82 .thenComparing(ShortcodeKey::getRangeKey, RangeKey.ORDERING);
87 Optional.of(ShortcodeKey.ORDERING),
DNumberingScheme.java664 private static final Comparator<Anchor> ORDERING = field in NumberingScheme.Comment.Anchor
684 return ORDERING.compare(this, that); in compareTo()
DRangesTableSchema.java234 Optional.of(RangeKey.ORDERING),
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DMetadataKey.java30 private static final Comparator<MetadataKey> ORDERING = field in MetadataKey
57 return ORDERING.compare(this, other); in compareTo()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/i18n/
DPhoneRegion.java40 private static Comparator<PhoneRegion> ORDERING = field in PhoneRegion
69 return ORDERING.compare(this, other); in compareTo()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DFakeResult.java20 private static final Comparator<FakeResult> ORDERING = field in FakeResult
85 int signum = ORDERING.compare(this, (FakeResult) other); in compareTo()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbPath.java32 private static final Comparator<RbPath> ORDERING = field in RbPath
217 return ORDERING.compare(this, other); in compareTo()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKey.java55 public static final Comparator<RangeKey> ORDERING = field in RangeKey
92 return ImmutableList.sortedCopyOf(ORDERING, keys); in decompose()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DRecipesTableSchema.java84 Optional.of(RangeKey.ORDERING),
/third_party/libbpf/src/
Dbtf_dump.c35 ORDERING, enumerator
493 if (tstate->order_state == ORDERING) { in btf_dump_order_type()
526 tstate->order_state = ORDERING; in btf_dump_order_type()