Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp616 int32_t nIntLen, in GetNumericFormat() argument
619 ASSERT(nIntLen >= -1); in GetNumericFormat()
622 int32_t nTotalLen = (nIntLen >= 0 ? nIntLen : 2) + 1 + in GetNumericFormat()
630 if (nIntLen == -1) { in GetNumericFormat()
634 while (nIntLen) { in GetNumericFormat()
636 nIntLen--; in GetNumericFormat()
Dcxfa_localevalue.h56 void GetNumericFormat(WideString& wsFormat, int32_t nIntLen, int32_t nDecLen);