Home
last modified time | relevance | path

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

/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()

Completed in 3 milliseconds