HomeSort by: relevance | last modified time | path
    Searched defs:charsets (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
gen_text_encoding_data.py 83 charsets = {} variable
89 if mib in charsets:
96 charsets[mib] = [name] + aliases
99 charsets.pop(33, None)
100 charsets.pop(34, None)
108 for mib in sorted(charsets.keys()):
109 names = charsets[mib]
  /src/external/bsd/less/dist/
charset.c 45 } charsets[] = { variable in typeref:struct:charset
301 * The valid charset names are listed in the "charsets" array.
321 for (p = charsets; p->name != NULL; p++)
  /src/external/gpl3/gdb/dist/gdb/
charset.c 513 /* Often, the host and target charsets will be the same. */
711 charsets.clear ();
716 for (char *c : charsets)
719 charsets.clear ();
722 std::vector<char *> charsets;
725 static charset_vector charsets;
732 charsets.charsets.push_back (xstrdup (GDB_DEFAULT_HOST_CHARSET));
733 charsets.charsets.push_back (NULL)
714 std::vector<char *> charsets; member in class:charset_vector::std
717 static charset_vector charsets; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
charset.c 514 /* Often, the host and target charsets will be the same. */
712 charsets.clear ();
717 for (char *c : charsets)
720 charsets.clear ();
723 std::vector<char *> charsets;
726 static charset_vector charsets;
733 charsets.charsets.push_back (xstrdup (GDB_DEFAULT_HOST_CHARSET));
734 charsets.charsets.push_back (NULL)
715 std::vector<char *> charsets; member in class:charset_vector::std
718 static charset_vector charsets; variable
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_string.c 1394 } charsets[] = { variable in typeref:struct:charset
1512 b = sizeof(charsets)/sizeof(charsets[0]);
1515 int r = strcmp(charsets[c].name, cs);
1521 return charsets[c].cp;

Completed in 66 milliseconds