Searched refs:kSubSecondLength (Results 1 – 1 of 1) sorted by relevance
1873 constexpr int kSubSecondLength = 3; in IsIsoTimeFormat() local1874 if (iIndex + kSubSecondLength >= iLength) in IsIsoTimeFormat()1878 char strSec[kSubSecondLength + 1]; in IsIsoTimeFormat()1879 for (int i = 0; i < kSubSecondLength; ++i) { in IsIsoTimeFormat()1885 strSec[kSubSecondLength] = '\0'; in IsIsoTimeFormat()1892 iIndex += kSubSecondLength; in IsIsoTimeFormat()