Home | History | Annotate | Download | only in intltest

Lines Matching full:aindex

429     AlphabeticIndex aindex(Locale::createFromName("zh"), status);
436 aindex.addRecord(names[nameCount], &names[nameCount], status);
442 TEST_ASSERT(nameCount == aindex.getRecordCount(status));
450 while (aindex.nextBucket(status)) {
452 UnicodeString label = aindex.getBucketLabel();
457 while (aindex.nextRecord(status)) {
459 UnicodeString name = aindex.getRecordName();
460 if (aindex.getBucketLabelType() != U_ALPHAINDEX_NORMAL) {
465 // std::cout << aindex.getRecordName().toUTF8String(s) << " ";
480 AlphabeticIndex aindex(loc, status);
482 aindex.nextBucket(status); // Crash here before bug was fixed.