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

  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 89 const WideString& wsFormat,
94 m_bValid(ParsePatternValue(wsValue, wsFormat, pLocale)) {}
123 WideString wsFormat = wsPatterns[i];
124 switch (ValueCategory(pFormat->GetCategory(wsFormat), m_dwType)) {
126 bRet = pFormat->ParseNull(wsValue, wsFormat);
131 bRet = pFormat->ParseZero(wsValue, wsFormat);
137 bRet = pFormat->ParseNum(wsValue, wsFormat, &fNum);
139 bRet = pFormat->FormatNum(wsValue, wsFormat, &wsOutput);
143 bRet = pFormat->ParseText(wsValue, wsFormat, &wsOutput);
146 bRet = pFormat->FormatText(wsValue, wsFormat, &wsOutput)
    [all...]
  /external/pdfium/fxjs/
cjs_publicmethods.cpp     [all...]
cfxjse_formcalc_context.cpp     [all...]

Completed in 1489 milliseconds