HomeSort by relevance Sort by last modified time
    Searched refs:UBiDiProps (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu/icu4c/source/common/
ubidi_props.h 34 struct UBiDiProps;
35 typedef struct UBiDiProps UBiDiProps;
37 U_CFUNC const UBiDiProps *
41 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
46 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
49 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
52 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
55 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
58 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c)
    [all...]
ubidi_props.cpp 32 struct UBiDiProps {
47 /* UBiDiProps singleton ----------------------------------------------------- */
49 U_CFUNC const UBiDiProps *
67 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
124 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) {
147 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) {
153 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) {
159 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
191 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) {
197 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c)
    [all...]
sprpimpl.h 93 const UBiDiProps *bdp; /* used only if checkBiDi is set */
ubidiimp.h 257 const UBiDiProps *bdp;
ushape.cpp 345 const UBiDiProps *bdp;
    [all...]
uts46.cpp     [all...]
ubidi_props_data.h     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UBiDiProps.java 11 * file name: UBiDiProps.java
37 public final class UBiDiProps {
41 private UBiDiProps() throws IOException{
339 public static final UBiDiProps INSTANCE;
345 INSTANCE = new UBiDiProps();
UCharacterProperty.java 244 return UBiDiProps.INSTANCE.isBidiControl(c);
250 return UBiDiProps.INSTANCE.isMirrored(c);
279 return UBiDiProps.INSTANCE.isJoinControl(c);
486 return UBiDiProps.INSTANCE.getMaxValue(which);
522 return UBiDiProps.INSTANCE.getClass(c);
547 return UBiDiProps.INSTANCE.getJoiningGroup(c);
553 return UBiDiProps.INSTANCE.getJoiningType(c);
613 return UBiDiProps.INSTANCE.getPairedBracketType(c);
    [all...]
UTS46.java 555 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c));
572 int dir=UBiDiProps.INSTANCE.getClass(c);
595 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c));
693 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c);
713 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 10 * file name: UBiDiProps.java
33 public final class UBiDiProps {
37 private UBiDiProps() throws IOException{
335 public static final UBiDiProps INSTANCE;
341 INSTANCE = new UBiDiProps();
UCharacterProperty.java 243 return UBiDiProps.INSTANCE.isBidiControl(c);
249 return UBiDiProps.INSTANCE.isMirrored(c);
278 return UBiDiProps.INSTANCE.isJoinControl(c);
485 return UBiDiProps.INSTANCE.getMaxValue(which);
521 return UBiDiProps.INSTANCE.getClass(c);
546 return UBiDiProps.INSTANCE.getJoiningGroup(c);
552 return UBiDiProps.INSTANCE.getJoiningType(c);
612 return UBiDiProps.INSTANCE.getPairedBracketType(c);
    [all...]
UTS46.java 554 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c));
571 int dir=UBiDiProps.INSTANCE.getClass(c);
594 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c));
692 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c);
712 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrep.java 21 import android.icu.impl.UBiDiProps;
226 private UBiDiProps bdp;
286 bdp=UBiDiProps.INSTANCE;
ArabicShaping.java 13 import android.icu.impl.UBiDiProps;
    [all...]
Bidi.java 37 import android.icu.impl.UBiDiProps;
    [all...]
UnicodeSet.java 27 import android.icu.impl.UBiDiProps;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java 20 import com.ibm.icu.impl.UBiDiProps;
241 private UBiDiProps bdp;
302 bdp=UBiDiProps.INSTANCE;
ArabicShaping.java 12 import com.ibm.icu.impl.UBiDiProps;
    [all...]
Bidi.java 36 import com.ibm.icu.impl.UBiDiProps;
    [all...]
UnicodeSet.java 26 import com.ibm.icu.impl.UBiDiProps;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 22 import android.icu.impl.UBiDiProps;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 21 import com.ibm.icu.impl.UBiDiProps;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2239 milliseconds

1 2