normalizeCharactersIntoNFCForm 1817 Source/core/editing/TextIterator.cpp normalizeCharactersIntoNFCForm(m_target.data(), m_target.size(), m_normalizedTarget); normalizeCharactersIntoNFCForm 1903 Source/core/editing/TextIterator.cpp normalizeCharactersIntoNFCForm(match, matchLength, m_normalizedMatch); normalizeCharactersIntoNFCForm 39 Source/platform/text/UnicodeUtilities.h PLATFORM_EXPORT void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vector<UChar>& buffer);