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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.cpp 510 m_nIntPartlength(-1),
522 m_nIntPartlength = wsVal.GetInteger();
530 if (m_nIntPartlength == -1 || m_nDecPartLength == -1) {
533 m_nLength = m_nIntPartlength + m_nDecPartLength + 1 + (m_bSigned ? 1 : 0);
566 if (m_nIntPartlength != -1 && (nIntPart > m_nIntPartlength)) {
fde_txtedtblock.h 170 int32_t m_nIntPartlength;

Completed in 278 milliseconds