Searched refs:wStrEnd (Results 1 – 2 of 2) sorted by relevance
461 wchar_t *wStrEnd = NULL; in SecDecodeTypeS() local490 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()
333 wchar_t *wStrEnd = NULL; local362 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);