Home
last modified time | relevance | path

Searched refs:HasExpectedNumberOfBytes (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h203 bool HasExpectedNumberOfBytes(size_t count) const in HasExpectedNumberOfBytes() function in panda::es2panda::util::StringView::Iterator
344 if (!HasExpectedNumberOfBytes(Constants::UTF8_NEXT_TWO_BYTE)) { in DecodeCP()
351 if (!HasExpectedNumberOfBytes(Constants::UTF8_NEXT_THREE_BYTE)) { in DecodeCP()
361 if (!HasExpectedNumberOfBytes(Constants::UTF8_NEXT_FOUR_BYTE)) { in DecodeCP()

Completed in 2 milliseconds