/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 20 import com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType; 898 private final LabelType labelType; 908 public enum LabelType { enum in AlphabeticIndex.Bucket 940 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() 962 public LabelType getLabelType() { in getLabelType() 1028 bucketList.add(new Bucket<V>(getUnderflowLabel(), "", LabelType.UNDERFLOW)); in createBucketList() 1050 LabelType.INFLOW)); in createBucketList() 1054 Bucket<V> bucket = new Bucket<V>(fixLabel(current), current, LabelType.NORMAL); in createBucketList() 1072 if (singleBucket.labelType != LabelType.NORMAL) { in createBucketList() 1083 bucket = new Bucket<V>("", current + "\uFFFF", LabelType.NORMAL); in createBucketList() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | AlphabeticIndex.java | 21 import ohos.global.icu.text.AlphabeticIndex.Bucket.LabelType; 864 private final LabelType labelType; 872 public enum LabelType { enum in AlphabeticIndex.Bucket 899 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() 919 public LabelType getLabelType() { in getLabelType() 982 bucketList.add(new Bucket<V>(getUnderflowLabel(), "", LabelType.UNDERFLOW)); in createBucketList() 1004 LabelType.INFLOW)); in createBucketList() 1008 Bucket<V> bucket = new Bucket<V>(fixLabel(current), current, LabelType.NORMAL); in createBucketList() 1026 if (singleBucket.labelType != LabelType.NORMAL) { in createBucketList() 1037 bucket = new Bucket<V>("", current + "\uFFFF", LabelType.NORMAL); in createBucketList() [all …]
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 34 import com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType; 324 LabelType labelType = bucket.getLabelType(); in TestEmpty() 369 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter(); in TestInflow() 371 LabelType labelType = bucket.getLabelType(); in TestInflow() 375 … assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); in TestInflow() 376 … assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); in TestInflow() 377 if (expected != counter.get(LabelType.INFLOW)) { in TestInflow() 390 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); in TestInflow() 1022 assertEquals("underflow label type", LabelType.UNDERFLOW, bucket.getLabelType()); in TestNoLabels() 1178 assertEquals(loc + " real bucket", AlphabeticIndex.Bucket.LabelType.NORMAL, in checkHasBuckets()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 35 import ohos.global.icu.text.AlphabeticIndex.Bucket.LabelType; 327 LabelType labelType = bucket.getLabelType(); in TestEmpty() 372 Counter<AlphabeticIndex.Bucket.LabelType> counter = new Counter(); in TestInflow() 374 LabelType labelType = bucket.getLabelType(); in TestInflow() 378 … assertEquals(LabelType.UNDERFLOW + "\t" + printList, 1, counter.get(LabelType.UNDERFLOW)); in TestInflow() 379 … assertEquals(LabelType.INFLOW + "\t" + printList, expected, counter.get(LabelType.INFLOW)); in TestInflow() 380 if (expected != counter.get(LabelType.INFLOW)) { in TestInflow() 393 assertEquals(LabelType.OVERFLOW + "\t" + printList, 1, counter.get(LabelType.OVERFLOW)); in TestInflow() 1025 assertEquals("underflow label type", LabelType.UNDERFLOW, bucket.getLabelType()); in TestNoLabels() 1181 assertEquals(loc + " real bucket", AlphabeticIndex.Bucket.LabelType.NORMAL, in checkHasBuckets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 63 LLVM_YAML_DECLARE_ENUM_TRAITS(LabelType) 322 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration() 323 IO.enumCase(Value, "Near", LabelType::Near); in enumeration() 324 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 421 CV_ENUM_CLASS_ENT(LabelType, Near), 422 CV_ENUM_CLASS_ENT(LabelType, Far),
|
D | TypeDumpVisitor.cpp | 144 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 292 enum class LabelType : uint16_t { enum
|
D | TypeRecord.h | 216 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord() 218 LabelType Mode;
|
/third_party/icu/icu4j/ |
D | coverage-exclusion.txt | 720 …icu/text/AlphabeticIndex$Bucket$LabelType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/Alphabetic…
|
/third_party/icu/icu4j/tools/build/ |
D | icu4j63.api3.gz | 12;ICU4J 63.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j65.api3.gz |
|
D | icu4j66.api3.gz | 12;ICU4J 66.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j68.api3.gz | 12;ICU4J 68.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j64.api3.gz |
|
D | icu4j69.api3.gz |
|
D | icu4j67.api3.gz | 12;ICU4J 67.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j70.api3.gz |
|
D | icu4j71.api3.gz | 12;ICU4J 71.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j72.api3.gz | 12;ICU4J 72.1;;
2ST@3.6;PB;NS;NF;NS; ... |