Lines Matching refs:nextBucket
195 index->nextBucket(status); // Move to underflow label in APITest()
196 index->nextBucket(status); // Move to "A" in APITest()
218 while (index->nextBucket(status)) { in APITest()
234 while (index->nextBucket(status)) { in APITest()
244 TEST_ASSERT(index->nextBucket(status) == FALSE); in APITest()
247 TEST_ASSERT(index->nextBucket(status) == TRUE); in APITest()
252 while (index->nextBucket(status)) { in APITest()
268 for (i=0; index->nextBucket(status); i++) { in APITest()
305 for (i=0; index->nextBucket(status); i++) { in APITest()
374 while (index.nextBucket(status)) { in ManyLocalesTest()
454 while (aindex.nextBucket(status)) { in HackPinyinTest()
486 aindex.nextBucket(status); // Crash here before bug was fixed. in TestBug9009()
663 TEST_ASSERT(index.nextBucket(status)); in TestNoLabels()