Lines Matching full:str_len
1673 size_t str_len = ::MultiByteToWideChar(CP_UTF8, 0, familyName,1675 // Allocate a buffer (str_len already has terminating null1677 wchar_t *wideFamilyName = new wchar_t[str_len];1680 wideFamilyName, str_len);