HomeSort by relevance Sort by last modified time
    Searched defs:toUTF8 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ucnv_cnv.h 249 UConverterConvert toUTF8;
unistr.cpp 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 {
    [all...]

Completed in 36 milliseconds