Searched refs:iter_end (Results 1 – 2 of 2) sorted by relevance
50 const auto iter_end = sCharacterProperties.end(); in FindCharacterProperties() local51 const auto iter = std::lower_bound(sCharacterProperties.begin(), iter_end, codepoint, in FindCharacterProperties()53 if (iter != iter_end && codepoint >= iter->first_char) { in FindCharacterProperties()
273 const auto iter_end = indexed_strings_.end(); in Prune() local275 while (index_iter != iter_end) { in Prune()