Searched refs:u_charDirection (Results 1 - 22 of 22) sorted by relevance

/external/icu4c/samples/props/
H A Dprops.cpp45 printf(" BiDi directional category (numeric enum value): %u\n", u_charDirection(codePoint));
/external/icu4c/common/
H A Dubidi_props.c208 u_charDirection(UChar32 c) { function
H A Duts46.cpp961 uint32_t firstMask=U_MASK(u_charDirection(c));
976 UCharDirection dir=u_charDirection(c);
998 mask|=U_MASK(u_charDirection(c));
H A Duprops.cpp344 return (int32_t)u_charDirection(c);
H A Dubidi.c347 dir = u_charDirection(uchar);
/external/icu4c/test/intltest/
H A Dnptrans.cpp238 direction = u_charDirection(ch);
/external/icu4c/test/perf/utrie2perf/
H A Dutrie2perf.cpp222 bitSet|=(uint32_t)1<<u_charDirection(c);
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h210 return static_cast<Direction>(u_charDirection(c));
/external/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm144 UCharDirection direction = u_charDirection(buffer[i]);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitNSStringExtras.mm57 UCharDirection direction = u_charDirection(buffer[i]);
/external/icu4c/common/unicode/
H A Duchar.h415 Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
2354 u_charDirection(UChar32 c);
H A Durename.h228 #define u_charDirection U_ICU_ENTRY_POINT_RENAME(u_charDirection) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h365 Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
2005 u_charDirection(UChar32 c);
H A Durename.h128 #define u_charDirection u_charDirection_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h365 Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
2005 u_charDirection(UChar32 c);
H A Durename.h128 #define u_charDirection u_charDirection_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h365 Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
2005 u_charDirection(UChar32 c);
H A Durename.h128 #define u_charDirection u_charDirection_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h365 Same as u_charDirection, returns UCharDirection values. @stable ICU 2.2 */
2005 u_charDirection(UChar32 c);
H A Durename.h128 #define u_charDirection u_charDirection_3_2 macro
/external/icu4c/test/cintltst/
H A Dcucdtst.c993 if(i!=u_charDirection(c) || i!=u_getIntPropertyValue(c, UCHAR_BIDI_CLASS)) {
994 log_err("error: u_charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir(fields[4][0]), fields[4][0]);
1169 if( u_charDirection(c)!=shouldBeDir ||
1172 log_err("error: u_charDirection(unassigned/PUA U+%04lx)=%s should be %s\n",
1173 c, dirStrings[u_charDirection(c)], dirStrings[shouldBeDir]);
H A Dcbiditst.c145 if(u_charDirection(charFromDirProp[i])!=(UCharDirection)i) {
147 i, charFromDirProp[i], u_charDirection(charFromDirProp[i]), i);

Completed in 163 milliseconds