HomeSort by relevance Sort by last modified time
    Searched refs:wsNumeric (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 59 FX_BOOL ValidateNumericTemp(CFX_WideString& wsNumeric,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 928 FX_BOOL CXFA_LocaleValue::ValidateNumericTemp(CFX_WideString& wsNumeric,
932 if (wsFormat.IsEmpty() || wsNumeric.IsEmpty()) {
935 const FX_WCHAR* pNum = wsNumeric.c_str();
947 int32_t nCount = wsNumeric.GetLength();
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 286 CFX_LCNumeric(CFX_WideString& wsNumeric);
427 CFX_LCNumeric::CFX_LCNumeric(CFX_WideString& wsNumeric) {
428 FX_WStringToNumeric(wsNumeric, *this);
    [all...]

Completed in 149 milliseconds