Searched refs:GetCSSNameLen (Results 1 – 1 of 1) sorted by relevance
16 int32_t GetCSSNameLen(const wchar_t* psz, const wchar_t* pEnd) { in GetCSSNameLen() function71 int32_t iNameLen = wch == '*' ? 1 : GetCSSNameLen(psz, pEnd); in FromString()