/third_party/json/tests/src/ |
D | unit-unicode2.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 292 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 334 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 349 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local 373 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 415 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 430 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local 454 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 496 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local [all …]
|
D | unit-unicode4.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 201 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 240 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 261 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 279 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local 303 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
|
D | unit-unicode5.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 201 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 240 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 261 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 279 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local 303 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
|
D | unit-unicode3.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 201 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 240 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 261 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local 279 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local 303 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | png.cc | 43 unsigned char byte3(uint32_t word) { in byte3() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collation.cpp | 91 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
|
/third_party/icu/icu4c/source/i18n/ |
D | collation.cpp | 91 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() 911 int byte3 = 0; in partialIsValidUtf8() local 1232 int byte3 = 0; in partialIsValidUtf8() local 1329 int byte3 = 0; in partialIsValidUtf8Direct() local 1915 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes() 1931 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collation.cpp | 100 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
|
/third_party/libunwind/libunwind/src/ia64/ |
D | unwind_decoder.h | 164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_iptc.cpp | 279 uint32 byte3 = stream.Get_uint8 (); in Parse() local
|
D | dng_image_writer.cpp | 3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord() local
|
/third_party/rust/crates/memchr/bench/src/memchr/ |
D | inputs.rs | 308 pub byte3: SearchByte, field
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.cc | 459 uint8 byte3 = static_cast<uint8>(it_[2]); in operator *() local
|
/third_party/rust/crates/aho-corasick/src/ |
D | prefilter.rs | 763 byte3: u8, field 968 byte3: u8, field
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psintrp.c | 2978 FT_UInt32 byte3 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 2634 const uint32_t byte3 = (value & 0xff000000) >> 24; in LoadPatchableImmediate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 633 double byte3 = deFloat16To64((deFloat16)((iRep >> 48) & 0xffff)); in doPrintValue16() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 633 double byte3 = deFloat16To64((deFloat16)((iRep >> 48) & 0xffff)); in doPrintValue16() local
|