Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidi_props.h32 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 …]
Dubidi_props.c30 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 …]
Dubidi_props_data.h766 static const UBiDiProps ubidi_props_singleton={
Dsprpimpl.h91 const UBiDiProps *bdp; /* used only if checkBiDi is set */
Dubidiimp.h257 const UBiDiProps *bdp;
Dushape.cpp343 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext()
Duts46.cpp1102 const UBiDiProps *bdp=ubidi_getSingleton(); in isLabelOkContextJ()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java31 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();
DUCharacterProperty.java238 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);
DUTS46.java552 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/
DStringPrep.java18 import com.ibm.icu.impl.UBiDiProps;
241 private UBiDiProps bdp;
306 bdp=UBiDiProps.INSTANCE; in StringPrep()
DArabicShaping.java10 import com.ibm.icu.impl.UBiDiProps;
878 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
DBidi.java34 import com.ibm.icu.impl.UBiDiProps;
1021 final UBiDiProps bdp;
1305 bdp = UBiDiProps.INSTANCE; in Bidi()
DUnicodeSet.java23 import com.ibm.icu.impl.UBiDiProps;
3214 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java18 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/
Dcucdtst.c3302 UBiDiProps *bdp; in TestUBiDiProps()
3303 const UBiDiProps *cbdp; in TestUBiDiProps()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt303 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;