Home
last modified time | relevance | path

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

/third_party/json/test/src/
Dunit-unicode.cpp52 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump()
127 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string()
252 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
273 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
294 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local
318 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local
330 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
351 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local
375 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
399 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java183 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor()
187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor()
594 final int byte2 = buffer.get(index++); in partialIsValidUtf8() local
890 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
910 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1108 int byte2; in partialIsValidUtf8NonAscii() local
1211 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1231 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1308 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local
1328 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local
[all …]
/third_party/libunwind/src/ia64/
Dunwind_decoder.h126 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
144 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
292 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
/third_party/node/deps/icu-small/source/i18n/
Dcollation.cpp80 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local
107 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollation.cpp80 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local
107 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
/third_party/icu/icu4c/source/i18n/
Dcollation.cpp80 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local
107 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
/third_party/FreeBSD/sys/cam/scsi/
Dscsi_all.h145 uint8_t byte2; member
153 uint8_t byte2; member
162 uint8_t byte2; member
192 uint8_t byte2; member
/third_party/flutter/skia/tests/
DSkVxTest.cpp19 using byte2 = skvx::Vec< 2,uint8_t>; typedef
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DLinuxCOM.h35 unsigned char byte2; member
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc449 uint8 byte2 = static_cast<uint8>(it_[1]); in operator *() local
/third_party/freetype/src/psaux/
Dpsintrp.c2907 CF2_Int byte2 = cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
2974 FT_UInt32 byte2 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c2907 CF2_Int byte2 = cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
2974 FT_UInt32 byte2 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp634 const auto byte2 = static_cast<unsigned char>(byte2_raw); in parse_cbor_internal() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh91 #define Make_OpCode_ESC(byte2) ((op_code_t)(OpCode_ESC_Base + (byte2))) argument
/third_party/harfbuzz/src/
Dhb-cff-interp-common.hh91 #define Make_OpCode_ESC(byte2) ((op_code_t)(OpCode_ESC_Base + (byte2))) argument
/third_party/json/single_include/nlohmann/
Djson.hpp5774 const auto byte2 = static_cast<unsigned char>(byte2_raw); in parse_cbor_internal() local