HomeSort by: relevance | last modified time | path
    Searched defs:encoding (Results 1 - 25 of 200) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb/dist/gnulib/import/
lc-charset-dispatch.c 1 /* Dispatching based on the current locale's character encoding.
44 const char *encoding = locale_charset (); local
45 if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0))
47 if (STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0))
49 if (STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0)
50 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0)
51 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0))
53 if (STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0))
55 if (STREQ_OPT (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0))
57 if (STREQ_OPT (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0)
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
lc-charset-dispatch.c 1 /* Dispatching based on the current locale's character encoding.
44 const char *encoding = locale_charset (); local
45 if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0))
47 if (STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0))
49 if (STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0)
50 || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0)
51 || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0))
53 if (STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0))
55 if (STREQ_OPT (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0))
57 if (STREQ_OPT (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0)
    [all...]
  /src/usr.bin/mkesdb/
yacc.y 62 static char *name, *encoding, *variable;
90 | property encoding R_LN
100 encoding : R_ENCODING L_STRING label
102 set_prop_string("ENCODING", &encoding, &$2);
151 if (!encoding) {
152 fprintf(stderr, "ENCODING is mandatory.\n");
167 /* store encoding */
169 encoding));
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++26/
text_encoding.cc 88 std::locale::encoding() const function in class:std::locale
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
libctf-errors.c 16 ctf_encoding_t encoding = {0}; local
41 if ((itype = ctf_add_integer (fp, CTF_ADD_ROOT, "int", &encoding)) == CTF_ERR)
pptrtab.c 11 ctf_encoding_t encoding = { CTF_INT_SIGNED, 0, sizeof (int) }; local
29 if ((base = ctf_add_integer (pfp, CTF_ADD_ROOT, "int", &encoding)) == CTF_ERR)
ctf-nonroot-linking.c 20 ctf_encoding_t encoding = { CTF_INT_SIGNED, 0, sizeof (char) }; local
35 if ((ctf_add_integer (in1, CTF_ADD_NONROOT, "foo", &encoding)) == CTF_ERR)
ctf-compressed.c 20 ctf_encoding_t encoding = { CTF_INT_SIGNED, 0, sizeof (char) }; local
49 if ((ctf_add_integer (in1, CTF_ADD_ROOT, "foo", &encoding)) == CTF_ERR)
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/
libctf-errors.c 16 ctf_encoding_t encoding = {0}; local
41 if ((itype = ctf_add_integer (fp, CTF_ADD_ROOT, "int", &encoding)) == CTF_ERR)
pptrtab.c 11 ctf_encoding_t encoding = { CTF_INT_SIGNED, 0, sizeof (int) }; local
29 if ((base = ctf_add_integer (pfp, CTF_ADD_ROOT, "int", &encoding)) == CTF_ERR)
ctf-nonroot-linking.c 20 ctf_encoding_t encoding = { CTF_INT_SIGNED, 0, sizeof (char) }; local
45 if ((ctf_add_integer (in1, CTF_ADD_NONROOT, "foo", &encoding)) == CTF_ERR)
ctf-compressed.c 20 ctf_encoding_t encoding = { CTF_INT_SIGNED, 0, sizeof (char) }; local
49 if ((ctf_add_integer (in1, CTF_ADD_ROOT, "foo", &encoding)) == CTF_ERR)
  /src/external/apache2/llvm/dist/llvm/utils/
extract_vplan.py 36 encoding='utf-8', variable
  /src/external/gpl2/groff/dist/src/include/
DviChar.h 10 * The encoding names are taken from X -
26 const char *encoding; member in struct:_dviCharNameMap
  /src/external/gpl3/gcc/dist/contrib/
git-fix-changelog.py 57 r = subprocess.run(f'{verify_script} HEAD', shell=True, encoding='utf8',
63 encoding='utf8').strip() variable
83 with tempfile.NamedTemporaryFile('w', encoding='utf8',
88 shell=True, encoding='utf8')
  /src/external/gpl3/gcc.old/dist/contrib/
git-fix-changelog.py 57 r = subprocess.run(f'{verify_script} HEAD', shell=True, encoding='utf8',
63 encoding='utf8').strip() variable
83 with tempfile.NamedTemporaryFile('w', encoding='utf8',
88 shell=True, encoding='utf8')
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_extracted.c 107 const char *encoding; local
193 if ((encoding = nvtable_find(state->attr, MAIL_ATTR_ENCODING)) != 0)
195 MAIL_ATTR_ENCODING, encoding);
cleanup_bounce.c 107 const char *encoding; local
222 if ((encoding = nvtable_find(state->attr, MAIL_ATTR_ENCODING)) == 0)
223 encoding = MAIL_ATTR_ENC_NONE;
234 encoding, state->sendopts, state->sender,
240 encoding, state->sendopts, state->sender,
  /src/usr.bin/audio/common/
sun.c 59 int encoding; member in struct:__anon8216
92 *encp = file2sw_encodings[i].encoding;
99 audio_encoding_to_sun(int encoding, int precision, int *sunep)
104 if (file2sw_encodings[i].encoding == encoding &&
117 int sunenc, oencoding = ti->encoding;
119 /* only perform conversions if we don't specify the encoding */
120 switch (ti->encoding) {
127 ti->encoding = AUDIO_ENCODING_SLINEAR_BE;
135 ti->encoding = AUDIO_ENCODING_SLINEAR_BE
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
vec-perm-indices.h 63 /* Return the underlying vector encoding. */
64 const vec_perm_builder &encoding () const { return m_encoding; } function in class:vec_perm_indices
  /src/external/gpl3/gcc.old/dist/gcc/
vec-perm-indices.h 63 /* Return the underlying vector encoding. */
64 const vec_perm_builder &encoding () const { return m_encoding; } function in class:vec_perm_indices
  /src/external/mit/expat/dist/tests/
common.h 128 const XML_Char *encoding; member in struct:ExtTest
  /src/sys/dev/audio/
audiofil.h 69 u_int encoding; /* AUDIO_ENCODING_* */ member in struct:__anon2514
  /src/external/apache2/llvm/dist/clang/lib/Format/
Encoding.h 1 //===--- Encoding.h - Format C++ code ---------------------------*- C++ -*-===//
10 /// Contains functions for text encoding manipulation. Supports UTF-8,
25 namespace encoding { namespace in namespace:clang::format
27 enum Encoding {
32 /// Detects encoding of the Text. If the Text can be decoded using UTF-8,
33 /// it is considered UTF8, otherwise we treat it as some 8-bit encoding.
34 inline Encoding detectEncoding(StringRef Text) {
44 /// \p Encoding.
45 inline unsigned columnWidth(StringRef Text, Encoding Encoding) {
    [all...]
  /src/sys/sys/
device_calls.h 142 * ==> encoding The native encoding of numbers in the backing store,
184 * ==> If the backing store's number encoding differs from the native number
185 * encoding, then the backing store shall convert the number to the native
186 * encoding.
226 int encoding; /* OUT */ member in struct:device_get_property_args

Completed in 30 milliseconds

1 2 3 4 5 6 7 8