Lines Matching refs:nStart
448 int nStart = 0; in ValidateCanonicalDate() local
462 nStart = nIndex; in ValidateCanonicalDate()
463 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) { in ValidateCanonicalDate()
476 nStart = nIndex; in ValidateCanonicalDate()
477 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountD && nIndex < nLen) { in ValidateCanonicalDate()
524 int nStart = 0; in ValidateCanonicalTime() local
525 while (nIndex - nStart < wCountH && pTime[nIndex]) { in ValidateCanonicalTime()
537 nStart = nIndex; in ValidateCanonicalTime()
538 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
549 nStart = nIndex; in ValidateCanonicalTime()
550 while (nIndex - nStart < wCountS && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
561 nStart = nIndex; in ValidateCanonicalTime()
562 while (nIndex - nStart < wCountF && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
576 nStart = nIndex; in ValidateCanonicalTime()
577 while (nIndex - nStart < wCountH && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
588 nStart = nIndex; in ValidateCanonicalTime()
589 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()