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

  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.h 49 bool FormatPatterns(WideString& wsResult,
69 bool FormatSinglePattern(WideString& wsResult,
cxfa_localevalue.cpp 319 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult,
326 wsResult.clear();
329 if (FormatSinglePattern(wsResult, wsPatterns[i], pLocale, eValueType))
335 bool CXFA_LocaleValue::FormatSinglePattern(WideString& wsResult,
343 wsResult.clear();
351 bRet = pFormat->FormatNull(wsFormat, &wsResult);
355 bRet = pFormat->FormatZero(wsFormat, &wsResult);
358 bRet = pFormat->FormatNum(m_wsValue, wsFormat, &wsResult);
361 bRet = pFormat->FormatText(m_wsValue, wsFormat, &wsResult);
365 &wsResult);
    [all...]
  /external/pdfium/fxjs/
cjs_util.cpp 276 WideString wsResult;
284 wsResult += wsFormat[iFormatIdx];
307 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
315 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
326 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
337 wsResult += wsSource[iSourceIdx];
347 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode);
354 wsResult += wsFormat[iFormatIdx];
359 return wsResult;
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 565 WideString wsResult;
575 wsResult += GetLiteralText(strf, &ccf, lenf);
580 wsResult += strf[ccf++];
591 wsResult += NumToString(symbol.GetLength(), day);
597 wsResult += NumToString(symbol.GetLength(), nDays);
599 wsResult += NumToString(symbol.GetLength(), month);
601 wsResult += pLocale->GetMonthName(month - 1, symbol == L"MMM");
604 wsResult += NumToString(
607 wsResult +=
610 wsResult += pLocale->GetEraName(year > 0)
    [all...]

Completed in 78 milliseconds