/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UBiDiProps.java | 33 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();
|
D | UCharacterProperty.java | 377 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);
|
D | UTS46.java | 577 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()
|
D | CharacterPropertiesImpl.java | 66 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UBiDiProps.java | 37 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();
|
D | UCharacterProperty.java | 378 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);
|
D | UTS46.java | 578 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()
|
D | CharacterPropertiesImpl.java | 68 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringPrep.java | 21 import android.icu.impl.UBiDiProps; 229 private UBiDiProps bdp; 289 bdp=UBiDiProps.INSTANCE; in StringPrep()
|
D | ArabicShaping.java | 13 import android.icu.impl.UBiDiProps; 837 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
|
D | Bidi.java | 37 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/ |
D | StringPrep.java | 20 import com.ibm.icu.impl.UBiDiProps; 241 private UBiDiProps bdp; 302 bdp=UBiDiProps.INSTANCE; in StringPrep()
|
D | ArabicShaping.java | 12 import com.ibm.icu.impl.UBiDiProps; 883 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext()
|
D | Bidi.java | 36 import com.ibm.icu.impl.UBiDiProps; 1027 final UBiDiProps bdp; 1311 bdp = UBiDiProps.INSTANCE; in Bidi()
|
/external/icu/libicu/cts_headers/ |
D | ubidi_props_data.h | 899 static const UBiDiProps ubidi_props_singleton={
|
/external/icu/icu4c/source/common/ |
D | ubidi_props_data.h | 899 static const UBiDiProps ubidi_props_singleton={
|
D | ubidi_props.cpp | 32 struct UBiDiProps { struct
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UCharacter.java | 21 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/ |
D | UCharacter.java | 22 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/ |
D | changes.txt | 2929 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;
|