Searched refs:currentBucket_ (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
D | alphaindex.cpp | 207 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 218 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 702 currentBucket_ = NULL; in internalResetBucketIterator() 1118 if (buckets_ == NULL && currentBucket_ != NULL) { in nextBucket() 1131 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket() 1137 if (currentBucket_ != NULL) { in getBucketLabel() 1138 return currentBucket_->label_; in getBucketLabel() 1146 if (currentBucket_ != NULL) { in getBucketLabelType() 1147 return currentBucket_->labelType_; in getBucketLabelType() 1155 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | alphaindex.cpp | 207 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 218 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 701 currentBucket_ = NULL; in internalResetBucketIterator() 1117 if (buckets_ == NULL && currentBucket_ != NULL) { in nextBucket() 1130 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket() 1136 if (currentBucket_ != NULL) { in getBucketLabel() 1137 return currentBucket_->label_; in getBucketLabel() 1145 if (currentBucket_ != NULL) { in getBucketLabelType() 1146 return currentBucket_->labelType_; in getBucketLabelType() 1154 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | alphaindex.cpp | 207 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 218 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 701 currentBucket_ = NULL; in internalResetBucketIterator() 1117 if (buckets_ == NULL && currentBucket_ != NULL) { in nextBucket() 1130 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket() 1136 if (currentBucket_ != NULL) { in getBucketLabel() 1137 return currentBucket_->label_; in getBucketLabel() 1145 if (currentBucket_ != NULL) { in getBucketLabelType() 1146 return currentBucket_->labelType_; in getBucketLabelType() 1154 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | alphaindex.cpp | 207 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 218 labelsIterIndex_(-1), itemsIterIndex_(0), currentBucket_(NULL), in AlphabeticIndex() 702 currentBucket_ = NULL; in internalResetBucketIterator() 1118 if (buckets_ == NULL && currentBucket_ != NULL) { in nextBucket() 1131 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_); in nextBucket() 1137 if (currentBucket_ != NULL) { in getBucketLabel() 1138 return currentBucket_->label_; in getBucketLabel() 1146 if (currentBucket_ != NULL) { in getBucketLabelType() 1147 return currentBucket_->labelType_; in getBucketLabelType() 1155 if (currentBucket_ != NULL && currentBucket_->records_ != NULL) { in getBucketRecordCount() [all …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | alphaindex.h | 732 Bucket *currentBucket_; // While an iteration of the index in underway, variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | alphaindex.h | 729 Bucket *currentBucket_; // While an iteration of the index in underway, variable
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | alphaindex.h | 732 Bucket *currentBucket_; // While an iteration of the index in underway, variable
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | alphaindex.h | 732 Bucket *currentBucket_; // While an iteration of the index in underway, variable
|