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

  /external/icu/icu4c/source/common/
ubidi_props.h 32 struct UBiDiProps;
33 typedef struct UBiDiProps UBiDiProps;
35 U_CFUNC const UBiDiProps *
39 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
44 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c)
    [all...]
ubidi_props.c 30 struct UBiDiProps {
45 /* UBiDiProps singleton ----------------------------------------------------- */
47 U_CFUNC const UBiDiProps *
63 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
120 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) {
143 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) {
149 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) {
155 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) {
187 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) {
193 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c)
    [all...]
sprpimpl.h 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */
ubidiimp.h 257 const UBiDiProps *bdp;
ushape.cpp 343 const UBiDiProps *bdp;
    [all...]
uts46.cpp     [all...]
ubidi_props_data.h     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 8 * file name: UBiDiProps.java
31 public final class UBiDiProps {
35 private UBiDiProps() throws IOException{
339 public static final UBiDiProps INSTANCE;
345 INSTANCE = new UBiDiProps();
UCharacterProperty.java 238 return UBiDiProps.INSTANCE.isBidiControl(c);
243 return UBiDiProps.INSTANCE.isMirrored(c);
270 return UBiDiProps.INSTANCE.isJoinControl(c);
455 return UBiDiProps.INSTANCE.getMaxValue(which);
487 return UBiDiProps.INSTANCE.getClass(c);
508 return UBiDiProps.INSTANCE.getJoiningGroup(c);
513 return UBiDiProps.INSTANCE.getJoiningType(c);
565 return UBiDiProps.INSTANCE.getPairedBracketType(c);
    [all...]
UTS46.java 552 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c));
569 int dir=UBiDiProps.INSTANCE.getClass(c);
592 mask|=U_MASK(UBiDiProps.INSTANCE.getClass(c));
690 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c);
710 /* UJoiningType */ int type=UBiDiProps.INSTANCE.getJoiningType(c);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java 18 import com.ibm.icu.impl.UBiDiProps;
241 private UBiDiProps bdp;
306 bdp=UBiDiProps.INSTANCE;
ArabicShaping.java 10 import com.ibm.icu.impl.UBiDiProps;
    [all...]
Bidi.java 34 import com.ibm.icu.impl.UBiDiProps;
    [all...]
UnicodeSet.java 23 import com.ibm.icu.impl.UBiDiProps;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java 18 import com.ibm.icu.impl.UBiDiProps;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2238 milliseconds