Searched refs:iDotIndex (Results 1 – 2 of 2) sorted by relevance
99 int32_t& iDotIndex,
805 int32_t& iDotIndex, in GetNumericFormat() argument866 iDotIndex = wsSubCategory.Find('.'); in GetNumericFormat()867 if (iDotIndex > 0) { in GetNumericFormat()868 iDotIndex += wsPurgePattern.GetLength(); in GetNumericFormat()892 iDotIndex = wsPurgePattern.GetLength() - 1; in GetNumericFormat()899 iDotIndex = wsPurgePattern.GetLength(); in GetNumericFormat()908 int32_t& iDotIndex) { in FX_GetNumericDotIndex() argument919 iDotIndex = ccf; in FX_GetNumericDotIndex()924 iDotIndex = wsNum.Find('.'); in FX_GetNumericDotIndex()925 if (iDotIndex < 0) { in FX_GetNumericDotIndex()[all …]