Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_util.cpp282 size_t iSourceIdx = 0; in StringPrintx() local
311 if (iSourceIdx < wsSource.GetLength()) { in StringPrintx()
312 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in StringPrintx()
313 ++iSourceIdx; 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()
323 ++iSourceIdx; in StringPrintx()
329 if (iSourceIdx < wsSource.GetLength()) { in StringPrintx()
330 if (isascii(wsSource[iSourceIdx]) && isalpha(wsSource[iSourceIdx])) { in StringPrintx()
[all …]