Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp624 const CFX_WideString& wsDotSymbol, in FX_GetNumericDotIndex() argument
629 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() local
736 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Decimal, wsDotSymbol); in ParseNum()
754 if (!FX_GetNumericDotIndex(wsSrcNum, wsDotSymbol, dot_index) && in ParseNum()
1443 CFX_WideString wsDotSymbol; in ParseNum() local
1444 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 …]