Home
last modified time | relevance | path

Searched refs:UBiDiProps (Results 1 – 20 of 20) 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.java377 return UBiDiProps.INSTANCE.isBidiControl(c);
383 return UBiDiProps.INSTANCE.isMirrored(c);
412 return UBiDiProps.INSTANCE.isJoinControl(c);
620 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
656 return UBiDiProps.INSTANCE.getClass(c);
681 return UBiDiProps.INSTANCE.getJoiningGroup(c);
687 return UBiDiProps.INSTANCE.getJoiningType(c);
752 return UBiDiProps.INSTANCE.getPairedBracketType(c);
DUTS46.java577 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
594 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi()
617 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
715 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
735 /* 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.java378 return UBiDiProps.INSTANCE.isBidiControl(c);
384 return UBiDiProps.INSTANCE.isMirrored(c);
413 return UBiDiProps.INSTANCE.isJoinControl(c);
621 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
657 return UBiDiProps.INSTANCE.getClass(c);
682 return UBiDiProps.INSTANCE.getJoiningGroup(c);
688 return UBiDiProps.INSTANCE.getJoiningType(c);
753 return UBiDiProps.INSTANCE.getPairedBracketType(c);
DUTS46.java578 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
595 int dir=UBiDiProps.INSTANCE.getClass(c); in checkLabelBiDi()
618 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi()
716 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
736 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c); in isLabelOkContextJ()
DCharacterPropertiesImpl.java68 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
/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/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/libicu/cts_headers/
Dubidi_props_data.h899 static const UBiDiProps ubidi_props_singleton={
/external/icu/icu4c/source/common/
Dubidi_props_data.h899 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;
4697 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4711 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
4730 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()
4750 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java22 import android.icu.impl.UBiDiProps;
4112 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4125 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
4143 return UBiDiProps.INSTANCE.getMirror(ch); in getMirror()
4162 return UBiDiProps.INSTANCE.getPairedBracket(c); in getBidiPairedBracket()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt2929 icu4j: main/classes/core/src/com/ibm/icu/impl/UBiDiProps.java
3118 -> ubidi_props.h & .c & UBiDiProps.java
3133 -> ubidi_props.h & .c & UBiDiProps.java
3969 UBiDiProps.java, UCaseProps.java, and several others with minor changes;