Searched refs:isHighSurrogate (Results 1 – 4 of 4) sorted by relevance
211 if (QChar(c).isLowSurrogate() && QChar(*(s - 1)).isHighSurrogate()) in toLower()269 if (QChar(c).isLowSurrogate() && QChar(*(s - 1)).isHighSurrogate()) in toUpper()
168 inline bool isHighSurrogate(wchar_t c) { return (c & 0xfc00) == 0xd800; } in isHighSurrogate() function
139 if (isHighSurrogate(ch) && isLowSurrogate(run[i-1])) in generateComponents()
14066 (WTF::Unicode::isHighSurrogate):