• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/test/intltest/

Lines Matching defs:label

100     assertEquals("only the underflow label in an index built from a collator",
187 index->nextBucket(status); // Move to underflow label
262 UnicodeString label = index->getBucketLabel();
266 TEST_ASSERT(label == adam);
271 TEST_ASSERT(expectedLabel == label);
274 TEST_ASSERT(label == charlie);
293 TEST_ASSERT(n == 27); // Overflow label
300 UnicodeString label = index->getBucketLabel();
309 // Latin-script names should go into the underflow label (0)
311 // but into the overflow label (getBucketCount()-1)
369 const UnicodeString &label = index.getBucketLabel();
370 TEST_ASSERT(label.length()>0);
372 // std::cout << ":" << label.toUTF8String(ss);
375 assertEquals("bucket label vs. immutable: locale=" + UnicodeString(localeName) +
377 label, bucket->getLabel());
378 TEST_ASSERT(&label != &bucket->getLabel()); // not the same pointers
448 UnicodeString label = aindex.getBucketLabel();
450 // std::cout << label.toUTF8String(s) << ": ";
618 // name, bucket index, bucket label
635 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape();
641 sprintf(msg, "immutable bucket label (%s)", testCase.name);
642 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel());
658 assertEquals("underflow label type", U_ALPHAINDEX_UNDERFLOW, index.getBucketLabelType());
670 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel());
671 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel());
672 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel());
673 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel());
674 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(5)->getLabel());