Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp2907 CFX_WideString wsMinusymbol; in FormatStrNum() local
2908 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()
2909 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()
2915 CFX_WideString wsMinusymbol; in FormatStrNum() local
2916 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()
2917 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()
3072 CFX_WideString wsMinusymbol; in FormatStrNum() local
3073 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()
3075 wsMinusymbol + wsOutput[0] + wsOutput.Mid(1, wsOutput.GetLength() - 1); in FormatStrNum()
3324 CFX_WideString wsMinusymbol; in FormatLCNumeric() local
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.cpp1877 CFX_WideString wsMinusymbol; in FormatNumStr() local
1878 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatNumStr()
1879 wsOutput = wsMinusymbol + wsOutput; in FormatNumStr()