Searched refs:checkUTF8Copy (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/confirmationui/support/src/ |
H A D | cbor.cpp | 81 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out) { in checkUTF8Copy() function
|
/aosp12/system/teeui/libteeui/src/ |
H A D | cbor.cpp | 96 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out) { in checkUTF8Copy() function
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
H A D | cbor.h | 232 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out); 275 if (!checkUTF8Copy(v.data(), v.data() + v.size(), buffer)) {
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | cbor.h | 200 bool checkUTF8Copy(const char* begin, const char* const end, uint8_t* out); 241 if (!checkUTF8Copy(v.data(), v.data() + v.size(), buffer)) {
|