Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeUtilities.h39 PLATFORM_EXPORT void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vecto…
DUnicodeUtilities.cpp296 void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vector<UChar>& buffer) in normalizeCharactersIntoNFCForm() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp1768 normalizeCharactersIntoNFCForm(m_target.data(), m_target.size(), m_normalizedTarget); in SearchBuffer()
1854 normalizeCharactersIntoNFCForm(match, matchLength, m_normalizedMatch); in isBadMatch()