Home | History | Annotate | Download | only in common

Lines Matching refs:toUTF8

795 UnicodeString::toUTF8(int32_t start, int32_t len,
817 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff);
837 UnicodeString::toUTF8(ByteSink &sink) const {