HomeSort by relevance Sort by last modified time
    Searched refs:adam (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
alphaindextst.cpp 172 const UnicodeString adam = UNICODE_STRING_SIMPLE("Adam"); local
184 index->addRecord(UnicodeString("Adam"), this, status);
200 TEST_ASSERT(adam == itemName);
221 index->addRecord(adam, NULL, status);
260 index->setUnderflowLabel(adam, status).setOverflowLabel(charlie, status);
268 TEST_ASSERT(label == adam);
289 int32_t n = index->getBucketIndex(adam, status);
320 n = index->getBucketIndex(adam, status);
322 assertEquals("Russian index.getBucketIndex(adam)", expectedLatinIndex, n)
    [all...]
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 174 const UnicodeString adam = UNICODE_STRING_SIMPLE("Adam"); local
186 index->addRecord(UnicodeString("Adam"), this, status);
202 TEST_ASSERT(adam == itemName);
223 index->addRecord(adam, NULL, status);
262 index->setUnderflowLabel(adam, status).setOverflowLabel(charlie, status);
270 TEST_ASSERT(label == adam);
291 int32_t n = index->getBucketIndex(adam, status);
322 n = index->getBucketIndex(adam, status);
324 assertEquals("Russian index.getBucketIndex(adam)", expectedLatinIndex, n)
    [all...]

Completed in 1178 milliseconds