/third_party/json/tests/src/ |
H A D | unit-unicode2.cpp | 32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump() 41 CAPTURE(byte3) in check_utf8dump() 51 if (byte3 != -1) in check_utf8dump() 53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump() 119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string() 141 if (byte3 != -1) in check_utf8string() 143 CAPTURE(byte3) in check_utf8string() 144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string() [all...] |
H A D | unit-unicode4.cpp | 32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump() 41 CAPTURE(byte3) in check_utf8dump() 51 if (byte3 != -1) in check_utf8dump() 53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump() 119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string() 141 if (byte3 != -1) in check_utf8string() 143 CAPTURE(byte3) in check_utf8string() 144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string() [all...] |
H A D | unit-unicode5.cpp | 32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump() 41 CAPTURE(byte3) in check_utf8dump() 51 if (byte3 != -1) in check_utf8dump() 53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump() 119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string() 141 if (byte3 != -1) in check_utf8string() 143 CAPTURE(byte3) in check_utf8string() 144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string() [all...] |
H A D | unit-unicode3.cpp | 32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump() 41 CAPTURE(byte3) in check_utf8dump() 51 if (byte3 != -1) in check_utf8dump() 53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump() 119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string() 141 if (byte3 != -1) in check_utf8string() 143 CAPTURE(byte3) in check_utf8string() 144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string() [all...] |
/third_party/rust/crates/memchr/bench/src/memchr/ |
H A D | mod.rs | 348 search.byte1.count + search.byte2.count + search.byte3.count, in all() 352 search.byte3.byte, in all() 361 search.byte1.count + search.byte2.count + search.byte3.count, in all() 365 search.byte3.byte, in all() 374 search.byte1.count + search.byte2.count + search.byte3.count, in all() 378 search.byte3.byte, in all() 387 search.byte1.count + search.byte2.count + search.byte3.count, in all() 391 search.byte3.byte, in all() 407 + search.byte3.count, in all() 411 search.byte3 in all() [all...] |
H A D | inputs.rs | 308 pub byte3: SearchByte, 323 byte3: bytes[2], in new()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collation.cpp | 91 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local 92 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep() 93 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep() 95 byte3 += 254; in decThreeBytePrimaryByOneStep() 111 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collation.cpp | 91 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local 92 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep() 93 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep() 95 byte3 += 254; in decThreeBytePrimaryByOneStep() 111 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collation.cpp | 100 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local 101 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep() 102 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep() 104 byte3 += 254; in decThreeBytePrimaryByOneStep() 120 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Utf8.java | 125 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16); 132 // int byte3 = (byte) (state >> 16); 187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() argument 188 return (byte1 > (byte) 0xF4 || byte2 > (byte) 0xBF || byte3 > (byte) 0xBF) in incompleteStateFor() 190 : byte1 ^ (byte2 << 8) ^ (byte3 << 16); in incompleteStateFor() 488 // byte3 trailing-byte test in partialIsValidUtf8Default() 495 // Get byte2 and byte3 from saved state or array in partialIsValidUtf8Default() 497 byte byte3 = 0; in partialIsValidUtf8Default() 504 byte3 = (byte) (state >> 16); in partialIsValidUtf8Default() 506 if (byte3 in partialIsValidUtf8Default() 1914 handleThreeBytes( byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) handleThreeBytes() argument 1930 handleFourBytes( byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) handleFourBytes() argument [all...] |
/third_party/libunwind/libunwind/src/ia64/ |
H A D | unwind_decoder.h | 164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4() 173 ytreg = byte3; in unw_decode_x4() 175 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 266 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5() 268 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | Collation.java | 536 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() 537 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep() 538 return (basePrimary & 0xffff0000L) | (byte3 << 8); in decThreeBytePrimaryByOneStep() 540 byte3 += 254; in decThreeBytePrimaryByOneStep() 556 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8); in decThreeBytePrimaryByOneStep()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | Collation.java | 538 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() 539 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep() 540 return (basePrimary & 0xffff0000L) | (byte3 << 8); in decThreeBytePrimaryByOneStep() 542 byte3 += 254; in decThreeBytePrimaryByOneStep() 558 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8); in decThreeBytePrimaryByOneStep()
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | png.cc | 43 unsigned char byte3(uint32_t word) { in byte3() function 65 data.push_back(byte3(pixel)); // A in ConvertToPNG()
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | prefilter.rs | 575 byte3: bytes[2], in build() 763 byte3: u8, 773 memchr3(self.byte1, self.byte2, self.byte3, &haystack[at..]) in next_candidate() 877 byte3: bytes[2], in build() 968 byte3: u8, 978 memchr3(self.byte1, self.byte2, self.byte3, &haystack[at..]) in next_candidate()
|
/third_party/backends/backend/ |
H A D | ricoh.h | 253 SANE_Byte byte3; member 295 SANE_Byte byte3; member
|
H A D | ibm.h | 308 SANE_Byte byte3; member 351 SANE_Byte byte3; member
|
H A D | ibm-scsi.c | 133 SANE_Byte byte3; member
|
H A D | ricoh-scsi.c | 119 SANE_Byte byte3; member
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 459 uint8 byte3 = static_cast<uint8>(it_[2]); in operator *() 463 | (byte3 & 0x3F); in operator *() 468 | ((byte3 & 0x3F) << 6) in operator *()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_iptc.cpp | 279 uint32 byte3 = stream.Get_uint8 (); in Parse() local 283 byte3 == 0x47) in Parse()
|
H A D | dng_image_writer.cpp | 3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord() local 3473 *dstPtr3 = byte3; in PutCodeWord()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psintrp.c | 2978 FT_UInt32 byte3 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local 2984 ( byte3 << 8 ) | in cf2_interpT2CharString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 2042 if (((mov & 0xffffff00) == 0xe3a0c400) && // mov IP, (byte3 rot 4) 2634 const uint32_t byte3 = (value & 0xff000000) >> 24; 2635 mov(rd, Operand(4, byte3), cond);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 632 double byte3 = deFloat16To64((deFloat16)((iRep >> 48) & 0xffff)); in doPrintValue16() local 633 os << fmt.floatToHex(byte0) << " " << fmt.floatToHex(byte1) << " " << fmt.floatToHex(byte2) << " " << fmt.floatToHex(byte3); in doPrintValue16()
|