HomeSort by relevance Sort by last modified time
    Searched refs:inputList_ (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
alphaindex.cpp 204 : inputList_(NULL),
215 : inputList_(NULL),
231 delete inputList_;
288 if (U_FAILURE(status) || inputList_ == NULL) {
291 return inputList_->size();
634 if (U_FAILURE(errorCode) || inputList_ == NULL || inputList_->isEmpty()) {
640 inputList_->sortWithUComparator(recordCompareFn, collator_, errorCode);
659 for (int32_t i = 0; i < inputList_->size(); ++i) {
660 Record *r = getRecord(*inputList_, i)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 228 UVector *records_; // Records are owned by the inputList_ vector.
717 UVector *inputList_;

Completed in 614 milliseconds