Searched refs:foldQuoteMarksAndSoftHyphens (Results 1 – 4 of 4) sorted by relevance
40 PLATFORM_EXPORT void foldQuoteMarksAndSoftHyphens(UChar* data, size_t length);41 PLATFORM_EXPORT void foldQuoteMarksAndSoftHyphens(String&);
141 foldQuoteMarksAndSoftHyphens(stringToFold); in TEST()146 foldQuoteMarksAndSoftHyphens(buffer.data(), buffer.size()); in TEST()
65 void foldQuoteMarksAndSoftHyphens(UChar* data, size_t length) in foldQuoteMarksAndSoftHyphens() function71 void foldQuoteMarksAndSoftHyphens(String& s) in foldQuoteMarksAndSoftHyphens() function
1731 foldQuoteMarksAndSoftHyphens(m_target.data(), m_target.size()); in SearchBuffer()1802 foldQuoteMarksAndSoftHyphens(destination, usableLength); in append()