/third_party/json/tests/src/ |
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() 42 CAPTURE(byte4) in check_utf8dump() 56 if (byte4 != -1) in check_utf8dump() 58 json_string += std::string(1, static_cast<char>(byte4)); 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() 147 if (byte4 != -1) in check_utf8string() 149 CAPTURE(byte4) in check_utf8string() 150 json_string += std::string(1, static_cast<char>(byte4)); 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() 42 CAPTURE(byte4) in check_utf8dump() 56 if (byte4 != -1) in check_utf8dump() 58 json_string += std::string(1, static_cast<char>(byte4)); 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() 147 if (byte4 != -1) in check_utf8string() 149 CAPTURE(byte4) in check_utf8string() 150 json_string += std::string(1, static_cast<char>(byte4)); 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() 42 CAPTURE(byte4) in check_utf8dump() 56 if (byte4 != -1) in check_utf8dump() 58 json_string += std::string(1, static_cast<char>(byte4)); 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() 147 if (byte4 != -1) in check_utf8string() 149 CAPTURE(byte4) in check_utf8string() 150 json_string += std::string(1, static_cast<char>(byte4)); in check_utf8string() [all...] |
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() 42 CAPTURE(byte4) in check_utf8dump() 56 if (byte4 != -1) in check_utf8dump() 58 json_string += std::string(1, static_cast<char>(byte4)); 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() 147 if (byte4 != -1) in check_utf8string() 149 CAPTURE(byte4) in check_utf8string() 150 json_string += std::string(1, static_cast<char>(byte4)); in check_utf8string() [all...] |
/third_party/backends/backend/ |
H A D | ricoh.h | 254 SANE_Byte byte4; member 296 SANE_Byte byte4; member
|
H A D | ibm.h | 309 SANE_Byte byte4; member 352 SANE_Byte byte4; member
|
H A D | ibm-scsi.c | 117 SANE_Byte byte4; member
|
H A D | ricoh-scsi.c | 103 SANE_Byte byte4; member
|
/third_party/skia/tests/ |
H A D | SkVxTest.cpp | 21 using byte4 = skvx::Vec< 4,uint8_t>; 43 static_assert(sizeof(byte4) == 4, ""); in DEF_TEST() 120 REPORTER_ASSERT(r, all( byte4{1,2,3,4} < 5)); in DEF_TEST() 157 REPORTER_ASSERT(r, all(mull(byte4 (x), byte4 (y)) == xy)); in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Types.hpp | 53 typedef ALIGN(4, uint8_t) byte4[4]; member
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Types.hpp | 212 using byte4 = vec4<byte>;
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 465 uint8 byte4 = static_cast<uint8>(it_[3]); in operator *() 469 | (byte4 & 0x3F); in operator *()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Utf8.java | 525 // byte4 trailing-byte test in partialIsValidUtf8Default() 603 // byte4 trailing-byte test in partialIsValidUtf8() 708 /* byte4 */ buffer.get(offset++), in decodeUtf8Default() 939 // byte4 trailing-byte test in partialIsValidUtf8() 1019 /* byte4 */ bytes[offset++], in decodeUtf8() 1159 // byte4 trailing-byte test in partialIsValidUtf8NonAscii() 1260 // byte4 trailing-byte test in partialIsValidUtf8() 1357 // byte4 trailing-byte test in partialIsValidUtf8Direct() 1431 /* byte4 */ UnsafeUtil.getByte(bytes, offset++), in decodeUtf8() 1507 /* byte4 */ UnsafeUti in decodeUtf8Direct() 1930 handleFourBytes( byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) handleFourBytes() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psintrp.c | 2979 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local 2985 byte4 ); in cf2_interpT2CharString()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |