Searched refs:nLetterCount (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp469 const int nLetterCount = 26; local
471 int count = num / nLetterCount + 1;
473 FX_WCHAR ch = L'a' + num % nLetterCount;

Completed in 853 milliseconds