Searched refs:GetNextByte (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | utf8_utils.cpp | 50 bool GetNextByte(const std::vector<uint8_t> &v, size_t &index, uint8_t &next) in GetNextByte() function 66 return GetNextByte(v, index, next) && (next >= 0x80 && next <= 0xBF); in Check2Bytes() 75 if (!GetNextByte(v, index, next)) { in Check3Bytes() 96 if (!GetNextByte(v, index, next)) { in Check4Bytes()
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | utf8_utils.h | 25 bool GetNextByte(const std::vector<uint8_t> &v, size_t &index, uint8_t &next);
|