Home
last modified time | relevance | path

Searched refs:byte4 (Results 1 - 21 of 21) sorted by relevance

/third_party/json/tests/src/
H A Dunit-unicode4.cpp32 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 Dunit-unicode5.cpp32 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 Dunit-unicode3.cpp32 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 Dunit-unicode2.cpp32 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 Dricoh.h254 SANE_Byte byte4; member
296 SANE_Byte byte4; member
H A Dibm.h309 SANE_Byte byte4; member
352 SANE_Byte byte4; member
H A Dibm-scsi.c117 SANE_Byte byte4; member
H A Dricoh-scsi.c103 SANE_Byte byte4; member
/third_party/skia/tests/
H A DSkVxTest.cpp21 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 DTypes.hpp53 typedef ALIGN(4, uint8_t) byte4[4]; member
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DTypes.hpp212 using byte4 = vec4<byte>;
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc465 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 DUtf8.java525 // 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 Dpsintrp.c2979 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
2985 byte4 ); in cf2_interpT2CharString()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 198 milliseconds