Searched refs:beginIter (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 6213 const auto beginIter = configs->begin(); in getConfigurations() local 6216 auto iter = std::lower_bound(beginIter, endIter, cfg, compareResTableConfig); in getConfigurations() 6218 configs->insertAt(cfg, std::distance(beginIter, iter)); in getConfigurations() 6235 const auto beginIter = locales->begin(); in getLocales() local 6238 auto iter = std::lower_bound(beginIter, endIter, locale, compareString8AndCString); in getLocales() 6240 locales->insertAt(String8(locale), std::distance(beginIter, iter)); in getLocales()
|