Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dcbor.cpp96 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out) { in checkUTF8Copy() function
/system/teeui/libteeui/include/teeui/
Dcbor.h200 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out);
241 if (!checkUTF8Copy(v.data(), v.data() + v.size(), buffer)) {