Home
last modified time | relevance | path

Searched refs:endIter (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp6329 const auto endIter = configs->end(); in getConfigurations() local
6331 auto iter = std::lower_bound(beginIter, endIter, cfg, compareResTableConfig); in getConfigurations()
6332 if (iter == endIter || iter->compare(cfg) != 0) { in getConfigurations()
6351 const auto endIter = locales->end(); in getLocales() local
6353 auto iter = std::lower_bound(beginIter, endIter, locale, compareString8AndCString); in getLocales()
6354 if (iter == endIter || strcmp(iter->string(), locale) != 0) { in getLocales()