Searched refs:nameCount (Results 1 – 3 of 3) sorted by relevance
437 int32_t nameCount; in HackPinyinTest() local438 for (nameCount=0; pinyinTestData[nameCount] != NULL; nameCount++) { in HackPinyinTest()439 …names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescap… in HackPinyinTest()440 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest()446 TEST_ASSERT(nameCount == aindex.getRecordCount(status)); in HackPinyinTest()
90 size_t nameCount; member122 while (nameIndex < test.nameCount && iter.next(record)) { in test_synthetic()138 REPORTER_ASSERT(reporter, nameIndex == test.nameCount, "Fewer names than expected."); in test_synthetic()