Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/text/
H A DUnicode.cpp50 const auto iter_end = sCharacterProperties.end(); in FindCharacterProperties() local
51 const auto iter = std::lower_bound(sCharacterProperties.begin(), iter_end, codepoint, in FindCharacterProperties()
53 if (iter != iter_end && codepoint >= iter->first_char) { in FindCharacterProperties()
/aosp14/frameworks/base/libs/androidfw/
H A DStringPool.cpp273 const auto iter_end = indexed_strings_.end(); in Prune() local
275 while (index_iter != iter_end) { in Prune()