Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h99 int32_t& iDotIndex,
Dfx_locale.cpp805 int32_t& iDotIndex, in GetNumericFormat() argument
866 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() argument
919 iDotIndex = ccf; in FX_GetNumericDotIndex()
924 iDotIndex = wsNum.Find('.'); in FX_GetNumericDotIndex()
925 if (iDotIndex < 0) { in FX_GetNumericDotIndex()
[all …]