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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp128 BucketList(UVector *bucketList, UVector *publicBucketList) argument
129 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) {
447 LocalPointer<UVector> bucketList(new UVector(errorCode));
448 if (bucketList.isNull()) {
452 bucketList->setDeleter(uprv_deleteUObject);
460 bucketList->addElement(bucket, errorCode);
482 if (skippedScript && bucketList->size() > 1) {
490 bucketList->addElement(bucket, errorCode);
499 bucketList->addElement(bucket, errorCode);
515 for (int32_t i = bucketList
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dalphaindex.h287 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
288 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) argument
284 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}

Completed in 121 milliseconds