OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surrogateToUcs4
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h
180
c = QChar::
surrogateToUcs4
(*(s - 1), c);
238
c = QChar::
surrogateToUcs4
(*(s - 1), c);
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.h
169
inline UChar32
surrogateToUcs4
(UChar high, UChar low)
/external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp
140
ch =
surrogateToUcs4
(ch, run[i-1]);
Completed in 2291 milliseconds