Searched refs:UBiDiProps (Results 1 – 17 of 17) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ubidi_props.h | 32 struct UBiDiProps; 33 typedef struct UBiDiProps UBiDiProps; typedef 35 U_CFUNC const UBiDiProps * 39 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode); 44 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which); 47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c); 50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c); 53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c); 56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c); 59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c); [all …]
|
D | ubidi_props.c | 30 struct UBiDiProps { struct 47 U_CFUNC const UBiDiProps * 63 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { in ubidi_addPropertyStarts() 120 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) { in ubidi_getMaxValue() 143 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { in ubidi_getClass() 149 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { in ubidi_isMirrored() 155 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { in getMirror() 187 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror() 193 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isBidiControl() 199 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isJoinControl() [all …]
|
D | ubidi_props_data.h | 766 static const UBiDiProps ubidi_props_singleton={
|
D | sprpimpl.h | 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */
|
D | ubidiimp.h | 257 const UBiDiProps *bdp;
|
D | ushape.cpp | 343 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext()
|
D | uts46.cpp | 1102 const UBiDiProps *bdp=ubidi_getSingleton(); in isLabelOkContextJ()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UBiDiProps.java | 31 public final class UBiDiProps { class 35 private UBiDiProps() throws IOException{ in UBiDiProps() method in UBiDiProps 339 public static final UBiDiProps INSTANCE; 345 INSTANCE = new UBiDiProps();
|
D | UCharacterProperty.java | 238 return UBiDiProps.INSTANCE.isBidiControl(c); 243 return UBiDiProps.INSTANCE.isMirrored(c); 270 return UBiDiProps.INSTANCE.isJoinControl(c); 455 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue() 487 return UBiDiProps.INSTANCE.getClass(c); 508 return UBiDiProps.INSTANCE.getJoiningGroup(c); 513 return UBiDiProps.INSTANCE.getJoiningType(c); 565 return UBiDiProps.INSTANCE.getPairedBracketType(c);
|
D | UTS46.java | 552 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi() 569 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi() 592 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi() 690 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ() 710 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | StringPrep.java | 18 import com.ibm.icu.impl.UBiDiProps; 241 private UBiDiProps bdp; 306 bdp=UBiDiProps.INSTANCE; in StringPrep()
|
D | ArabicShaping.java | 10 import com.ibm.icu.impl.UBiDiProps; 878 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
|
D | Bidi.java | 34 import com.ibm.icu.impl.UBiDiProps; 1021 final UBiDiProps bdp; 1305 bdp = UBiDiProps.INSTANCE; in Bidi()
|
D | UnicodeSet.java | 23 import com.ibm.icu.impl.UBiDiProps; 3214 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 18 import com.ibm.icu.impl.UBiDiProps; 4146 return UBiDiProps.INSTANCE.getClass(ch); in getDirection() 4160 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored() 4179 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror() 4199 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 3302 UBiDiProps *bdp; in TestUBiDiProps() 3303 const UBiDiProps *cbdp; in TestUBiDiProps()
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 303 icu4j: main/classes/core/src/com/ibm/icu/impl/UBiDiProps.java 492 -> ubidi_props.h & .c & UBiDiProps.java 507 -> ubidi_props.h & .c & UBiDiProps.java 1343 UBiDiProps.java, UCaseProps.java, and several others with minor changes;
|