Lines Matching refs:toUTF8
841 UnicodeString::toUTF8(int32_t start, int32_t len,863 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff);883 UnicodeString::toUTF8(ByteSink &sink) const {