Searched refs:wsNum (Results 1 – 1 of 1) sorted by relevance
176 bool GetNumericDotIndex(const WideString& wsNum, in GetNumericDotIndex() argument180 int32_t iLenf = wsNum.GetLength(); in GetNumericDotIndex()181 const wchar_t* pStr = wsNum.c_str(); in GetNumericDotIndex()193 auto result = wsNum.Find('.'); in GetNumericDotIndex()