Home
last modified time | relevance | path

Searched refs:UBiDiProps (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/common/
Dubidi_props.h31 struct UBiDiProps;
32 typedef struct UBiDiProps UBiDiProps; typedef
34 U_CFUNC const UBiDiProps *
43 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
48 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
51 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
54 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
57 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
60 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
63 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
[all …]
Dubidi_props.c31 struct UBiDiProps { struct
46 U_CFUNC const UBiDiProps *
62 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { in ubidi_addPropertyStarts()
109 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) { in ubidi_getMaxValue()
130 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { in ubidi_getClass()
136 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { in ubidi_isMirrored()
142 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror()
175 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isBidiControl()
181 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isJoinControl()
187 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningType()
[all …]
Dubidi_props_data.c668 static const UBiDiProps ubidi_props_singleton={
Dsprpimpl.h91 const UBiDiProps *bdp; /* used only if checkBiDi is set */
Dubidiimp.h199 const UBiDiProps *bdp;
Dushape.c318 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext()
/external/icu4c/test/cintltst/
Dcucdtst.c3096 UBiDiProps *bdp; in TestUBiDiProps()
3097 const UBiDiProps *cbdp; in TestUBiDiProps()
/external/icu4c/data/unidata/
Dchanges.txt153 UBiDiProps.java, UCaseProps.java, and several others with minor changes;