Lines Matching refs:nStart
609 int nIndex = 0, nStart = 0; in ValidateCanonicalDate() local
623 nStart = nIndex; in ValidateCanonicalDate()
624 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) { in ValidateCanonicalDate()
637 nStart = nIndex; in ValidateCanonicalDate()
638 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountD && nIndex < nLen) { in ValidateCanonicalDate()
696 int nStart = 0; in ValidateCanonicalTime() local
697 while (nIndex - nStart < wCountH && pTime[nIndex]) { in ValidateCanonicalTime()
708 nStart = nIndex; in ValidateCanonicalTime()
709 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
720 nStart = nIndex; in ValidateCanonicalTime()
721 while (nIndex - nStart < wCountS && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
731 nStart = nIndex; in ValidateCanonicalTime()
732 while (nIndex - nStart < wCountF && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
746 nStart = nIndex; in ValidateCanonicalTime()
747 while (nIndex - nStart < wCountH && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
758 nStart = nIndex; in ValidateCanonicalTime()
759 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()