Searched refs:nIntegralLen (Results 1 – 3 of 3) sorted by relevance
329 int32_t nIntegralLen = 0; in XFA_WideStringToDouble() local332 nIntegralLen > 17) { in XFA_WideStringToDouble()340 nIntegralLen++; in XFA_WideStringToDouble()
230 int nIntegralLen = 0; in GetNum() local232 if (str[cc] == '.' || !XFA_IsDigit(str[cc]) || nIntegralLen > 17) { in GetNum()237 nIntegralLen++; in GetNum()305 int32_t nIntegralLen = 0; in GetDoubleNum() local307 if (str[cc] == '.' || !XFA_IsDigit(str[cc]) || nIntegralLen > 17) { in GetDoubleNum()312 nIntegralLen++; in GetDoubleNum()
330 int32_t nIntegralLen = 0; in FX_WStringToNumeric() local342 if (nIntegralLen < nIntegralMaxLen) { in FX_WStringToNumeric()344 nIntegralLen++; in FX_WStringToNumeric()471 int32_t nIntegralLen = 0; in ToString() local483 if (nIntegralLen < nIntegralMaxLen) { in ToString()485 nIntegralLen++; in ToString()