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

  /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 140 milliseconds