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.cpp239 size_t iNameLen = in DrawDeviceText() local
241 memcpy(lf.lfFaceName, wsName.c_str(), sizeof(lf.lfFaceName[0]) * iNameLen); in DrawDeviceText()
242 lf.lfFaceName[iNameLen] = 0; in DrawDeviceText()
/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp156 int32_t iNameLen = wsName.GetLength(); in ResolveDollar() local
157 if (iNameLen == 1) { in ResolveDollar()
165 FX_HashCode_GetW(wsName.AsStringView().Last(iNameLen - 1), false)); in ResolveDollar()