Searched refs:UJoiningType (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Dubidi_props.h60 U_CFUNC UJoiningType
H A Dubidi_props.c186 U_CFUNC UJoiningType
189 return (UJoiningType)((props&UBIDI_JT_MASK)>>UBIDI_JT_SHIFT);
H A Duts46.cpp1136 UJoiningType type=ubidi_getJoiningType(bdp, c);
1154 UJoiningType type=ubidi_getJoiningType(bdp, c);
/external/chromium_org/third_party/icu/source/common/
H A Dubidi_props.h65 U_CFUNC UJoiningType
H A Dubidi_props.c186 U_CFUNC UJoiningType
189 return (UJoiningType)((props&UBIDI_JT_MASK)>>UBIDI_JT_SHIFT);
H A Duts46.cpp1126 UJoiningType type=(UJoiningType)u_getIntPropertyValue(c, UCHAR_JOINING_TYPE);
1144 UJoiningType type=(UJoiningType)u_getIntPropertyValue(c, UCHAR_JOINING_TYPE);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h439 Returns UJoiningType values. @stable ICU 2.2 */
1487 typedef enum UJoiningType { enum
1495 } UJoiningType; typedef in typeref:enum:UJoiningType
/external/icu4c/common/unicode/
H A Duchar.h428 Returns UJoiningType values. @stable ICU 2.2 */
1535 typedef enum UJoiningType { enum
1537 * Note: UJoiningType constants are parsed by preparseucd.py.
1549 } UJoiningType; typedef in typeref:enum:UJoiningType

Completed in 152 milliseconds