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

/external/icu4c/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/icu4c/i18n/unicode/
H A Dalphaindex.h232 UVector *records_; // Records are owned by the inputList_ vector.
726 UVector *inputList_; member in class:AlphabeticIndex

Completed in 125 milliseconds