Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp3138 CFX_WideString wsMinusSymbol; in FormatStrNum() local
3139 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()
3140 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()
3149 CFX_WideString wsMinusSymbol; in FormatStrNum() local
3150 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()
3151 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()
3555 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local
3556 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatLCNumeric()
3557 wsOutput = wsMinusSymbol + wsOutput; in FormatLCNumeric()
3566 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local
[all …]