Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c461 wchar_t *wStrEnd = NULL; in SecDecodeTypeS() local
490 wStrEnd = formatBuf->wStr; in SecDecodeTypeS()
491 while (finalPrecision-- && *wStrEnd) { in SecDecodeTypeS()
492 ++wStrEnd; in SecDecodeTypeS()
494 textLen = (int)(wStrEnd - formatBuf->wStr); /* in wchar_ts */ in SecDecodeTypeS()
503 wStrEnd = formatBuf->wStr; in SecDecodeTypeS()
504 while (finalPrecision-- && *wStrEnd) { in SecDecodeTypeS()
505 ++wStrEnd; in SecDecodeTypeS()
507 textLen = (int)(wStrEnd - formatBuf->wStr); in SecDecodeTypeS()
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl333 wchar_t *wStrEnd = NULL; local
362 wStrEnd = formatBuf->wStr;
363 while (finalPrecision-- && *wStrEnd) {
364 ++wStrEnd;
366 textLen = (int)(wStrEnd - formatBuf->wStr); /* in wchar_ts */
375 wStrEnd = formatBuf->wStr;
376 while (finalPrecision-- && *wStrEnd) {
377 ++wStrEnd;
379 textLen = (int)(wStrEnd - formatBuf->wStr);