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