Home
last modified time | relevance | path

Searched refs:tempchar (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c416 char tempchar[2]; in SecDecodeTypeC() local
417 tempchar[0] = (char)(wchar & 0x00ff); in SecDecodeTypeC()
418 tempchar[1] = '\0'; in SecDecodeTypeC()
420 if (mbtowc(buffer->wStr, tempchar, sizeof(tempchar)) < 0) { in SecDecodeTypeC()

Completed in 4 milliseconds