Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp5867 const auto beginIter = configs->begin(); in getConfigurations() local
5870 auto iter = std::lower_bound(beginIter, endIter, cfg, compareResTableConfig); in getConfigurations()
5872 configs->insertAt(cfg, std::distance(beginIter, iter)); in getConfigurations()
5889 const auto beginIter = locales->begin(); in getLocales() local
5892 auto iter = std::lower_bound(beginIter, endIter, locale, compareString8AndCString); in getLocales()
5894 locales->insertAt(String8(locale), std::distance(beginIter, iter)); in getLocales()