Lines Matching refs:adam
174 const UnicodeString adam = UNICODE_STRING_SIMPLE("Adam");
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);