Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp681 int32_t nIntLen, in GetNumericFormat() argument
684 ASSERT(nIntLen >= -1 && nDecLen >= -1); in GetNumericFormat()
686 int32_t nTotalLen = (nIntLen >= 0 ? nIntLen : 2) + 1 + in GetNumericFormat()
692 if (nIntLen == -1) { in GetNumericFormat()
696 while (nIntLen) { in GetNumericFormat()
698 nIntLen--; in GetNumericFormat()
Dcxfa_localevalue.h54 void GetNumericFormat(WideString& wsFormat, int32_t nIntLen, int32_t nDecLen);