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

  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.h 64 bool ValidateNumericTemp(CFX_WideString& wsNumeric,
xfa_localevalue.cpp 911 bool CXFA_LocaleValue::ValidateNumericTemp(CFX_WideString& wsNumeric,
915 if (wsFormat.IsEmpty() || wsNumeric.IsEmpty()) {
918 const FX_WCHAR* pNum = wsNumeric.c_str();
930 int32_t nCount = wsNumeric.GetLength();
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 100 explicit CFX_LCNumeric(CFX_WideString& wsNumeric);
227 CFX_LCNumeric::CFX_LCNumeric(CFX_WideString& wsNumeric) {
228 FX_WStringToNumeric(wsNumeric, *this);
    [all...]

Completed in 657 milliseconds