/third_party/node/test/parallel/ |
D | test-zlib-truncated.js | 29 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/ |
D | DJB.cpp | 37 static StringRef toUTF8(UTF32 C, MutableArrayRef<UTF8> Storage) { in toUTF8() function 78 StringRef Folded = toUTF8(C, Storage); in caseFoldingDjbHash()
|
/third_party/node/src/inspector/ |
D | node_string.cc | 64 utf16.toUTF8(sink); in StringViewToUtf8()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_cnv.h | 254 UConverterConvert toUTF8; member
|
D | uts46.cpp | 78 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()
|
D | unistr_cnv.cpp | 177 return toUTF8(start, length, target, capacity); in extract()
|
D | unistr.cpp | 928 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
|
D | normalizer2.cpp | 60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_cnv.h | 254 UConverterConvert toUTF8; member
|
D | uts46.cpp | 78 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()
|
D | unistr_cnv.cpp | 177 return toUTF8(start, length, target, capacity); in extract()
|
D | unistr.cpp | 927 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
|
D | normalizer2.cpp | 60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_cnv.h | 254 UConverterConvert toUTF8; member
|
D | uts46.cpp | 78 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()
|
D | unistr_cnv.cpp | 177 return toUTF8(start, length, target, capacity); in extract()
|
D | unistr.cpp | 927 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
|
D | normalizer2.cpp | 60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_cnv.h | 254 UConverterConvert toUTF8; member
|
D | uts46.cpp | 78 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()
|
D | unistr_cnv.cpp | 177 return toUTF8(start, length, target, capacity); in extract()
|
D | unistr.cpp | 927 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
|
D | normalizer2.cpp | 60 normalize(src16, errorCode).toUTF8(sink); in normalizeUTF8()
|
/third_party/icu/docs/userguide/strings/ |
D | utf-8.md | 35 `toUTF8String(StringClass &result)`. There is also `toUTF8(ByteSink &sink)`. 49 `fromUTF8()`/`toUTF8()`/`toUTF8String()` methods mentioned above. (Among
|
/third_party/icu/icu4c/source/common/unicode/ |
D | unistr.h | 1714 void toUTF8(ByteSink &sink) const; 1731 toUTF8(sbs); in toUTF8String() 3483 toUTF8(int32_t start, int32_t len,
|