Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp57 std::pair<uint32_t, size_t> ConvertMUtf8ToUtf16Pair(const uint8_t *data, size_t max_bytes) in ConvertMUtf8ToUtf16Pair() argument
60 Span<const uint8_t> sp(data, max_bytes); in ConvertMUtf8ToUtf16Pair()
66 if (max_bytes < CONST_2) { in ConvertMUtf8ToUtf16Pair()
74 if (max_bytes < CONST_3) { in ConvertMUtf8ToUtf16Pair()
83 if (max_bytes < CONST_4) { in ConvertMUtf8ToUtf16Pair()
Dutf.h74 std::pair<uint32_t, size_t> ConvertMUtf8ToUtf16Pair(const uint8_t *data, size_t max_bytes = 4);