Searched refs:u_charMirror (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dubidiwrt.c44 * - u_charMirror(c) needs the same number of code units as c
91 c=u_charMirror(c);
145 c=u_charMirror(c);
296 c=u_charMirror(c);
H A Dubidi_props.c241 u_charMirror(UChar32 c) { function
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcucdtst.c1941 /* test u_isMirrored() and u_charMirror() ----------------------------------- */
1963 log_verbose("Testing u_charMirror()\n");
1964 if(!(u_charMirror(0x3c)==0x3e && u_charMirror(0x5d)==0x5b && u_charMirror(0x208d)==0x208e && u_charMirror(0x3017)==0x3016 &&
1965 u_charMirror(0xbb)==0xab && u_charMirror(0x2215)==0x29F5 && u_charMirror(0x29F5)==0x2215 && /* large delta between the code points */
1966 u_charMirror(
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duchar.h519 Corresponds to u_charMirror. @stable ICU 2.4 */
2543 u_charMirror(UChar32 c);
2547 * For Bidi_Paired_Bracket_Type!=None, this is the same as u_charMirror().
2558 * @see u_charMirror
H A Durename.h213 #define u_charMirror U_ICU_ENTRY_POINT_RENAME(u_charMirror) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Duchar.h525 Corresponds to u_charMirror. @stable ICU 2.4 */
2394 u_charMirror(UChar32 c);
H A Durename.h227 #define u_charMirror U_ICU_ENTRY_POINT_RENAME(u_charMirror) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Duchar.h525 Corresponds to u_charMirror. @stable ICU 2.4 */
2394 u_charMirror(UChar32 c);
H A Durename.h227 #define u_charMirror U_ICU_ENTRY_POINT_RENAME(u_charMirror) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Duchar.h525 Corresponds to u_charMirror. @stable ICU 2.4 */
2394 u_charMirror(UChar32 c);
H A Durename.h227 #define u_charMirror U_ICU_ENTRY_POINT_RENAME(u_charMirror) macro

Completed in 381 milliseconds