Home
last modified time | relevance | path

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

/third_party/json/tests/src/
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-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-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-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/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/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c2979 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1931 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()