Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssselector.cpp71 int32_t iNameLen = wch == '*' ? 1 : GetCSSNameLen(psz, pEnd); in FromString() local
73 psz, iNameLen, true); in FromString()
79 psz += iNameLen; in FromString()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp235 size_t iNameLen = in DrawDeviceText() local
237 memcpy(lf.lfFaceName, wsName.c_str(), sizeof(lf.lfFaceName[0]) * iNameLen); in DrawDeviceText()
238 lf.lfFaceName[iNameLen] = 0; in DrawDeviceText()
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp123 int32_t iNameLen = wsName.GetLength(); in ResolveDollar() local
124 if (iNameLen == 1) { in ResolveDollar()
132 WideStringView(wsName.c_str() + 1, iNameLen - 1), false)); in ResolveDollar()