Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl288 char tempchar[2]; local
289 tempchar[0] = (char)(wchar & 0x00ff);
290 tempchar[1] = '\0';
292 if (mbtowc(buffer->wStr, tempchar, sizeof(tempchar)) < 0) {