HomeSort by relevance Sort by last modified time
    Searched refs:m_nDecPartLength (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.cpp 511 m_nDecPartLength(-1) {
520 m_nDecPartLength = wsVal.GetInteger();
530 if (m_nIntPartlength == -1 || m_nDecPartLength == -1) {
533 m_nLength = m_nIntPartlength + m_nDecPartLength + 1 + (m_bSigned ? 1 : 0);
569 if (m_nDecPartLength != -1 &&
570 (nLength - nIntPart - nPoint > m_nDecPartLength)) {
fde_txtedtblock.h 171 int32_t m_nDecPartLength;

Completed in 33 milliseconds