Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DNormalizeAlgorithm.cpp138 bool algorithmNameComparator(const AlgorithmNameMapping& a, StringImpl* b) in algorithmNameComparator() function
173 it = std::lower_bound(begin, end, algorithmName.impl(), &algorithmNameComparator<LChar>); in lookupAlgorithmIdByName()
175 it = std::lower_bound(begin, end, algorithmName.impl(), &algorithmNameComparator<UChar>); in lookupAlgorithmIdByName()