Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp527 int32_t nNameCount = 0; in GetFilter() local
543 if (nNameCount == 0) { in GetFilter()
548 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()
565 pNameBuf[nNameCount++] = wCur; in GetFilter()
587 wsName.ReleaseBuffer(nNameCount); in GetFilter()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp377 uint16_t nNameCount = GetUInt16(sp); in GetNames() local
379 for (uint16_t j = 0; j < nNameCount; j++) { in GetNames()