Searched refs:UBiDiProps (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/common/ |
D | ubidi_props.h | 31 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 …]
|
D | ubidi_props.c | 31 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 …]
|
D | ubidi_props_data.c | 668 static const UBiDiProps ubidi_props_singleton={
|
D | sprpimpl.h | 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */
|
D | ubidiimp.h | 199 const UBiDiProps *bdp;
|
D | ushape.c | 318 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext()
|
/external/icu4c/test/cintltst/ |
D | cucdtst.c | 3096 UBiDiProps *bdp; in TestUBiDiProps() 3097 const UBiDiProps *cbdp; in TestUBiDiProps()
|
/external/icu4c/data/unidata/ |
D | changes.txt | 153 UBiDiProps.java, UCaseProps.java, and several others with minor changes;
|