Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/support/src/
Dcbor.cpp81 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out) { in checkUTF8Copy() function
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h232 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out);
275 if (!checkUTF8Copy(v.data(), v.data() + v.size(), buffer)) {