/external/kernel-headers/original/linux/ |
D | usb_ch9.h | 179 __u8 bLength; member 188 __u8 bLength; member 241 __u8 bLength; member 264 __u8 bLength; member 278 __u8 bLength; member 296 __u8 bLength; member 332 __u8 bLength; member 349 __u8 bLength; member 363 __u8 bLength; member 375 __u8 bLength; member [all …]
|
/external/icu4c/test/cintltst/ |
D | ucsdetst.c | 473 …int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_revers… in TestIBM424() local 475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength); in TestIBM424() 482 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM424() 551 …int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_revers… in TestIBM420() local 553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength); in TestIBM420() 560 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM420()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | ucsdetst.c | 471 …int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_revers… in TestIBM424() local 473 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength); in TestIBM424() 480 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM424() 549 …int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_revers… in TestIBM420() local 551 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength); in TestIBM420() 558 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM420()
|
/external/bluetooth/bluez/tools/ |
D | dfu.h | 32 u_int8_t bLength; member 95 uint8_t bLength; member
|
D | dfutool.c | 390 printf("bLength\t\t%d\n", suffix->bLength); in cmd_verify() 689 suffix.bLength = DFU_SUFFIX_SIZE; in cmd_archive()
|
/external/icu4c/test/intltest/ |
D | csdetest.cpp | 579 int32_t bLength = 0, brLength = 0; in IBM424Test() local 584 char *bytes = extractBytes(s1, "IBM424", bLength); in IBM424Test() 594 ucsdet_setText(csd, bytes, bLength, &status); in IBM424Test() 663 int32_t bLength = 0, brLength = 0; in IBM420Test() local 668 char *bytes = extractBytes(s1, "IBM420", bLength); in IBM420Test() 678 ucsdet_setText(csd, bytes, bLength, &status); in IBM420Test()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | csdetest.cpp | 580 int32_t bLength = 0, brLength = 0; in IBM424Test() local 585 char *bytes = extractBytes(s1, "IBM424", bLength); in IBM424Test() 595 ucsdet_setText(csd, bytes, bLength, &status); in IBM424Test() 664 int32_t bLength = 0, brLength = 0; in IBM420Test() local 669 char *bytes = extractBytes(s1, "IBM420", bLength); in IBM420Test() 679 ucsdet_setText(csd, bytes, bLength, &status); in IBM420Test()
|
/external/webkit/WebCore/platform/text/ |
D | StringHash.h | 51 unsigned bLength = b->length(); in equal() local 52 if (aLength != bLength) in equal()
|
/external/webkit/WebCore/platform/ |
D | KURLGoogle.cpp | 1047 int bLength = b.m_url.utf8String().length(); in equalIgnoringFragmentIdentifier() local 1049 bLength = b.m_url.m_parsed.ref.begin - 1; in equalIgnoringFragmentIdentifier() 1051 return aLength == bLength in equalIgnoringFragmentIdentifier()
|