Home | History | Annotate | Download | only in common

Lines Matching refs:toUTF8

783 UnicodeString::toUTF8(int32_t start, int32_t len,
805 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff);
825 UnicodeString::toUTF8(ByteSink &sink) const {