Searched refs:UBiDiProps (Results 1 – 19 of 19) sorted by relevance
33 public final class UBiDiProps { class37 private UBiDiProps() throws IOException{ in UBiDiProps() method in UBiDiProps335 public static final UBiDiProps INSTANCE;341 INSTANCE = new UBiDiProps();
1109 return UBiDiProps.INSTANCE.isBidiControl(c);1115 return UBiDiProps.INSTANCE.isMirrored(c);1144 return UBiDiProps.INSTANCE.isJoinControl(c);1352 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()1388 return UBiDiProps.INSTANCE.getClass(c);1413 return UBiDiProps.INSTANCE.getJoiningGroup(c);1419 return UBiDiProps.INSTANCE.getJoiningType(c);1479 return UBiDiProps.INSTANCE.getPairedBracketType(c);
567 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()584 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi()607 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()705 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()725 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
66 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
37 public final class UBiDiProps { class41 private UBiDiProps() throws IOException{ in UBiDiProps() method in UBiDiProps339 public static final UBiDiProps INSTANCE;345 INSTANCE = new UBiDiProps();
1110 return UBiDiProps.INSTANCE.isBidiControl(c);1116 return UBiDiProps.INSTANCE.isMirrored(c);1145 return UBiDiProps.INSTANCE.isJoinControl(c);1353 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()1389 return UBiDiProps.INSTANCE.getClass(c);1414 return UBiDiProps.INSTANCE.getJoiningGroup(c);1420 return UBiDiProps.INSTANCE.getJoiningType(c);1480 return UBiDiProps.INSTANCE.getPairedBracketType(c);
568 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()585 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi()608 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()706 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()726 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
68 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
20 import com.ibm.icu.impl.UBiDiProps;241 private UBiDiProps bdp;302 bdp=UBiDiProps.INSTANCE; in StringPrep()
12 import com.ibm.icu.impl.UBiDiProps;883 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
36 import com.ibm.icu.impl.UBiDiProps;1027 final UBiDiProps bdp;1311 bdp = UBiDiProps.INSTANCE; in Bidi()
21 import android.icu.impl.UBiDiProps;229 private UBiDiProps bdp;289 bdp=UBiDiProps.INSTANCE; in StringPrep()
13 import android.icu.impl.UBiDiProps;837 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
37 import android.icu.impl.UBiDiProps;1003 final UBiDiProps bdp;1284 bdp = UBiDiProps.INSTANCE; in Bidi()
871 static const UBiDiProps ubidi_props_singleton={
32 struct UBiDiProps { struct
21 import com.ibm.icu.impl.UBiDiProps;4600 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()4614 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()4633 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()4653 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
22 import android.icu.impl.UBiDiProps;4015 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()4028 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()4046 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()4065 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
2008 icu4j: main/classes/core/src/com/ibm/icu/impl/UBiDiProps.java2197 -> ubidi_props.h & .c & UBiDiProps.java2212 -> ubidi_props.h & .c & UBiDiProps.java3048 UBiDiProps.java, UCaseProps.java, and several others with minor changes;