Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp504 int32_t nNameCount = 0; in GetFilter() local
516 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()
519 if (nNameCount == 0) { in GetFilter()
537 pNameBuf[nNameCount++] = wCur; in GetFilter()
559 wsName.ReleaseBuffer(nNameCount); in GetFilter()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp877 uint16_t nNameCount = GetUInt16(sp); in GetNames() local
879 for (uint16_t j = 0; j < nNameCount; j++) { in GetNames()