Searched refs:LATIN1 (Results 1 – 16 of 16) sorted by relevance
/third_party/node/src/api/ |
D | encoding.cc | 51 return LATIN1; in ParseEncoding() 54 return LATIN1; in ParseEncoding() 62 return LATIN1; in ParseEncoding() 75 return LATIN1; // BINARY is a deprecated alias of LATIN1. in ParseEncoding()
|
/third_party/node/test/addons/parse-encoding/ |
D | binding.cc | 12 V(LATIN1) \ 16 static_assert(node::BINARY == node::LATIN1, "BINARY == LATIN1");
|
/third_party/node/src/ |
D | string_decoder.cc | 231 CHECK(Encoding() == ASCII || Encoding() == HEX || Encoding() == LATIN1); in DecodeData() 237 if (Encoding() == ASCII || Encoding() == HEX || Encoding() == LATIN1) { in FlushData() 320 ADD_TO_ENCODINGS_ARRAY(LATIN1, "latin1"); in InitializeStringDecoder()
|
D | string_bytes.cc | 328 case LATIN1: in Write() 404 if (is_buffer && (encoding == BUFFER || encoding == LATIN1)) { in StorageSize() 414 case LATIN1: in StorageSize() 454 if (Buffer::HasInstance(val) && (encoding == BUFFER || encoding == LATIN1)) in Size() 463 case LATIN1: in Size() 683 case LATIN1: in Encode()
|
D | node.h | 687 LATIN1 = BINARY enumerator 693 enum encoding default_encoding = LATIN1); 701 enum encoding encoding = LATIN1); 712 enum encoding encoding = LATIN1); 718 enum encoding encoding = LATIN1);
|
D | node_i18n.cc | 277 case LATIN1: return "iso8859-1"; in EncodingName() 287 case LATIN1: in SupportedEncoding() 308 case LATIN1: in Transcode()
|
D | stream_base.cc | 47 template int StreamBase::WriteString<LATIN1>( 413 t, "writeLatin1String", JSMethod<&StreamBase::WriteString<LATIN1>>); in AddMethods()
|
D | node_buffer.cc | 915 } else if (enc == LATIN1) { in IndexOfString() 1168 env->SetMethodNoSideEffect(target, "latin1Slice", StringSlice<LATIN1>); in Initialize() 1176 env->SetMethod(target, "latin1Write", StringWrite<LATIN1>); in Initialize()
|
D | node_file.cc | 1945 if ((enc == ASCII || enc == LATIN1) && string->IsExternalOneByte()) { in WriteString()
|
/third_party/node/tools/inspector_protocol/lib/ |
D | Values_cpp.template | 412 // have LATIN1 on the wire, so we call EncodeFromLatin1 which
|
/third_party/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 1772 … { "LATIN1", "1\U000104012", :bin{ 311a32 }, :intvector{ 0, 1, 3 }, :int{1}, :int{0}, "", "", "" } 1779 …{ "LATIN1", "1\U000104012", :bin{ 311a32 }, :intvector{ 0, 1, 3 }, :int{0}, :int{0}, "", "", "\U0…
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv2022.cpp | 193 LATIN1, enumerator
|
/third_party/icu/icu4c/source/common/ |
D | ucnv2022.cpp | 193 LATIN1, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv2022.cpp | 193 LATIN1, enumerator
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv2022.cpp | 193 LATIN1, enumerator
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V6.md | 4020 …://github.com/nodejs/node/commit/da9bd2fc48)] - **src**: alias BINARY to LATIN1 (Ben Noordhuis) [#…
|