Home
last modified time | relevance | path

Searched refs:u_charMirror (Results 1 – 17 of 17) sorted by relevance

/external/icu4c/test/cintltst/
Dcucdtst.c1826 …if(!(u_charMirror(0x3c)==0x3e && u_charMirror(0x5d)==0x5b && u_charMirror(0x208d)==0x208e && u_cha… in TestMirroring()
1827u_charMirror(0xbb)==0xab && u_charMirror(0x2215)==0x29F5 && u_charMirror(0x29F5)==0x2215 && /* lar… in TestMirroring()
1828u_charMirror(0x2e)==0x2e && u_charMirror(0x6f3)==0x6f3 && u_charMirror(0x301c)==0x301c && u_charMi… in TestMirroring()
1830u_charMirror(0x2018)==0x2018 && u_charMirror(0x201b)==0x201b && u_charMirror(0x301d)==0x301d in TestMirroring()
1845 c2=u_charMirror(start); in TestMirroring()
1846 c3=u_charMirror(c2); in TestMirroring()
/external/icu4c/common/
Dubidiwrt.c90 c=u_charMirror(c); in doWriteForward()
144 c=u_charMirror(c); in doWriteForward()
295 c=u_charMirror(c); in doWriteReverse()
Dubidi_props.c512 u_charMirror(UChar32 c) { in u_charMirror() function
/external/webkit/JavaScriptCore/wtf/unicode/icu/
DUnicodeIcu.h184 return u_charMirror(c); in mirroredChar()
/external/webkit/WebCore/icu/unicode/
Duchar.h2045 u_charMirror(UChar32 c);
Durename.h130 #define u_charMirror u_charMirror_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
Duchar.h2045 u_charMirror(UChar32 c);
Durename.h130 #define u_charMirror u_charMirror_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
Duchar.h2045 u_charMirror(UChar32 c);
Durename.h130 #define u_charMirror u_charMirror_3_2 macro
/external/webkit/JavaScriptCore/icu/unicode/
Duchar.h2045 u_charMirror(UChar32 c);
Durename.h130 #define u_charMirror u_charMirror_3_2 macro
/external/icu4c/data/unidata/
Dchanges.txt166 - verify that u_charMirror() round-trips
/external/icu4c/common/unicode/
Duchar.h2244 u_charMirror(UChar32 c);
Durename.h175 #define u_charMirror u_charMirror_3_8 macro
/external/webkit/WebCore/platform/graphics/mac/
DFontMacATSUI.mm429 UChar mirroredChar = u_charMirror(m_run[i]);
/external/webkit/WebCore/
DChangeLog-2005-08-2316233 (QChar::mirroredChar): Made inline. Calls u_charMirror.