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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dalphaindex.cpp127 BucketList(UVector *bucketList, UVector *publicBucketList) argument
128 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) {
453 LocalPointer<UVector> bucketList(new UVector(errorCode));
454 if (bucketList.isNull()) {
458 bucketList->setDeleter(uprv_deleteUObject);
466 bucketList->addElement(bucket, errorCode);
488 if (skippedScript && bucketList->size() > 1) {
496 bucketList->addElement(bucket, errorCode);
505 bucketList->addElement(bucket, errorCode);
520 for (int32_t i = bucketList
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dalphaindex.h287 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
288 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}

Completed in 65 milliseconds