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

  /external/blktrace/btt/
bno_dump.c 53 struct bno_dump *bdp; local
57 bdp = malloc(sizeof(*bdp));
58 bdp->rfp = bno_dump_open(device, 'r');
59 bdp->wfp = bno_dump_open(device, 'w');
60 bdp->cfp = bno_dump_open(device, 'c');
62 return bdp;
72 struct bno_dump *bdp = handle; local
74 if (bdp) {
75 FILE *fp = IOP_READ(iop) ? bdp->rfp : bdp->wfp
    [all...]
  /external/icu/icu4c/source/common/
ubidi_props.c 63 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) {
75 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
78 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
80 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]);
85 start=bdp->indexes[UBIDI_IX_JG_START];
86 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
87 jgArray=bdp->jgArray;
102 if(limit==bdp->indexes[UBIDI_IX_JG_LIMIT]) {
104 start=bdp->indexes[UBIDI_IX_JG_START2];
105 limit=bdp->indexes[UBIDI_IX_JG_LIMIT2]
    [all...]
ubidi_props.h 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);
59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
65 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c)
    [all...]
sprpimpl.h 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
usprep.cpp 349 newProfile->bdp = ubidi_getSingleton();
736 direction = ubidi_getClass(profile->bdp, ch);
ushape.cpp 343 const UBiDiProps *bdp; local
347 bdp=ubidi_getSingleton();
354 switch(ubidi_getClass(bdp, c)) {
374 switch(ubidi_getClass(bdp, c)) {
    [all...]
ubidiimp.h 254 const UBiDiProps *bdp; member in struct:UBiDi
uts46.cpp 1127 const UBiDiProps *bdp=ubidi_getSingleton(); local
    [all...]
ubidi.c 154 pBiDi->bdp=ubidi_getSingleton();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrep.java 226 private UBiDiProps bdp; field in class:StringPrep
289 bdp=UBiDiProps.INSTANCE;
532 direction = bdp.getClass(ch);
ArabicShaping.java 830 UBiDiProps bdp=UBiDiProps.INSTANCE; local
    [all...]
Bidi.java 991 final UBiDiProps bdp; field in class:Bidi
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java 241 private UBiDiProps bdp; field in class:StringPrep
305 bdp=UBiDiProps.INSTANCE;
550 direction = bdp.getClass(ch);
ArabicShaping.java 878 UBiDiProps bdp=UBiDiProps.INSTANCE; local
    [all...]
Bidi.java 1017 final UBiDiProps bdp; field in class:Bidi
    [all...]
  /external/toybox/toys/other/
bzcat.c 605 static int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf,
616 bd = *bdp = xzalloc(i);
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 3302 UBiDiProps *bdp; local
    [all...]
  /bionic/tests/math_data/
hypotf_intel_data.h 294 0x1.800000000000001555550000005554bdp-24,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 5831 milliseconds