Searched refs:iNameLen (Results 1 – 3 of 3) sorted by relevance
71 int32_t iNameLen = wch == '*' ? 1 : GetCSSNameLen(psz, pEnd); in FromString() local73 psz, iNameLen, true); in FromString()79 psz += iNameLen; in FromString()
235 size_t iNameLen = in DrawDeviceText() local237 memcpy(lf.lfFaceName, wsName.c_str(), sizeof(lf.lfFaceName[0]) * iNameLen); in DrawDeviceText()238 lf.lfFaceName[iNameLen] = 0; in DrawDeviceText()
123 int32_t iNameLen = wsName.GetLength(); in ResolveDollar() local124 if (iNameLen == 1) { in ResolveDollar()132 WideStringView(wsName.c_str() + 1, iNameLen - 1), false)); in ResolveDollar()