Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp2780 CFX_WideString wsMinusSymbol; in FormatStrNum() local
2781 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()
2782 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()
2791 CFX_WideString wsMinusSymbol; in FormatStrNum() local
2792 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()
2793 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()
3197 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local
3198 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatLCNumeric()
3199 wsOutput = wsMinusSymbol + wsOutput; in FormatLCNumeric()
3208 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local
[all …]