Home | History | Annotate | Download | only in Support

Lines Matching refs:UTF8Buf

718   std::string UTF8Buf;
720 if (!convertUTF16ToUTF8String(BufRef, UTF8Buf))
722 Str = StringRef(UTF8Buf);