HomeSort by relevance Sort by last modified time
    Searched refs:bdp (Results 1 - 19 of 19) 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/chromium/third_party/icu/source/common/
ubidi_props.c 66 UBiDiProps *bdp=(UBiDiProps *)context; local
67 uprv_memcpy(bdp->formatVersion, pInfo->formatVersion, 4);
77 UBiDiProps *bdp; local
120 bdp=(UBiDiProps *)uprv_malloc(sizeof(UBiDiProps));
121 if(bdp==NULL) {
125 uprv_memcpy(bdp, bdpProto, sizeof(UBiDiProps));
126 return bdp;
132 UBiDiProps bdpProto={ NULL }, *bdp; local
139 bdp=ubidi_openData(
148 return bdp;
270 UBiDiProps *bdp; local
480 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode); local
491 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode); local
498 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode); local
    [all...]
ubidi_props.h 43 ubidi_closeProps(UBiDiProps *bdp);
65 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
70 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
73 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
76 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
79 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
82 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
85 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
88 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
91 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c)
    [all...]
uprops.c 58 const UBiDiProps *bdp; local
61 bdp=ubidi_getSingleton(&errorCode);
65 bdp=ubidi_getDummy(&errorCode);
74 gBdp=bdp;
183 const UBiDiProps *bdp=GET_BIDI_PROPS(); local
184 if(bdp!=NULL) {
187 return ubidi_isMirrored(bdp, c);
189 return ubidi_isBidiControl(bdp, c);
191 return ubidi_isJoinControl(bdp, c);
sprpimpl.h 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
ubidiimp.h 199 const UBiDiProps *bdp; member in struct:UBiDi
ushape.c 318 const UBiDiProps *bdp; local
325 bdp=ubidi_getSingleton(&errorCode);
336 switch(ubidi_getClass(bdp, c)) {
356 switch(ubidi_getClass(bdp, c)) {
    [all...]
usprep.cpp 398 profile->bdp = ubidi_getSingleton(status);
408 profile->bdp = NULL;
808 direction = ubidi_getClass(profile->bdp, ch);
ubidi.c 148 pBiDi->bdp=ubidi_getSingleton(pErrorCode);
    [all...]
  /external/icu4c/common/
ubidi_props.c 66 UBiDiProps *bdp=(UBiDiProps *)context; local
67 uprv_memcpy(bdp->formatVersion, pInfo->formatVersion, 4);
77 UBiDiProps *bdp; local
120 bdp=(UBiDiProps *)uprv_malloc(sizeof(UBiDiProps));
121 if(bdp==NULL) {
125 uprv_memcpy(bdp, bdpProto, sizeof(UBiDiProps));
126 return bdp;
132 UBiDiProps bdpProto={ NULL }, *bdp; local
139 bdp=ubidi_openData(
148 return bdp;
270 UBiDiProps *bdp; local
480 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode); local
491 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode); local
498 const UBiDiProps *bdp=ubidi_getSingleton(&errorCode); local
    [all...]
ubidi_props.h 43 ubidi_closeProps(UBiDiProps *bdp);
65 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode);
70 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which);
73 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
76 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
79 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
82 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
85 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
88 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
91 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c)
    [all...]
uprops.cpp 62 const UBiDiProps *bdp; local
65 bdp=ubidi_getSingleton(&errorCode);
69 bdp=ubidi_getDummy(&errorCode);
78 gBdp=bdp;
236 const UBiDiProps *bdp=GET_BIDI_PROPS(); local
237 if(bdp!=NULL) {
240 return ubidi_isMirrored(bdp, c);
242 return ubidi_isBidiControl(bdp, c);
244 return ubidi_isJoinControl(bdp, c);
sprpimpl.h 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member in struct:UStringPrepProfile
ubidiimp.h 199 const UBiDiProps *bdp; member in struct:UBiDi
ushape.c 318 const UBiDiProps *bdp; local
325 bdp=ubidi_getSingleton(&errorCode);
336 switch(ubidi_getClass(bdp, c)) {
356 switch(ubidi_getClass(bdp, c)) {
    [all...]
usprep.cpp 357 newProfile->bdp = ubidi_getSingleton(status);
767 direction = ubidi_getClass(profile->bdp, ch);
ubidi.c 148 pBiDi->bdp=ubidi_getSingleton(pErrorCode);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c 3100 UBiDiProps *bdp; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 3158 UBiDiProps *bdp; local
    [all...]

Completed in 1092 milliseconds