Searched refs:nextBucket (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
H A Dalphaindextst.cpp191 index->nextBucket(status); // Move to underflow label
192 index->nextBucket(status); // Move to "A"
214 while (index->nextBucket(status)) {
230 while (index->nextBucket(status)) {
240 TEST_ASSERT(index->nextBucket(status) == FALSE);
243 TEST_ASSERT(index->nextBucket(status) == TRUE);
248 while (index->nextBucket(status)) {
264 for (i=0; index->nextBucket(status); i++) {
301 for (i=0; index->nextBucket(status); i++) {
370 while (index.nextBucket(statu
[all...]
/external/icu4c/i18n/
H A Dalphaindex.cpp595 Bucket *nextBucket = getBucket(*bucketList, i); local
602 if (nextBucket->labelType_ != U_ALPHAINDEX_NORMAL) {
603 bucket->displayBucket_ = nextBucket;
607 nextBucket = bucket;
658 Bucket *nextBucket; local
661 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++);
662 upperBoundary = &nextBucket->lowerBoundary_;
664 nextBucket = NULL;
673 currentBucket = nextBucket;
676 nextBucket
1235 UBool AlphabeticIndex::nextBucket(UErrorCode &status) { function in class:AlphabeticIndex
[all...]
/external/icu4c/i18n/unicode/
H A Dalphaindex.h134 * while (index->nextBucket(status)) {
143 * while (index->nextBucket(status)) {
562 virtual UBool nextBucket(UErrorCode &status);
566 * If the iteration is before the first Bucket (nextBucket() has not been called),
595 * Reset the Bucket iteration for this index. The next call to nextBucket()
606 * When nextBucket() is called, Record iteration is reset to just before the
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 304 milliseconds