Searched refs:encodings (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmltok_ns.c22 static const ENCODING *NS(encodings)[] = {
36 return initScan(NS(encodings), (const INIT_ENCODING *)enc,
44 return initScan(NS(encodings), (const INIT_ENCODING *)enc,
80 return NS(encodings)[i];
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmltok_ns.c29 static const ENCODING * const NS(encodings)[] = {
43 return initScan(NS(encodings), (const INIT_ENCODING *)enc,
51 return initScan(NS(encodings), (const INIT_ENCODING *)enc,
87 return NS(encodings)[i];
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok_ns.c19 const ENCODING *NS(encodings)[] = {
33 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_PROLOG_STATE, ptr, end, nextTokPtr);
40 return initScan(NS(encodings), (const INIT_ENCODING *)enc, XML_CONTENT_STATE, ptr, end, nextTokPtr);
73 return NS(encodings)[i];
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmltok_ns.c29 static const ENCODING * const NS(encodings)[] = {
43 return initScan(NS(encodings), (const INIT_ENCODING *)enc,
51 return initScan(NS(encodings), (const INIT_ENCODING *)enc,
87 return NS(encodings)[i];
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_encoding.rb8 encodings = Encoding.list
9 assert_equal(encodings.empty?, false)
11 encodings.each do |e|
32 encodings = Encoding.list
33 encodings.each do |e|
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Ducnvseltst.c105 * ucnvsel_open() does not support "no encodings":
106 * Given 0 encodings it will open a selector for all available ones.
272 getResultsManually(const char** encodings, int32_t num_encodings, argument
290 test_converter = ucnv_open(encodings[i], &status);
300 encIndex = findIndex(encodings[i]);
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); local
402 uprv_free((void *)encodings);
412 * set of encodings, so there is no need to test every combination.
419 sel_rt = ucnvsel_open(encodings, num_encodings,
429 sel_fb = ucnvsel_open(encodings, num_encoding
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/data/mappings/
H A Ducmcore.mk3 # A list of UCM's to build for core MIME/Unix/Windows encodings
5 # Note: A number of encodings are handled with purely algorithmic converters,
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_en_gb.latin1.vim11 " Note: there is no "scriptencoding" command here, all encodings should be
/macosx-10.10.1/vim-55/runtime/tutor/
H A Dtutor.vim58 " The japanese tutor is available in two encodings, guess which one to use
68 " The korean tutor is available in two encodings, guess which one to use
75 " The Chinese tutor is available in two encodings, guess which one to use
86 " The Polish tutor is available in two encodings, guess which one to use.
93 " The Turkish tutor is available in two encodings, guess which one to use
100 " The Greek tutor is available in three encodings, guess what to use.
112 " The Slovak tutor is available in three encodings, guess which one to use
119 " The Czech tutor is available in three encodings, guess which one to use
126 " The Russian tutor is available in three encodings, guess which one to use.
135 " The Hungarian tutor is available in three encodings, gues
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnvsel.cpp12 // Purpose: To generate a list of encodings capable of handling
21 * The goal is, given a unicode string, find the encodings
24 * stores all encodings a codepoint can map to
52 char** encodings; // which encodings did user ask to use? member in struct:UConverterSelector
81 UConverter* test_converter = ucnv_open(result->encodings[i], status);
121 // handle excluded encodings! Simply set their values to all 1's in the upvec
174 newSelector->encodings =
176 if (!newSelector->encodings) {
180 newSelector->encodings[
549 char **encodings = local
[all...]
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dlithuanian-baltic.vim2 " Useful mainly with utf-8 but may work with other encodings
H A Drussian-dvorak.vim3 " Useful mainly with utf-8 but may work with other encodings
H A Drussian-jcuken.vim3 " Useful mainly with utf-8 but may work with other encodings
H A Drussian-jcukenwin.vim3 " Useful mainly with utf-8 but may work with other encodings
H A Drussian-yawerty.vim2 " Useful mainly with utf-8 but may work with other encodings
H A Dukrainian-jcuken.vim4 " Useful mainly with utf-8 but may work with other encodings
/macosx-10.10.1/screen-22/screen/
H A Dencoding.c62 struct encoding encodings[] = { variable in typeref:struct:encoding
464 if ((fp = encodings[encoding].fontlist) != 0)
468 if (encodings[encoding].deffont)
469 if ((x = recode_char(c, 0, encodings[encoding].deffont)) != -1)
484 if ((fp = encodings[encoding].fontlist) != 0)
488 if (encodings[encoding].deffont)
489 if ((x = recode_char_dw(c, c2p, 0, encodings[encoding].deffont)) != -1)
509 rmc.font = encodings[from].deffont;
541 if (ml->font == null && encodings[from].deffont == 0)
590 c |= encodings[fro
[all...]
/macosx-10.10.1/swig-12/Source/DOH/
H A Dfio.c19 static DOH *encodings = 0; /* Encoding hash */ variable
49 if (!encodings)
50 encodings = NewHash();
51 Setattr(encodings, (void *) name, NewVoid((void *) fn, 0));
68 if (!encodings || !(handle = Getattr(encodings, name))) {
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/encodings/
H A DGenCompactCodings8 # converting tables from Unicode to 8bit encodings (ISO-8859*,CP850...)
92 error "Only single byte encodings are supported"
323 set encodings {}
362 lappend encodings $encoding $encVar
369 foreach {encoding encVar} $encodings fallback $fallbacks {
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dbinstr_usage.rb9 To treat the difference of encodings between on Ruby and on Tk seamlessly, \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/serial/
H A Dpexpression.inc210 There are a lot more equivalent encodings around that just
/macosx-10.10.1/ruby-106/ruby/bin/
H A Derb109 -E ex[:in] set default external/internal encodings
/macosx-10.10.1/tcl-105/tcl84/tcl/library/http/
H A Dhttp.tcl63 variable encodings [string tolower [encoding names]]
805 variable encodings
819 # we have encodings for.
820 set idx [lsearch -exact $encodings \
823 fconfigure $s -encoding [lindex $encodings $idx]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXFont.c37 * The preferred font encodings.
294 Tcl_Encoding *encodings;
326 encodings = (Tcl_Encoding *) ckalloc(sizeof(Tcl_Encoding) * numFonts);
332 encodings[i] = GetFontEncoding(mapPtr->faceNum, 0, &isSymbol);
334 Tcl_ExternalToUtfDString(encodings[i], StrBody(nativeName), StrLength(nativeName), &ds);
345 * Reorder FontNameMap so fonts with the preferred encodings are at
347 * the same encoding is preserved. Fonts with unknown encodings get
358 if (encodings[j] == encoding) {
361 Tcl_FreeEncoding(encodings[j]);
371 Tcl_FreeEncoding(encodings[
293 Tcl_Encoding *encodings; local
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dmarshal.c141 st_table *encodings; member in struct:dump_arg
554 if (!arg->arg->encodings)
555 arg->arg->encodings = st_init_strcasetable();
556 else if (st_lookup(arg->arg->encodings, (st_data_t)rb_enc_name(enc), &name))
559 st_insert(arg->arg->encodings, (st_data_t)rb_enc_name(enc), name);
875 if (arg->encodings) {
876 st_free_table(arg->encodings);
877 arg->encodings = 0;
948 arg->encodings = 0;

Completed in 248 milliseconds

123