HomeSort by: relevance | last modified time | path
    Searched refs:charsets (Results 1 - 14 of 14) 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/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/dist/gdb/testsuite/gdb.base/
charset.exp 117 # "0" otherwise. We can use `array names charsets' just to get a list
119 array set charsets {}
122 global charsets
123 return [array names charsets]
127 global charsets
128 return [expr {[info exists charsets($charset)] && $charsets($charset)}]
132 global charsets
133 return [info exists charsets($charset)]
142 set charsets($host_charset)
    [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/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
charset.exp 106 # "0" otherwise. We can use `array names charsets' just to get a list
108 array set charsets {}
111 global charsets
112 return [array names charsets]
116 global charsets
117 return [expr {[info exists charsets($charset)] && $charsets($charset)}]
121 global charsets
122 return [info exists charsets($charset)]
131 set charsets($host_charset)
    [all...]
  /src/external/mit/xorg/bin/xterm/
Makefile 8 SRCS= button.c charproc.c charsets.c cursor.c data.c doublechr.c \
60 CPUFLAGS.charsets.c+= -fno-jump-tables
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
parser.d 28 charsets = g.charsets;
180 CodepointSet[] charsets; // sets for char classes
246 immutable n = charsets.countUntil(set);
264 put(Bytecode(IR.CodepointSet, cast(uint) charsets.length));
267 charsets ~= set;
268 assert(charsets.length == matchers.length);
1161 set = zis.charsets[ir[i].data];
backtracking.d 375 if (atEnd || !re.charsets[re.ir[pc].data].scanFor(front))
829 const(CodepointInterval)[][] charsets;
844 foreach (ref set; re.charsets)
846 charsets ~= set.intervals;
1306 if (charsets.length)
1309 string funcCode = CodepointSet.toSourceCode(charsets[ir[0].data], name);
1319 if (atEnd || !re.charsets[$$].scanFor(front))
1325 if (charsets.length && charsets[ir[0].data].length <= 8)
generator.d 60 auto set = re.charsets[re.ir[pc].data];
kickstart.d 229 auto set = re.charsets[re.ir[t.pc].data];
ir.d 627 CodepointSet[] charsets; //
thompson.d 639 if (re.charsets[re.ir[t.pc].data].scanFor(front))
  /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/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 47 milliseconds