Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1737 char strYear[5]; in IsIsoDateFormat() local
1738 strYear[4] = '\0'; in IsIsoDateFormat()
1743 strYear[i] = pData[i]; in IsIsoDateFormat()
1745 iYear = FXSYS_atoi(strYear); in IsIsoDateFormat()