Home
last modified time | relevance | path

Searched refs:MaxUTF8StrLength (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/tools/dsymutil/
H A DCFBundle.cpp69 CFIndex MaxUTF8StrLength = CFStringGetLength(CFStr); in UTF8() local
70 MaxUTF8StrLength = in UTF8()
71 CFStringGetMaximumSizeForEncoding(MaxUTF8StrLength, Encoding); in UTF8()
72 if (MaxUTF8StrLength > 0) { in UTF8()
73 Str.resize(MaxUTF8StrLength); in UTF8()