Home
last modified time | relevance | path

Searched refs:toUTF8 (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-zlib-truncated.js29 const toUTF8 = (buffer) => buffer.toString('utf-8'); function
33 assert.strictEqual(toUTF8(decompressed), inputString);
38 assert.strictEqual(toUTF8(result), inputString);
54 const result = toUTF8(zlib[methods.decompSync](truncated, syncFlushOpt));
60 const result = toUTF8(decompressed);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDJB.cpp37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() function
78 StringRef Folded = toUTF8(C, Storage); in caseFoldingDjbHash()
/third_party/node/src/inspector/
Dnode_string.cc64 utf16.toUTF8(sink); in StringViewToUtf8()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_cnv.h254 UConverterConvert toUTF8; member
Duts46.cpp78 info, errorCode).toUTF8(dest); in labelToASCII_UTF8()
88 info, errorCode).toUTF8(dest); in labelToUnicodeUTF8()
98 info, errorCode).toUTF8(dest); in nameToASCII_UTF8()
108 info, errorCode).toUTF8(dest); in nameToUnicodeUTF8()
507 destString.toUTF8(dest); // calls dest.Flush() in processUTF8()
Dunistr_cnv.cpp177 return toUTF8(start, length, target, capacity); in extract()
Dunistr.cpp928 UnicodeString::toUTF8(int32_t start, int32_t len, in toUTF8() function in UnicodeString
950 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff); in extract()
970 UnicodeString::toUTF8(ByteSink &sink) const { in toUTF8() function in UnicodeString
Dnormalizer2.cpp60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_cnv.h254 UConverterConvert toUTF8; member
Duts46.cpp78 info, errorCode).toUTF8(dest); in labelToASCII_UTF8()
88 info, errorCode).toUTF8(dest); in labelToUnicodeUTF8()
98 info, errorCode).toUTF8(dest); in nameToASCII_UTF8()
108 info, errorCode).toUTF8(dest); in nameToUnicodeUTF8()
507 destString.toUTF8(dest); // calls dest.Flush() in processUTF8()
Dunistr_cnv.cpp177 return toUTF8(start, length, target, capacity); in extract()
Dunistr.cpp927 UnicodeString::toUTF8(int32_t start, int32_t len, in toUTF8() function in UnicodeString
949 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff); in extract()
969 UnicodeString::toUTF8(ByteSink &sink) const { in toUTF8() function in UnicodeString
Dnormalizer2.cpp60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
/third_party/node/deps/icu-small/source/common/
Ducnv_cnv.h254 UConverterConvert toUTF8; member
Duts46.cpp78 info, errorCode).toUTF8(dest); in labelToASCII_UTF8()
88 info, errorCode).toUTF8(dest); in labelToUnicodeUTF8()
98 info, errorCode).toUTF8(dest); in nameToASCII_UTF8()
108 info, errorCode).toUTF8(dest); in nameToUnicodeUTF8()
507 destString.toUTF8(dest); // calls dest.Flush() in processUTF8()
Dunistr_cnv.cpp177 return toUTF8(start, length, target, capacity); in extract()
Dunistr.cpp927 UnicodeString::toUTF8(int32_t start, int32_t len, in toUTF8() function in UnicodeString
949 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff); in extract()
969 UnicodeString::toUTF8(ByteSink &sink) const { in toUTF8() function in UnicodeString
Dnormalizer2.cpp60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
/third_party/icu/icu4c/source/common/
Ducnv_cnv.h254 UConverterConvert toUTF8; member
Duts46.cpp78 info, errorCode).toUTF8(dest); in labelToASCII_UTF8()
88 info, errorCode).toUTF8(dest); in labelToUnicodeUTF8()
98 info, errorCode).toUTF8(dest); in nameToASCII_UTF8()
108 info, errorCode).toUTF8(dest); in nameToUnicodeUTF8()
507 destString.toUTF8(dest); // calls dest.Flush() in processUTF8()
Dunistr_cnv.cpp177 return toUTF8(start, length, target, capacity); in extract()
Dunistr.cpp927 UnicodeString::toUTF8(int32_t start, int32_t len, in toUTF8() function in UnicodeString
949 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff); in extract()
969 UnicodeString::toUTF8(ByteSink &sink) const { in toUTF8() function in UnicodeString
Dnormalizer2.cpp60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
/third_party/icu/docs/userguide/strings/
Dutf-8.md35 `toUTF8String(StringClass &result)`. There is also `toUTF8(ByteSink &sink)`.
49 `fromUTF8()`/`toUTF8()`/`toUTF8String()` methods mentioned above. (Among
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h1714 void toUTF8(ByteSink &sink) const;
1731 toUTF8(sbs); in toUTF8String()
3483 toUTF8(int32_t start, int32_t len,

12