Searched refs:surrogateToUcs4 (Results 1 – 4 of 4) sorted by relevance
212 c = QChar::surrogateToUcs4(*(s - 1), c); in toLower()270 c = QChar::surrogateToUcs4(*(s - 1), c); in toUpper()
206 inline UChar32 surrogateToUcs4(wchar_t high, wchar_t low) in surrogateToUcs4() function
140 ch = surrogateToUcs4(ch, run[i-1]); in generateComponents()
14071 (WTF::Unicode::surrogateToUcs4):