Searched defs:bdp (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ubidi_props.c | 63 ubidi_addPropertyStarts(const UBiDiProps *bdp, const USetAdder *sa, UErrorCode *pErrorCode) { in ubidi_addPropertyStarts() 120 ubidi_getMaxValue(const UBiDiProps *bdp, UProperty which) { in ubidi_getMaxValue() 143 ubidi_getClass(const UBiDiProps *bdp, UChar32 c) { in ubidi_getClass() 149 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c) { in ubidi_isMirrored() 155 getMirror(const UBiDiProps *bdp, UChar32 c, uint16_t props) { in getMirror() 187 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c) { in ubidi_getMirror() 193 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isBidiControl() 199 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c) { in ubidi_isJoinControl() 205 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningType() 211 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c) { in ubidi_getJoiningGroup() [all …]
|
D | sprpimpl.h | 91 const UBiDiProps *bdp; /* used only if checkBiDi is set */ member
|
D | ushape.cpp | 343 const UBiDiProps *bdp; in _shapeToArabicDigitsWithContext() local
|
D | ubidiimp.h | 254 const UBiDiProps *bdp; member
|
D | uts46.cpp | 1127 const UBiDiProps *bdp=ubidi_getSingleton(); in isLabelOkContextJ() local
|
/external/blktrace/btt/ |
D | bno_dump.c | 53 struct bno_dump *bdp; in bno_dump_alloc() local 72 struct bno_dump *bdp = handle; in bno_dump_add() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringPrep.java | 226 private UBiDiProps bdp; field in StringPrep
|
D | ArabicShaping.java | 830 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext() local
|
D | Bidi.java | 991 final UBiDiProps bdp; field in Bidi
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | StringPrep.java | 241 private UBiDiProps bdp; field in StringPrep
|
D | ArabicShaping.java | 878 UBiDiProps bdp=UBiDiProps.INSTANCE; in shapeToArabicDigitsWithContext() local
|
D | Bidi.java | 1017 final UBiDiProps bdp; field in Bidi
|
/external/toybox/toys/other/ |
D | bzcat.c | 605 static int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, in start_bunzip()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 3302 UBiDiProps *bdp; in TestUBiDiProps() local
|