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

  /external/pdfium/fpdfsdk/javascript/
util.cpp 331 CFX_WideString wsResult;
339 wsResult += wsFormat[iFormatIdx];
362 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
372 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
384 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
395 wsResult += wsSource[iSourceIdx];
405 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
412 wsResult += wsFormat[iFormatIdx];
417 return wsResult;
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 255 CFX_WideString wsResult;
256 wsResult.Format(wsFormat.c_str(), GetDouble());
258 wsResult.TrimRight(L"0");
259 wsResult.TrimRight(L".");
261 return wsResult;
    [all...]

Completed in 62 milliseconds