Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_spinel_encoder.cpp111 const char *utf_2; in TestEncoder() local
156 &utf_1, &utf_2, &dataPtr, &dataLen); in TestEncoder()
177 VerifyOrQuit(memcmp(utf_2, kString_2, sizeof(kString_2)) == 0); in TestEncoder()
Dtest_spinel_decoder.cpp96 const char *utf_2; in TestDecoder() local
155 SuccessOrQuit(decoder.ReadUtf8(utf_2)); in TestDecoder()
181 VerifyOrQuit(memcmp(utf_2, kString_2, sizeof(kString_2)) == 0); in TestDecoder()