Lines Matching refs:aindex
433 AlphabeticIndex aindex(Locale::createFromName("zh"), status); in HackPinyinTest() local
440 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest()
446 TEST_ASSERT(nameCount == aindex.getRecordCount(status)); in HackPinyinTest()
454 while (aindex.nextBucket(status)) { in HackPinyinTest()
456 UnicodeString label = aindex.getBucketLabel(); in HackPinyinTest()
461 while (aindex.nextRecord(status)) { in HackPinyinTest()
463 UnicodeString name = aindex.getRecordName(); in HackPinyinTest()
464 if (aindex.getBucketLabelType() != U_ALPHAINDEX_NORMAL) { in HackPinyinTest()
484 AlphabeticIndex aindex(loc, status); in TestBug9009() local
486 aindex.nextBucket(status); // Crash here before bug was fixed. in TestBug9009()
738 AlphabeticIndex aindex(locale, errorCode); in checkHasBuckets() local
739 …LocalPointer<AlphabeticIndex::ImmutableIndex> index(aindex.buildImmutableIndex(errorCode), errorCo… in checkHasBuckets()