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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dalphaindex.cpp128 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) {
140 return immutableVisibleList_->size();
169 UVector *immutableVisibleList_; member in class:BucketList
174 if (immutableVisibleList_ != bucketList_) {
175 delete immutableVisibleList_;
198 return icu::getBucket(*buckets_->immutableVisibleList_, index);
1238 currentBucket_ = getBucket(*buckets_->immutableVisibleList_, labelsIterIndex_);

Completed in 108 milliseconds