Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp3265 CFX_WideString wsMinusymbol; in FormatStrNum() local
3266 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()
3267 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()
3273 CFX_WideString wsMinusymbol; in FormatStrNum() local
3274 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()
3275 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()
3430 CFX_WideString wsMinusymbol; in FormatStrNum() local
3431 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()
3433 wsMinusymbol + wsOutput[0] + wsOutput.Mid(1, wsOutput.GetLength() - 1); in FormatStrNum()
3682 CFX_WideString wsMinusymbol; in FormatLCNumeric() local
[all …]
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp3341 CFX_WideString wsMinusymbol; in FormatNumStr() local
3342 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatNumStr()
3343 wsOutput = wsMinusymbol + wsOutput; in FormatNumStr()