Searched refs:endIter (Results 1 – 1 of 1) sorted by relevance
6482 const auto endIter = configs->end(); in getConfigurations() local6484 auto iter = std::lower_bound(beginIter, endIter, cfg, compareResTableConfig); in getConfigurations()6485 if (iter == endIter || iter->compare(cfg) != 0) { in getConfigurations()6504 const auto endIter = locales->end(); in getLocales() local6506 auto iter = std::lower_bound(beginIter, endIter, locale, compareString8AndCString); in getLocales()6507 if (iter == endIter || strcmp(iter->c_str(), locale) != 0) { in getLocales()