Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidi_props.h34 struct UBiDiProps;
35 typedef struct UBiDiProps UBiDiProps; typedef
37 U_CFUNC const UBiDiProps *
41 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
46 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
49 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
52 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
55 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
58 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
61 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
[all …]
Dubidi_props.cpp32 struct UBiDiProps { struct
49 U_CFUNC const UBiDiProps *
67 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { in ubidi_addPropertyStarts()
124 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) { in ubidi_getMaxValue()
147 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { in ubidi_getClass()
153 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { in ubidi_isMirrored()
159 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { in getMirror()
191 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror()
197 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isBidiControl()
203 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isJoinControl()
[all …]
Dubidi_props_data.h818 static const UBiDiProps ubidi_props_singleton={
Dsprpimpl.h93 const UBiDiProps *bdp; /* used only if checkBiDi is set */
Dubidiimp.h257 const UBiDiProps *bdp;
Dushape.cpp345 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext()
Duts46.cpp1129 const UBiDiProps *bdp=ubidi_getSingleton(); in isLabelOkContextJ()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java33 public final class UBiDiProps { class
37 private UBiDiProps() throws IOException{ in UBiDiProps() method in UBiDiProps
335 public static final UBiDiProps INSTANCE;
341 INSTANCE = new UBiDiProps();
DUCharacterProperty.java243 return UBiDiProps.INSTANCE.isBidiControl(c);
249 return UBiDiProps.INSTANCE.isMirrored(c);
278 return UBiDiProps.INSTANCE.isJoinControl(c);
485 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
521 return UBiDiProps.INSTANCE.getClass(c);
546 return UBiDiProps.INSTANCE.getJoiningGroup(c);
552 return UBiDiProps.INSTANCE.getJoiningType(c);
612 return UBiDiProps.INSTANCE.getPairedBracketType(c);
DUTS46.java554 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
571 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi()
594 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
692 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
712 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUBiDiProps.java37 public final class UBiDiProps { class
41 private UBiDiProps() throws IOException{ in UBiDiProps() method in UBiDiProps
339 public static final UBiDiProps INSTANCE;
345 INSTANCE = new UBiDiProps();
DUCharacterProperty.java244 return UBiDiProps.INSTANCE.isBidiControl(c);
250 return UBiDiProps.INSTANCE.isMirrored(c);
279 return UBiDiProps.INSTANCE.isJoinControl(c);
486 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
522 return UBiDiProps.INSTANCE.getClass(c);
547 return UBiDiProps.INSTANCE.getJoiningGroup(c);
553 return UBiDiProps.INSTANCE.getJoiningType(c);
613 return UBiDiProps.INSTANCE.getPairedBracketType(c);
DUTS46.java555 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
572 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi()
595 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
693 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
713 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java20 import com.ibm.icu.impl.UBiDiProps;
241 private UBiDiProps bdp;
302 bdp=UBiDiProps.INSTANCE; in StringPrep()
DArabicShaping.java12 import com.ibm.icu.impl.UBiDiProps;
883 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
DBidi.java36 import com.ibm.icu.impl.UBiDiProps;
1021 final UBiDiProps bdp;
1305 bdp = UBiDiProps.INSTANCE; in Bidi()
DUnicodeSet.java26 import com.ibm.icu.impl.UBiDiProps;
3277 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java21 import android.icu.impl.UBiDiProps;
226 private UBiDiProps bdp;
286 bdp=UBiDiProps.INSTANCE; in StringPrep()
DArabicShaping.java13 import android.icu.impl.UBiDiProps;
835 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
DBidi.java37 import android.icu.impl.UBiDiProps;
997 final UBiDiProps bdp;
1278 bdp = UBiDiProps.INSTANCE; in Bidi()
DUnicodeSet.java27 import android.icu.impl.UBiDiProps;
3204 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java22 import android.icu.impl.UBiDiProps;
3815 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
3828 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
3846 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()
3865 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java21 import com.ibm.icu.impl.UBiDiProps;
4397 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4411 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
4430 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()
4450 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3321 UBiDiProps *bdp; in TestUBiDiProps()
3322 const UBiDiProps *cbdp; in TestUBiDiProps()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1504 icu4j: main/classes/core/src/com/ibm/icu/impl/UBiDiProps.java
1693 -> ubidi_props.h & .c & UBiDiProps.java
1708 -> ubidi_props.h & .c & UBiDiProps.java
2544 UBiDiProps.java, UCaseProps.java, and several others with minor changes;