Home
last modified time | relevance | path

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

/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.java1109 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);
DUTS46.java567 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()
DCharacterPropertiesImpl.java66 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
/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.java1110 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);
DUTS46.java568 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()
DCharacterPropertiesImpl.java68 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
/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;
1027 final UBiDiProps bdp;
1311 bdp = UBiDiProps.INSTANCE; in Bidi()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringPrep.java21 import android.icu.impl.UBiDiProps;
229 private UBiDiProps bdp;
289 bdp=UBiDiProps.INSTANCE; in StringPrep()
DArabicShaping.java13 import android.icu.impl.UBiDiProps;
837 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
DBidi.java37 import android.icu.impl.UBiDiProps;
1003 final UBiDiProps bdp;
1284 bdp = UBiDiProps.INSTANCE; in Bidi()
/external/icu/icu4c/source/common/
Dubidi_props_data.h871 static const UBiDiProps ubidi_props_singleton={
Dubidi_props.cpp32 struct UBiDiProps { struct
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java21 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()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java22 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()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt2008 icu4j: main/classes/core/src/com/ibm/icu/impl/UBiDiProps.java
2197 -> ubidi_props.h & .c & UBiDiProps.java
2212 -> ubidi_props.h & .c & UBiDiProps.java
3048 UBiDiProps.java, UCaseProps.java, and several others with minor changes;