Searched defs:byte4 (Results 1 – 9 of 9) sorted by relevance
/third_party/json/tests/src/ |
D | unit-unicode4.cpp | 34 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
|
D | unit-unicode5.cpp | 34 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
|
D | unit-unicode3.cpp | 34 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
|
D | unit-unicode2.cpp | 34 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/ |
D | SkVxTest.cpp | 21 using byte4 = skvx::Vec< 4,uint8_t>; typedef
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Types.hpp | 212 using byte4 = vec4<byte>; typedef
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | unicodetext.cc | 465 uint8 byte4 = static_cast<uint8>(it_[3]); in operator *() local
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psintrp.c | 2979 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 1931 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
|