Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c460 char *strEnd = NULL; in SecDecodeTypeS() local
480 strEnd = formatBuf->str; in SecDecodeTypeS()
481 for (textLen = 0; textLen < finalPrecision && *strEnd; textLen++) { in SecDecodeTypeS()
482 ++strEnd; in SecDecodeTypeS()
519 strEnd = formatBuf->str; in SecDecodeTypeS()
520 while (finalPrecision-- && *strEnd) { in SecDecodeTypeS()
521 ++strEnd; in SecDecodeTypeS()
523 textLen = (int)(strEnd - formatBuf->str); /* length of the string */ in SecDecodeTypeS()

Completed in 3 milliseconds