Searched refs:wsDotSymbol (Results 1 – 1 of 1) sorted by relevance
624 const CFX_WideString& wsDotSymbol, in FX_GetNumericDotIndex() argument629 int32_t iLenDot = wsDotSymbol.GetLength(); in FX_GetNumericDotIndex()634 !FXSYS_wcsncmp(pStr + ccf, wsDotSymbol.c_str(), iLenDot)) { in FX_GetNumericDotIndex()735 CFX_WideString wsDotSymbol; in ParseNum() local736 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Decimal, wsDotSymbol); in ParseNum()754 if (!FX_GetNumericDotIndex(wsSrcNum, wsDotSymbol, dot_index) && in ParseNum()1443 CFX_WideString wsDotSymbol; in ParseNum() local1444 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Decimal, wsDotSymbol); in ParseNum()1460 if (!FX_GetNumericDotIndex(wsSrcNum, wsDotSymbol, dot_index) && in ParseNum()2921 CFX_WideString wsDotSymbol; in FormatStrNum() local[all …]