/external/icu4c/i18n/ |
D | decNumberLocal.h | 486 #define GETCOEFF(df, bcd) { \ argument 488 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 489 dpd2bcd8(bcd+1, sourhi>>10); \ 490 dpd2bcd83(bcd+4, sourhi);} 491 #define GETWCOEFF(df, bcd) { \ argument 494 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \ 495 dpd2bcd8(bcd+1, sourhi>>8); \ 496 dpd2bcd8(bcd+4, (sourhi<<2) | (sourlo>>30)); \ 497 dpd2bcd8(bcd+7, sourlo>>20); \ 498 dpd2bcd8(bcd+10, sourlo>>10); \ [all …]
|
D | decNumber.c | 3457 U_CAPI uByte * U_EXPORT2 uprv_decNumberGetBCD(const decNumber *dn, uByte *bcd) { in uprv_decNumberGetBCD() argument 3458 uByte *ub=bcd+dn->digits-1; /* -> lsd */ in uprv_decNumberGetBCD() 3462 for (; ub>=bcd; ub--, up++) *ub=*up; in uprv_decNumberGetBCD() 3466 for (; ub>=bcd; ub--) { in uprv_decNumberGetBCD() 3476 return bcd; in uprv_decNumberGetBCD() 3491 U_CAPI decNumber * U_EXPORT2 uprv_decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in uprv_decNumberSetBCD() argument 3493 const uByte *ub=bcd; /* -> source msd */ in uprv_decNumberSetBCD() 3496 for (; ub<bcd+n; ub++, up--) *up=*ub; in uprv_decNumberSetBCD()
|
/external/qemu/telephony/ |
D | gsm.c | 40 gsm_bcdi_to_ascii( cbytes_t bcd, int bcdlen, bytes_t dst ) 48 int c = (bcd[0] >> shift) & 0xf; 60 bcd++; 996 gsm_bcdnum_to_ascii( cbytes_t bcd, int count, bytes_t dst ) in gsm_bcdnum_to_ascii() argument 1002 int c = (bcd[0] >> shift) & 0xf; in gsm_bcdnum_to_ascii() 1016 bcd += 1; in gsm_bcdnum_to_ascii()
|
D | gsm.h | 152 extern int gsm_bcdnum_to_ascii ( cbytes_t bcd, int num_digits, bytes_t dst );
|
/external/bluetooth/bluez/tools/ |
D | dfutool.c | 321 uint16_t bcd; in cmd_verify() local 385 bcd = le16_to_cpu(suffix->bcdDFU); in cmd_verify() 387 printf("bcdDFU\t\t%x.%x\n", bcd >> 8, bcd & 0xff); in cmd_verify()
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 483 SkScalar bcd = SkScalarInterp(bc, cd, t); in eval_cubic() local 484 return SkScalarInterp(abc, bcd, t); in eval_cubic() 556 SkScalar bcd = SkScalarInterp(bc, cd, t); in interp_cubic_coords() local 557 SkScalar abcd = SkScalarInterp(abc, bcd, t); in interp_cubic_coords() 563 dst[8] = bcd; in interp_cubic_coords()
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | re_tests.txt | 172 ([abc])*bcd abcd y $&-$1 abcd-a 186 (a|b)c*d abcd y $&-$1 bcd-b 204 a[bcd]*dcdcde adcdcde y $& adcdcde 205 a[bcd]+dcdcde adcdcde n - - 352 '([abc])*bcd'i ABCD y $&-$1 ABCD-A 368 'a[bcd]*dcdcde'i ADCDCDE y $& ADCDCDE 369 'a[bcd]+dcdcde'i ADCDCDE n - - 550 ^[^bcd]*(c+) aexycd y $1 c 555 ^[^bcd]*(c+) aexycd y $1 c
|
D | idna_conf.txt | 214 namezone: xn--11bcd
|
D | regextst.txt | 811 "[a-d&[b-c]]+" "<0>abc&bcd</0>" 812 "[a-d&b-c]+" "<0>abc&bcd</0>" 821 "[bcd-\{]+" "a<0>bcdefyz{</0>|}" 1021 "astring|another[bcd]|alpha|a|[a]" "x"
|
/external/icu4c/test/testdata/ |
D | re_tests.txt | 172 ([abc])*bcd abcd y $&-$1 abcd-a 186 (a|b)c*d abcd y $&-$1 bcd-b 204 a[bcd]*dcdcde adcdcde y $& adcdcde 205 a[bcd]+dcdcde adcdcde n - - 352 '([abc])*bcd'i ABCD y $&-$1 ABCD-A 368 'a[bcd]*dcdcde'i ADCDCDE y $& ADCDCDE 369 'a[bcd]+dcdcde'i ADCDCDE n - - 550 ^[^bcd]*(c+) aexycd y $1 c 555 ^[^bcd]*(c+) aexycd y $1 c
|
D | idna_conf.txt | 214 namezone: xn--11bcd
|
D | regextst.txt | 814 "[a-d&[b-c]]+" "<0>abc&bcd</0>" 815 "[a-d&b-c]+" "<0>abc&bcd</0>" 824 "[bcd-\{]+" "a<0>bcdefyz{</0>|}" 1030 "astring|another[bcd]|alpha|a|[a]" "x"
|
/external/icu4c/test/intltest/ |
D | apicoll.cpp | 2144 UnicodeString bcd("bcd", 3); in TestSubclass() local 2145 if (col1.compare(abc, bcd) != abc.compare(bcd)) { in TestSubclass()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | apicoll.cpp | 2190 UnicodeString bcd("bcd", 3); in TestSubclass() local 2191 if (col1.compare(abc, bcd) != abc.compare(bcd)) { in TestSubclass()
|