Searched refs:MaxUTF8StrLength (Results 1 – 1 of 1) sorted by relevance
69 CFIndex MaxUTF8StrLength = CFStringGetLength(CFStr); in UTF8() local70 MaxUTF8StrLength = in UTF8()71 CFStringGetMaximumSizeForEncoding(MaxUTF8StrLength, Encoding); in UTF8()72 if (MaxUTF8StrLength > 0) { in UTF8()73 Str.resize(MaxUTF8StrLength); in UTF8()