Home
last modified time | relevance | path

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

12

/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.h777 static const UBiDiProps ubidi_props_singleton={
Dsprpimpl.h91 const UBiDiProps *bdp; /* used only if checkBiDi is set */
Dubidiimp.h254 const UBiDiProps *bdp;
Dushape.cpp343 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext()
Duts46.cpp1127 const UBiDiProps *bdp=ubidi_getSingleton(); in isLabelOkContextJ()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUBiDiProps.java35 public final class UBiDiProps { class
39 private UBiDiProps() throws IOException{ in UBiDiProps() method in UBiDiProps
336 public static final UBiDiProps INSTANCE;
342 INSTANCE = new UBiDiProps();
DUCharacterProperty.java239 return UBiDiProps.INSTANCE.isBidiControl(c);
244 return UBiDiProps.INSTANCE.isMirrored(c);
271 return UBiDiProps.INSTANCE.isJoinControl(c);
456 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
488 return UBiDiProps.INSTANCE.getClass(c);
509 return UBiDiProps.INSTANCE.getJoiningGroup(c);
514 return UBiDiProps.INSTANCE.getJoiningType(c);
566 return UBiDiProps.INSTANCE.getPairedBracketType(c);
DUTS46.java553 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
570 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi()
593 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
691 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
711 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); 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
332 public static final UBiDiProps INSTANCE;
338 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/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java19 import android.icu.impl.UBiDiProps;
226 private UBiDiProps bdp;
289 bdp=UBiDiProps.INSTANCE; in StringPrep()
DArabicShaping.java11 import android.icu.impl.UBiDiProps;
830 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
DBidi.java35 import android.icu.impl.UBiDiProps;
991 final UBiDiProps bdp;
1272 bdp = UBiDiProps.INSTANCE; in Bidi()
DUnicodeSet.java25 import android.icu.impl.UBiDiProps;
3188 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java18 import com.ibm.icu.impl.UBiDiProps;
241 private UBiDiProps bdp;
305 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;
1017 final UBiDiProps bdp;
1301 bdp = UBiDiProps.INSTANCE; in Bidi()
DUnicodeSet.java24 import com.ibm.icu.impl.UBiDiProps;
3261 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java19 import android.icu.impl.UBiDiProps;
3610 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
3623 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
3641 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()
3660 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java18 import com.ibm.icu.impl.UBiDiProps;
4196 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4210 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
4229 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()
4249 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.txt573 icu4j: main/classes/core/src/com/ibm/icu/impl/UBiDiProps.java
762 -> ubidi_props.h & .c & UBiDiProps.java
777 -> ubidi_props.h & .c & UBiDiProps.java
1613 UBiDiProps.java, UCaseProps.java, and several others with minor changes;

12