Searched refs:bdp (Results 1 – 15 of 15) sorted by relevance
63 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { in ubidi_addPropertyStarts() argument75 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa); in ubidi_addPropertyStarts()78 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; in ubidi_addPropertyStarts()80 c=UBIDI_GET_MIRROR_CODE_POINT(bdp->mirrors[i]); in ubidi_addPropertyStarts()85 start=bdp->indexes[UBIDI_IX_JG_START]; in ubidi_addPropertyStarts()86 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; in ubidi_addPropertyStarts()87 jgArray=bdp->jgArray; in ubidi_addPropertyStarts()102 if(limit==bdp->indexes[UBIDI_IX_JG_LIMIT]) { in ubidi_addPropertyStarts()104 start=bdp->indexes[UBIDI_IX_JG_START2]; in ubidi_addPropertyStarts()105 limit=bdp->indexes[UBIDI_IX_JG_LIMIT2]; in ubidi_addPropertyStarts()[all …]
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 …]
91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member
343 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext() local347 bdp=ubidi_getSingleton(); in _shapeToArabicDigitsWithContext()354 switch(ubidi_getClass(bdp, c)) { in _shapeToArabicDigitsWithContext()374 switch(ubidi_getClass(bdp, c)) { in _shapeToArabicDigitsWithContext()
349 newProfile->bdp = ubidi_getSingleton(); in usprep_getProfile()736 direction = ubidi_getClass(profile->bdp, ch); in usprep_prepare()
1102 const UBiDiProps *bdp=ubidi_getSingleton(); in isLabelOkContextJ() local1124 UJoiningType type=ubidi_getJoiningType(bdp, c); in isLabelOkContextJ()1142 UJoiningType type=ubidi_getJoiningType(bdp, c); in isLabelOkContextJ()
257 const UBiDiProps *bdp; member
154 pBiDi->bdp=ubidi_getSingleton(); in ubidi_openSized()921 ubidi_getPairedBracketType(bd->pBiDi->bdp, c)==U_BPT_OPEN) { /* opening bracket */ in bracketProcessChar()3007 dir = ubidi_getClass(pBiDi->bdp, c); in ubidi_getCustomizedClass()
53 struct bno_dump *bdp; in bno_dump_alloc() local57 bdp = malloc(sizeof(*bdp)); in bno_dump_alloc()58 bdp->rfp = bno_dump_open(device, 'r'); in bno_dump_alloc()59 bdp->wfp = bno_dump_open(device, 'w'); in bno_dump_alloc()60 bdp->cfp = bno_dump_open(device, 'c'); in bno_dump_alloc()62 return bdp; in bno_dump_alloc()72 struct bno_dump *bdp = handle; in bno_dump_add() local74 if (bdp) { in bno_dump_add()75 FILE *fp = IOP_READ(iop) ? bdp->rfp : bdp->wfp; in bno_dump_add()79 if (bdp->cfp) in bno_dump_add()[all …]
241 private UBiDiProps bdp; field in StringPrep306 bdp=UBiDiProps.INSTANCE; in StringPrep()551 direction = bdp.getClass(ch); in prepare()
878 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext() local883 switch (bdp.getClass(ch)) { in shapeToArabicDigitsWithContext()
1021 final UBiDiProps bdp; field in Bidi1305 bdp = UBiDiProps.INSTANCE; in Bidi()4699 dir = bdp.getClass(c); in getCustomizedClass()
587 int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, int len) in start_bunzip() argument597 bd = *bdp = xzalloc(i); in start_bunzip()
3302 UBiDiProps *bdp; in TestUBiDiProps() local3315 bdp=ubidi_openBinary((const uint8_t *)pData->pHeader, -1, &errorCode); in TestUBiDiProps()3323 if(0x2215!=ubidi_getMirror(bdp, 0x29F5)) { /* verify some data */ in TestUBiDiProps()3327 ubidi_closeProps(bdp); in TestUBiDiProps()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...