Lines Matching refs:nextBucket
193 index->nextBucket(status); // Move to underflow label in APITest()
194 index->nextBucket(status); // Move to "A" in APITest()
216 while (index->nextBucket(status)) { in APITest()
232 while (index->nextBucket(status)) { in APITest()
242 TEST_ASSERT(index->nextBucket(status) == FALSE); in APITest()
245 TEST_ASSERT(index->nextBucket(status) == TRUE); in APITest()
250 while (index->nextBucket(status)) { in APITest()
266 for (i=0; index->nextBucket(status); i++) { in APITest()
303 for (i=0; index->nextBucket(status); i++) { in APITest()
372 while (index.nextBucket(status)) { in ManyLocalesTest()
452 while (aindex.nextBucket(status)) { in HackPinyinTest()
484 aindex.nextBucket(status); // Crash here before bug was fixed. in TestBug9009()
661 TEST_ASSERT(index.nextBucket(status)); in TestNoLabels()