OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mirroredchar
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp
160
UChar
mirroredChar
(UChar32 c)
162
return ICU::
mirroredChar
(c);
UnicodeBrew.h
165
UChar
mirroredChar
(UChar32);
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp
170
UChar
mirroredChar
(UChar32 c)
172
return UnicodeCE::
mirroredChar
(c);
UnicodeWinCE.h
144
UChar
mirroredChar
(UChar32);
/external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp
59
return QChar::
mirroredChar
(ch);
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp
169
UChar
mirroredChar
= u_charMirror(characters[i]);
170
if (
mirroredChar
!= characters[i]) {
177
substituteCharacters[i] =
mirroredChar
;
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h
197
inline UChar32
mirroredChar
(UChar32 c)
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h
336
inline UChar32
mirroredChar
(UChar32 c)
338
return QChar::
mirroredChar
(uint32_t(c));
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h
198
inline UChar32
mirroredChar
(UChar32 c)
/external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp
60
c =
mirroredChar
(c);
/external/webkit/Source/JavaScriptCore/
ChangeLog-2007-10-14
[
all
...]
ChangeLog-2009-06-16
[
all
...]
/external/webkit/Source/WebCore/
ChangeLog-2002-12-03
[
all
...]
ChangeLog-2006-05-10
[
all
...]
Completed in 540 milliseconds