Home
last modified time | relevance | path

Searched defs:labelType (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java254 int labelType = 0; in decodeLoop() local
665 int labelType = Loop; // set to Loop so that the code starts from loop: in encodeLoop() local
DCharsetBOCU1.java249 …private int labelType = fastSingle; //labeType is set to fastSingle to start the code from fastSin… field in CharsetBOCU1.CharsetEncoderBOCU
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java898 private final LabelType labelType; field in AlphabeticIndex.Bucket
940 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DAlphabeticIndex.java864 private final LabelType labelType; field in AlphabeticIndex.Bucket
899 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java324 LabelType labelType = bucket.getLabelType(); in TestEmpty() local
371 LabelType labelType = bucket.getLabelType(); in TestInflow() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DAlphabeticIndexTest.java327 LabelType labelType = bucket.getLabelType(); in TestEmpty() local
374 LabelType labelType = bucket.getLabelType(); in TestInflow() local
/third_party/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp394 UAlphabeticIndexLabelType labelType = index.getBucketLabelType(); in ManyLocalesTest() local