Searched refs:wCountY (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localevalue.cpp599 const uint16_t wCountY = 4, wCountM = 2, wCountD = 2; local
601 if (nLen < wCountY || nLen > wCountY + wCountM + wCountD + 2) {
610 while (pDate[nIndex] != '\0' && nIndex < wCountY) {
652 if (wMonth == 0 && nLen == wCountY) {
658 if (wDay == 0 && (nLen == wCountY + wCountM)) {

Completed in 62 milliseconds