Home
last modified time | relevance | path

Searched refs:surrogateToUcs4 (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h212 c = QChar::surrogateToUcs4(*(s - 1), c); in toLower()
270 c = QChar::surrogateToUcs4(*(s - 1), c); in toUpper()
/external/webkit/JavaScriptCore/wtf/unicode/wince/
DUnicodeWince.h206 inline UChar32 surrogateToUcs4(wchar_t high, wchar_t low) in surrogateToUcs4() function
/external/webkit/WebCore/platform/graphics/wince/
DFontWince.cpp140 ch = surrogateToUcs4(ch, run[i-1]); in generateComponents()
/external/webkit/JavaScriptCore/
DChangeLog14071 (WTF::Unicode::surrogateToUcs4):