/third_party/glib/glib/ |
D | gconvert.c | 1185 static const gchar *charsets[] = { in g_get_filename_charsets() local 1193 *filename_charsets = charsets; in g_get_filename_charsets() 1200 result = g_get_charset (&(charsets[0])); in g_get_filename_charsets() 1203 *filename_charsets = charsets; in g_get_filename_charsets() 1214 const gchar **charsets; in get_filename_charset() local 1217 is_utf8 = g_get_filename_charsets (&charsets); in get_filename_charset() 1220 *filename_charset = charsets[0]; in get_filename_charset() 1926 const gchar **charsets; in g_filename_display_name() local 1930 is_utf8 = g_get_filename_charsets (&charsets); in g_filename_display_name() 1943 for (i = is_utf8 ? 1 : 0; charsets[i]; i++) in g_filename_display_name() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ccaption_dec.c | 224 uint8_t charsets[SCREEN_ROWS+1][SCREEN_COLUMNS+1]; member 332 char *charset = screen->charsets[ctx->cursor_row]; in write_char() 438 memcpy(screen->charsets[i_row], screen->charsets[i_row+1], SCREEN_COLUMNS); in roll_up() 461 const char *charset = screen->charsets[i]; in capture_screen() 477 const char *charset = screen->charsets[i]; in capture_screen()
|
/third_party/icu/tools/release/c/os-mapping/ |
D | readme.txt | 9 These tests allow you to see how timezones, locales, charsets and other similar stuff are mapped fr…
|
/third_party/icu/docs/userguide/strings/ |
D | utf-8.md | 57 could be one of many charsets, and the charset can be different for different 110 other charsets uses a dedicated, optimized code path, avoiding the pivot through 111 UTF-16. (Conversion *from* other charsets *to UTF-8* could be optimized as well,
|
D | index.md | 664 external charsets on the non-"Unicode" side, the UTF-32 string will be
|
/third_party/node/deps/npm/node_modules/mime-types/ |
D | index.js | 32 exports.charsets = { lookup: charset }
|
D | HISTORY.md | 238 - Update charsets
|
/third_party/icu/icu4c/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 35 # See the ietf-charsets list email "Re: GSM 03.38 substitution character?" 36 # at http://mail.apps.ietf.org/ietf/charsets/msg01696.html
|
/third_party/skia/third_party/externals/icu/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 35 # See the ietf-charsets list email "Re: GSM 03.38 substitution character?" 36 # at http://mail.apps.ietf.org/ietf/charsets/msg01696.html
|
/third_party/flutter/skia/third_party/externals/icu/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 35 # See the ietf-charsets list email "Re: GSM 03.38 substitution character?" 36 # at http://mail.apps.ietf.org/ietf/charsets/msg01696.html
|
/third_party/icu/icu4j/main/shared/data/ |
D | security.policy | 21 // for charsets
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetProviderICU.java | 295 public final Iterator<Charset> charsets() { in charsets() method in CharsetProviderICU
|
/third_party/python/Lib/test/test_email/ |
D | test_email.py | 144 charsets = msg.get_charsets() 145 eq(charsets, [None, 'us-ascii', 'iso-8859-1', 'iso-8859-2', 'koi8-r']) 148 charsets = msg.get_charsets('dingbat') 149 eq(charsets, ['dingbat', 'us-ascii', 'iso-8859-1', 'dingbat', 153 charsets = msg.get_charsets() 154 eq(charsets, [None, 'us-ascii', 'iso-8859-1', None, 'iso-8859-2', 3323 charsets = msg.get_charsets() 3324 eq(len(charsets), 1) 3325 eq(charsets[0], 'utf-8') 3326 charset = Charset(charsets[0]) [all …]
|
/third_party/icu/docs/userguide/conversion/ |
D | detection.md | 108 will return `null`. Note that language detection does not work with all charsets, 231 > to a variable that will be set to the number of charsets identified that are consistent with the …
|
D | index.md | 107 2. **Use legacy charsets only when absolutely necessary**. For best data
|
D | converters.md | 612 Most charsets do not have most or any of these characters. 686 multibyte charsets, and for stateful ones such as iso-2022-jp.
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 1629 Object[] charsets = CharsetProviderICU.getAvailableNames(); in TestAvailableCharsets() local 1631 if(mapSize < charsets.length){ in TestAvailableCharsets() 1632 …vailableCharsets() returned a number less than the number returned by icu. ICU: " + charsets.length in TestAvailableCharsets() 1651 Object[] charsets = CharsetProviderICU.getAvailableNames(); in TestICUAvailableCharsets() local 1652 for(int i=0;i<charsets.length;i++){ in TestICUAvailableCharsets() 1653 Charset cs = icu.charsetForName((String)charsets[i]); in TestICUAvailableCharsets() 1660 errln("Could not instantiate encoder for "+charsets[i]+". Error: "+ex.toString()); in TestICUAvailableCharsets() 1668 errln("Could not instantiate decoder for "+charsets[i]+". Error: "+ex.toString()); in TestICUAvailableCharsets() 5723 String[] charsets = { in TestBytesLengthForString() local 5743 for (int i = 0; i < charsets.length; i++) { in TestBytesLengthForString() [all …]
|
/third_party/ffmpeg/doc/ |
D | outdevs.texi | 131 The accepted values are listed with @code{-list_dither charsets}. 143 @code{charsets}, @code{colors}.
|
/third_party/icu/docs/userguide/transforms/ |
D | bidi.md | 115 as it is best to never convert to non-Unicode charsets, data should not be
|
/third_party/glib/gio/ |
D | glocalfile.c | 290 const gchar **charsets; in get_filename_charset() local 293 is_utf8 = g_get_filename_charsets (&charsets); in get_filename_charset() 296 *filename_charset = charsets[0]; in get_filename_charset()
|
/third_party/gettext/gettext-tools/doc/ |
D | msgcat.texi | 24 because @code{msgcat} would choke on the undefined charsets in the specified
|
/third_party/icu/docs/userguide/ |
D | icu4j-readme.md | 33 …ithub.io/icu/userguide/conversion/detection) – Recognition of various single and multibyte charsets 51 …ttps://unicode-org.github.io/icu/userguide/conversion) – Conversion to and from different charsets. 352 …jar** and **icu4j-charset.jar** using the `jar` target. You can use the charsets by placing these …
|
D | unicode.md | 232 serializations. In addition to simple byte serialization, the charsets with 492 of the other Unicode charsets are defined to include any signature/BOM
|
/third_party/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 28 "Charset names starting with '+' are for charsets currently not supported in ICU4J.\n" 1873 // Unicode charsets that do not map surrogate code points 1917 // Unicode charsets that do map surrogate code points
|
/third_party/icu/docs/userguide/locale/ |
D | localizing.md | 332 Java application. genrb auto-detects .txt files encoded in Unicode charsets like
|