Home
last modified time | relevance | path

Searched refs:wsSource (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_util.cpp279 const WideString& wsSource) { in StringPrintx() argument
311 if (iSourceIdx < wsSource.GetLength()) { in StringPrintx()
312 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in StringPrintx()
318 if (iSourceIdx < wsSource.GetLength()) { in StringPrintx()
319 if (isascii(wsSource[iSourceIdx]) && isalnum(wsSource[iSourceIdx])) { in StringPrintx()
320 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in StringPrintx()
329 if (iSourceIdx < wsSource.GetLength()) { in StringPrintx()
330 if (isascii(wsSource[iSourceIdx]) && isalpha(wsSource[iSourceIdx])) { in StringPrintx()
331 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in StringPrintx()
340 if (iSourceIdx < wsSource.GetLength()) { in StringPrintx()
[all …]
Dcjs_publicmethods.cpp1058 const WideString& wsSource = pEvent->Value(); in AFSpecial_Format() local
1068 if (CJS_Util::StringPrintx(L"9999999999", wsSource).GetLength() >= 10) in AFSpecial_Format()
1078 pEvent->Value() = CJS_Util::StringPrintx(wsFormat, wsSource); in AFSpecial_Format()