Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h59 FX_BOOL ValidateNumericTemp(CFX_WideString& wsNumeric,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp928 FX_BOOL CXFA_LocaleValue::ValidateNumericTemp(CFX_WideString& wsNumeric, in ValidateNumericTemp() argument
932 if (wsFormat.IsEmpty() || wsNumeric.IsEmpty()) { in ValidateNumericTemp()
935 const FX_WCHAR* pNum = wsNumeric.c_str(); in ValidateNumericTemp()
947 int32_t nCount = wsNumeric.GetLength(); in ValidateNumericTemp()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp286 CFX_LCNumeric(CFX_WideString& wsNumeric);
427 CFX_LCNumeric::CFX_LCNumeric(CFX_WideString& wsNumeric) { in CFX_LCNumeric() argument
428 FX_WStringToNumeric(wsNumeric, *this); in CFX_LCNumeric()
3500 CFX_WideString wsNumeric = lcNum.ToString(iTreading, bTrimTailZeros); in FormatLCNumeric() local
3501 if (wsNumeric.IsEmpty()) { in FormatLCNumeric()
3507 if (wsNumeric[0] == '-') { in FormatLCNumeric()
3509 wsNumeric.Delete(0, 1); in FormatLCNumeric()
3512 const FX_WCHAR* str = (const FX_WCHAR*)wsNumeric; in FormatLCNumeric()
3513 int len = wsNumeric.GetLength(); in FormatLCNumeric()
3514 int dot_index = wsNumeric.Find('.'); in FormatLCNumeric()
[all …]