Home
last modified time | relevance | path

Searched defs:byte4 (Results 1 – 16 of 16) sorted by relevance

/third_party/json/tests/src/
Dunit-unicode3.cpp34 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()
203 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
263 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
287 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
305 for (int byte4 = 0x00; byte4 <= 0xFF; ++byte4) in skip() local
Dunit-unicode5.cpp34 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()
203 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
263 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
287 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
305 for (int byte4 = 0x00; byte4 <= 0xFF; ++byte4) in skip() local
Dunit-unicode4.cpp34 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()
203 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
263 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
287 for (int byte4 = 0x80; byte4 <= 0xBF; ++byte4) in skip() local
305 for (int byte4 = 0x00; byte4 <= 0xFF; ++byte4) in skip() local
Dunit-unicode2.cpp34 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()
/third_party/protobuf/third_party/utf8_range/
Dutf8_range.c118 const unsigned char byte4 = data[3]; in utf8_range_ValidateUTF8Naive() local
/third_party/grpc/third_party/utf8_range/
Dutf8_range.c118 const unsigned char byte4 = data[3]; in utf8_range_ValidateUTF8Naive() local
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8.java192 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
/third_party/backends/backend/
Dricoh.h254 SANE_Byte byte4; member
296 SANE_Byte byte4; member
Dibm.h309 SANE_Byte byte4; member
352 SANE_Byte byte4; member
Dricoh-scsi.c103 SANE_Byte byte4; member
Dibm-scsi.c117 SANE_Byte byte4; member
/third_party/skia/tests/
DSkVxTest.cpp21 using byte4 = skvx::Vec< 4,uint8_t>; typedef
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp212 using byte4 = vec4<byte>; typedef
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc465 uint8 byte4 = static_cast<uint8>(it_[3]); in operator *() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1891 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c2979 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local