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

/external/icu/icu4c/source/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.c256 u_charMirror(UChar32 c) { function
/external/harfbuzz_ng/src/
H A Dhb-icu.cc149 return u_charMirror(unicode);
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c1971 /* test u_isMirrored() and u_charMirror() ----------------------------------- */
1993 log_verbose("Testing u_charMirror()\n");
1994 if(!(u_charMirror(0x3c)==0x3e && u_charMirror(0x5d)==0x5b && u_charMirror(0x208d)==0x208e && u_charMirror(0x3017)==0x3016 &&
1995 u_charMirror(0xbb)==0xab && u_charMirror(0x2215)==0x29F5 && u_charMirror(0x29F5)==0x2215 && /* large delta between the code points */
1996 u_charMirror(
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duchar.h519 Corresponds to u_charMirror. @stable ICU 2.4 */
2638 u_charMirror(UChar32 c);
2642 * For Bidi_Paired_Bracket_Type!=None, this is the same as u_charMirror().
2653 * @see u_charMirror
H A Durename.h214 #define u_charMirror U_ICU_ENTRY_POINT_RENAME(u_charMirror) macro

Completed in 96 milliseconds