Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp192 const WideString& wsDotSymbol, in GetNumericDotIndex() argument
195 pdfium::span<const wchar_t> spDotSymbol = wsDotSymbol.span(); in GetNumericDotIndex()
1137 WideString wsDotSymbol = pLocale->GetDecimalSymbol(); in ParseNum() local
1153 if (!GetNumericDotIndex(wsSrcNum, wsDotSymbol, &dot_index) && in ParseNum()
2062 WideString wsDotSymbol = pLocale->GetDecimalSymbol(); in FormatNum() local
2064 *wsOutput += wsDotSymbol; in FormatNum()
2067 *wsOutput += wsDotSymbol; in FormatNum()
2071 *wsOutput += wsDotSymbol; in FormatNum()