Home
last modified time | relevance | path

Searched refs:kSubSecondLength (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1873 constexpr int kSubSecondLength = 3; in IsIsoTimeFormat() local
1874 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()