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

/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp205 : inputList_(NULL),
216 : inputList_(NULL),
232 delete inputList_;
289 if (U_FAILURE(status) || inputList_ == NULL) {
292 return inputList_->size();
642 if (U_FAILURE(errorCode) || inputList_ == NULL || inputList_->isEmpty()) {
648 inputList_->sortWithUComparator(recordCompareFn, collator_, errorCode);
667 for (int32_t i = 0; i < inputList_->size(); ++i) {
668 Record *r = getRecord(*inputList_,
[all...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp206 : inputList_(NULL),
217 : inputList_(NULL),
233 delete inputList_;
290 if (U_FAILURE(status) || inputList_ == NULL) {
293 return inputList_->size();
638 if (U_FAILURE(errorCode) || inputList_ == NULL || inputList_->isEmpty()) {
644 inputList_->sortWithUComparator(recordCompareFn, collator_, errorCode);
663 for (int32_t i = 0; i < inputList_->size(); ++i) {
664 Record *r = getRecord(*inputList_,
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dalphaindex.h232 UVector *records_; // Records are owned by the inputList_ vector.
726 UVector *inputList_; member in class:AlphabeticIndex
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h228 UVector *records_; // Records are owned by the inputList_ vector.
717 UVector *inputList_; member in class:AlphabeticIndex

Completed in 4104 milliseconds