Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp177 const WideString& wsDotSymbol, in GetNumericDotIndex() argument
182 int32_t iLenDot = wsDotSymbol.GetLength(); in GetNumericDotIndex()
187 !wcsncmp(pStr + ccf, wsDotSymbol.c_str(), iLenDot)) { in GetNumericDotIndex()
1155 WideString wsDotSymbol = in ParseNum() local
1173 if (!GetNumericDotIndex(wsSrcNum, wsDotSymbol, &dot_index) && in ParseNum()
2111 WideString wsDotSymbol = in FormatStrNum() local
2114 *wsOutput += wsDotSymbol; in FormatStrNum()
2117 *wsOutput += wsDotSymbol; in FormatStrNum()
2119 *wsOutput += wsDotSymbol; in FormatStrNum()