Searched refs:mutf8 (Results 1 – 2 of 2) sorted by relevance
39 size_t MUtf8ToUtf16Size(const uint8_t* mutf8, size_t mutf8Len) in MUtf8ToUtf16Size() argument44 auto [pair, nbytes] = ConvertMUtf8ToUtf16Pair(mutf8, mutf8Len - pos); in MUtf8ToUtf16Size()49 mutf8 += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in MUtf8ToUtf16Size()
138 size_t MUtf8ToUtf16Size(const uint8_t* mutf8, size_t mutf8Len);