Home
last modified time | relevance | path

Searched refs:encodings (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSelector.java45 private String[] encodings; // encodings users ask to use field in CharsetSelector
49 int columns = (encodings.length + 31) / 32; in generateSelectorData()
57 for (int i = 0; i < encodings.length; ++i) { in generateSelectorData()
58 Charset testCharset = CharsetICU.forNameICU(encodings[i]); in generateSelectorData()
108 int columns = (encodings.length + 31) / 32; in selectForMask()
116 for (int i = 0; i < 32 && k < encodings.length; i++, k++) { in selectForMask()
118 result.add(encodings[k]); in selectForMask()
176 encodings = charsetList.toArray(new String[0]); in CharsetSelector()
178 encodings = CharsetProviderICU.getAvailableNames(); in CharsetSelector()
179 encodingCount = encodings.length; in CharsetSelector()
[all …]
/third_party/node/test/parallel/
Dtest-http2-createwritereq.js16 const encodings = { variable
30 const testsToRun = Object.keys(encodings).length;
34 const testEncoding = encodings[req.url.slice(1)];
41 }, Object.keys(encodings).length));
44 Object.keys(encodings).forEach((writeEncoding) => {
Dtest-string-decoder-fuzz.js22 const encodings = [ variable
27 const enc = encodings[rand(encodings.length)];
/third_party/libsoup/libsoup/
Dsoup-content-decoder.c79 GSList *encodings, *e, *decoders = NULL; in G_DEFINE_TYPE_WITH_CODE() local
102 encodings = soup_header_parse_list (header); in G_DEFINE_TYPE_WITH_CODE()
103 if (!encodings) in G_DEFINE_TYPE_WITH_CODE()
106 for (e = encodings; e; e = e->next) { in G_DEFINE_TYPE_WITH_CODE()
108 soup_header_free_list (encodings); in G_DEFINE_TYPE_WITH_CODE()
113 for (e = encodings; e; e = e->next) { in G_DEFINE_TYPE_WITH_CODE()
124 soup_header_free_list (encodings); in G_DEFINE_TYPE_WITH_CODE()
/third_party/node/deps/npm/node_modules/iconv-lite/
DREADME.md9 … [Deprecated] Can extend Node.js primitives (buffers, streams) to support all iconv-lite encodings.
60 ### [Deprecated] Extend Node.js own encodings
64 // After this call all Node basic primitives will understand iconv-lite encodings.
94 ## Supported encodings
96 * All node.js native encodings: utf8, ucs2 / utf16-le, ascii, binary, base64, hex.
97 * Additional unicode encodings: utf16, utf16-be, utf-7, utf-7-imap.
98 * All widespread singlebyte encodings: Windows 125x family, ISO-8859 family,
101 …* All widespread multibyte encodings: CP932, CP936, CP949, CP950, GB2312, GBK, GB18030, Big5, Shi…
103 See [all supported encodings on wiki](https://github.com/ashtuchkin/iconv-lite/wiki/Supported-Encod…
105 Most singlebyte encodings are generated automatically from [node-iconv](https://github.com/bnoordhu…
[all …]
DChangelog.md64 * Add ms prefix to dbcs windows encodings (@rokoroku)
98 Now we just skip testing SBCS encodings that node-iconv doesn't support.
118 * fix rare aliases of single-byte encodings (thanks @mscdex)
130 * added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
136 * added encodings UTF-16BE and UTF-16 with BOM
152 * all widespread encodings are supported
155 * (optional) extend core primitive encodings to make usage even simpler
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnvsel.cpp55 char** encodings; // which encodings did user ask to use? member
84 UConverter* test_converter = ucnv_open(result->encodings[i], status); in generateSelectorData()
177 newSelector->encodings = in ucnvsel_open()
179 if (!newSelector->encodings) { in ucnvsel_open()
183 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close() in ucnvsel_open()
205 newSelector->encodings[i] = allStrings; in ucnvsel_open()
206 uprv_strcpy(newSelector->encodings[i], in ucnvsel_open()
208 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open()
235 uprv_free(sel->encodings[0]); in ucnvsel_close()
237 uprv_free(sel->encodings); in ucnvsel_close()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducnvsel.cpp55 char** encodings; // which encodings did user ask to use? member
84 UConverter* test_converter = ucnv_open(result->encodings[i], status); in generateSelectorData()
177 newSelector->encodings = in ucnvsel_open()
179 if (!newSelector->encodings) { in ucnvsel_open()
183 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close() in ucnvsel_open()
205 newSelector->encodings[i] = allStrings; in ucnvsel_open()
206 uprv_strcpy(newSelector->encodings[i], in ucnvsel_open()
208 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open()
235 uprv_free(sel->encodings[0]); in ucnvsel_close()
237 uprv_free(sel->encodings); in ucnvsel_close()
[all …]
/third_party/icu/icu4c/source/common/
Ducnvsel.cpp55 char** encodings; // which encodings did user ask to use? member
84 UConverter* test_converter = ucnv_open(result->encodings[i], status); in generateSelectorData()
177 newSelector->encodings = in ucnvsel_open()
179 if (!newSelector->encodings) { in ucnvsel_open()
183 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close() in ucnvsel_open()
205 newSelector->encodings[i] = allStrings; in ucnvsel_open()
206 uprv_strcpy(newSelector->encodings[i], in ucnvsel_open()
208 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open()
235 uprv_free(sel->encodings[0]); in ucnvsel_close()
237 uprv_free(sel->encodings); in ucnvsel_close()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducnvsel.cpp55 char** encodings; // which encodings did user ask to use? member
84 UConverter* test_converter = ucnv_open(result->encodings[i], status); in generateSelectorData()
177 newSelector->encodings = in ucnvsel_open()
179 if (!newSelector->encodings) { in ucnvsel_open()
183 newSelector->encodings[0] = NULL; // now we can call ucnvsel_close() in ucnvsel_open()
205 newSelector->encodings[i] = allStrings; in ucnvsel_open()
206 uprv_strcpy(newSelector->encodings[i], in ucnvsel_open()
208 allStrings += uprv_strlen(newSelector->encodings[i]) + 1; in ucnvsel_open()
235 uprv_free(sel->encodings[0]); in ucnvsel_close()
237 uprv_free(sel->encodings); in ucnvsel_close()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Ducnvseltst.c273 getResultsManually(const char** encodings, int32_t num_encodings, in getResultsManually() argument
291 test_converter = ucnv_open(encodings[i], &status); in getResultsManually()
301 encIndex = findIndex(encodings[i]); in getResultsManually()
401 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); in TestSelector() local
403 uprv_free((void *)encodings); in TestSelector()
420 sel_rt = ucnvsel_open(encodings, num_encodings, in TestSelector()
430 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector()
434 sel_fb = ucnvsel_open(encodings, num_encodings, in TestSelector()
441 uprv_free((void *)encodings); in TestSelector()
457 manual_rt = getResultsManually(encodings, num_encodings, in TestSelector()
[all …]
/third_party/boost/libs/locale/doc/
Dcharset_handling.txt19 UTF-8/16/32 strings and strings using other encodings.
48 This allows conversion between wide-character encodings and 8-bit encodings like UTF-8, ISO-8859 or…
52 - Under Windows MSVC does not support UTF-8 encodings at all.
53 - Under Linux the encodings are supported only if the required locales are generated. For example
136 impossible to reimplement <tt>std::codecvt<wchar_t,char,mbstate_t></tt> for stateful encodings.
137 Thus, Boost.Locale's \c codecvt facet implementation may be used with stateless encodings like UTF-…
138 ISO-8859, and Shift-JIS, but not with stateful encodings like UTF-7 or SCSU.
144 The implementation of codecvt for single byte encodings like ISO-8859-X and for UTF-8 is very effic…
146 double-width encodings like Shift-JIS, due to the stateless problem described above.
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmltok_ns.c57 static const ENCODING *const NS(encodings)[] = { variable
67 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, in NS()
74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, in NS()
108 return NS(encodings)[i]; in NS()
/third_party/python/Modules/expat/
Dxmltok_ns.c57 static const ENCODING *const NS(encodings)[] = { variable
67 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, in NS()
74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, in NS()
108 return NS(encodings)[i]; in NS()
/third_party/expat/lib/
Dxmltok_ns.c57 static const ENCODING *const NS(encodings)[] = { variable
67 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, in NS()
74 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, in NS()
108 return NS(encodings)[i]; in NS()
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dindex.js12 iconv.encodings = null;
64 if (!iconv.encodings)
65 iconv.encodings = require("../encodings"); // Lazy load all encoding definitions.
77 var codecDef = iconv.encodings[enc];
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264d.c39 OMX_VIDEO_CODINGTYPE encodings[] = { in instantiate_h264d_input_port() local
121 &encodings, &formats, &avctype, &levels, in instantiate_h264d_input_port()
129 OMX_VIDEO_CODINGTYPE encodings[] = { in instantiate_h264d_output_port() local
163 &encodings, &formats); in instantiate_h264d_output_port()
Dh264e.c37 OMX_VIDEO_CODINGTYPE encodings[] = { in instantiate_h264e_input_port() local
71 &encodings, &formats); in instantiate_h264e_input_port()
81 OMX_VIDEO_CODINGTYPE encodings[] = { in instantiate_h264e_output_port() local
170 &encodings, &formats, &avctype, &levels, in instantiate_h264e_output_port()
/third_party/flutter/skia/third_party/externals/freetype/src/bdf/
Dbdfdrivr.c58 BDF_encoding_el* encodings; member
73 cmap->encodings = face->en_table; in bdf_cmap_init()
85 cmap->encodings = NULL; in bdf_cmap_done()
95 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_index() local
112 code = encodings[mid].enc; in bdf_cmap_char_index()
118 result = encodings[mid].glyph + 1; in bdf_cmap_char_index()
140 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_next() local
158 code = encodings[mid].enc; in bdf_cmap_char_next()
164 result = encodings[mid].glyph + 1; in bdf_cmap_char_next()
180 charcode = encodings[min].enc; in bdf_cmap_char_next()
[all …]
/third_party/freetype/src/bdf/
Dbdfdrivr.c57 BDF_encoding_el* encodings; member
72 cmap->encodings = face->en_table; in bdf_cmap_init()
84 cmap->encodings = NULL; in bdf_cmap_done()
94 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_index() local
111 code = encodings[mid].enc; in bdf_cmap_char_index()
117 result = encodings[mid].glyph + 1; in bdf_cmap_char_index()
139 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_next() local
157 code = encodings[mid].enc; in bdf_cmap_char_next()
163 result = encodings[mid].glyph + 1; in bdf_cmap_char_next()
179 charcode = encodings[min].enc; in bdf_cmap_char_next()
[all …]
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdfdrivr.c57 BDF_encoding_el* encodings; member
72 cmap->encodings = face->en_table; in bdf_cmap_init()
84 cmap->encodings = NULL; in bdf_cmap_done()
94 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_index() local
111 code = encodings[mid].enc; in bdf_cmap_char_index()
117 result = encodings[mid].glyph + 1; in bdf_cmap_char_index()
139 BDF_encoding_el* encodings = cmap->encodings; in bdf_cmap_char_next() local
157 code = encodings[mid].enc; in bdf_cmap_char_next()
163 result = encodings[mid].glyph + 1; in bdf_cmap_char_next()
179 charcode = encodings[min].enc; in bdf_cmap_char_next()
[all …]
/third_party/node/lib/
Dstring_decoder.js41 encodings
65 for (let i = 0; i < encodings.length; ++i)
66 encodingsMap[encodings[i]] = i;
/third_party/typescript/tests/baselines/reference/
DduplicateLocalVariable1.js105 app.encodings[0] === "ascii" &&
106 app.encodings[1] === "utf8nobom");
116 app.encodings[0] === "utf16be" &&
117 app.encodings[1] === "ascii" &&
118 app.encodings.length === 2);
448 app.encodings[0] === "ascii" &&
449 app.encodings[1] === "utf8nobom");
458 app.encodings[0] === "utf16be" &&
459 app.encodings[1] === "ascii" &&
460 app.encodings.length === 2);
/third_party/icu/docs/userguide/conversion/
Dindex.md37 Hundreds of encodings have been developed over the years, each for small groups
40 different types of character sets and their encodings. Programs have been
42 or to convert between external and internal encodings.
45 encodings and their names. However,
66 2. Support for all major encodings
81 9. Allows a user to add support for unsupported encodings
83 This section deals with the processes of converting encodings to and from
88 1. **Use Unicode encodings whenever possible.** Together with Unicode for
100 3. In special environments, other Unicode encodings may be used as well,
/third_party/python/Tools/unicode/
Dlistcodecs.py9 import os, codecs, encodings
36 names = listcodecs(encodings.__path__[0])

12345678910>>...22