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