Searched refs:UTF8 (Results 26 - 50 of 64) sorted by relevance

123

/macosx-10.10.1/screen-22/screen/
H A Dlayer.c76 #ifdef UTF8
77 # define RECODE_MCHAR(mc) ((l->l_encoding == UTF8) != (D_encoding == UTF8) ? recode_mchar(mc, l->l_encoding, D_encoding) : (mc))
78 # define RECODE_MLINE(ml) ((l->l_encoding == UTF8) != (D_encoding == UTF8) ? recode_mline(ml, l->l_width, l->l_encoding, D_encoding) : (ml))
373 #ifdef UTF8
374 if (D_encoding == UTF8 && l->l_encoding != UTF8 && (r->font || l->l_encoding))
H A Dmark.c280 # ifdef UTF8
281 if (fore->w_encoding == UTF8)
1246 #ifdef UTF8
1247 if (fore->w_encoding && fore->w_encoding != UTF8 && D_encoding == UTF8 && ContainsSpecialDeffont(ml, xs, xe, fore->w_encoding))
H A Ddisplay.c880 # ifdef UTF8
881 if (D_encoding == UTF8)
942 #ifdef UTF8
1184 #ifdef UTF8
1185 if (D_encoding == UTF8)
2837 # ifdef UTF8
2838 if (D_encoding == UTF8)
2899 # ifdef UTF8
2900 if (D_encoding == UTF8)
2985 # ifdef UTF8
[all...]
H A Dprocess.c103 #ifdef UTF8
3376 #ifdef UTF8
3439 #ifdef UTF8
3441 n = nwin_default.encoding == UTF8;
3444 nwin_default.encoding = n ? UTF8 : 0;
3455 n = fore->w_encoding != UTF8;
3467 WinSwitchEncoding(fore, n ? UTF8 : 0);
3472 D_encoding = n ? UTF8 : 0;
4947 # ifdef UTF8
4948 if (wp->w_encoding != UTF8)
[all...]
H A Dscreen.c228 #ifdef UTF8
475 #ifdef UTF8
720 #ifdef UTF8
722 nwin_options.encoding = nwin_options.encoding == -1 ? UTF8 : 0;
764 # ifdef UTF8
768 nwin_options.encoding = UTF8;
H A Dextern.h465 # ifdef UTF8
479 # endif /* UTF8 */
H A Dhelp.c80 #ifdef UTF8
H A Dresize.c1025 # ifdef UTF8
1026 if (p->w_encoding == UTF8)
H A Dwindow.c416 # ifdef UTF8
417 if (fore->w_encoding && fore->w_encoding != UTF8 && D_encoding == UTF8 && ContainsSpecialDeffont(fore->w_mlines + y, x1, x2, fore->w_encoding))
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dstreamio.c226 if (in->encoding != UTF8)
227 TY_(ReportEncodingWarning)(in->doc, ENCODING_MISMATCH, UTF8);
229 return UTF8;
388 || in->encoding == UTF8
604 else if (out->encoding == UTF8)
1224 if ( in->encoding == UTF8 )
1296 if ( out->encoding == UTF8
1321 { UTF8, "utf-8", "utf8" },
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunisetspan.cpp242 if((which&UTF8) && (thisRelevant || (which&CONTAINED))) {
272 if(which&UTF8) {
296 if(which&UTF8) {
327 if(which&UTF8) {
364 if(which&UTF8) {
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassWriter.java186 final static int UTF8 = 1; field in class:ClassWriter
871 * Adds an UTF8 string to the constant pool of the class being build. Does
877 * @return the index of a new or already existing UTF8 item.
880 key.set(UTF8, value, null, null);
883 pool.putByte(UTF8).putUTF8(value);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ubrkperf/
H A Dubrkperfold.cpp488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon1229
522 fEncoding = UTF8; }
566 case UTF8:
/macosx-10.10.1/ruby-106/ruby/test/ruby/enc/
H A Dtest_emoji.rb18 "UTF8-DoCoMo" => utf8_docomo("\u{E63E}"),
19 "UTF8-KDDI" => utf8_kddi("\u{E488}"),
20 "UTF8-SoftBank" => utf8_softbank("\u{E04A}"),
43 %w(UTF8-DoCoMo
125 %w(UTF8-KDDI
251 %w(UTF8-SoftBank
379 str.force_encoding("UTF8-DoCoMo")
383 str.encode("UTF8-DoCoMo")
387 str.force_encoding("UTF8-KDDI")
391 str.encode("UTF8
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/json/generator/
H A Dgenerator.c62 * Magic values subtracted from a buffer value during UTF8 conversion.
79 static unsigned char isLegalUTF8(const UTF8 *source, unsigned long length)
81 UTF8 a;
82 const UTF8 *srcptr = source+length;
129 const UTF8 *source = (UTF8 *) RSTRING_PTR(string);
130 const UTF8 *sourceEnd = source + RSTRING_LEN(string);
223 * characters (should be UTF8) are just passed through and appended to the
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/SimpleChat.NET/
H A DSimpleChat.cs284 String msg = Encoding.UTF8.GetString(m_buffer, 0, read);
505 Byte[] bytes = Encoding.UTF8.GetBytes(message);
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.cpp38 #include <wtf/unicode/UTF8.h>
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl314 if ($start_of_cert && /^CKA_LABEL UTF8 \"(.*)\"/) {
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Daliases.h341 char stringpool_str448[sizeof("UTF8")];
407 char stringpool_str608[sizeof("UTF8-MAC")];
688 "UTF8",
754 "UTF8-MAC",
/macosx-10.10.1/ruby-106/ruby/ext/nkf/
H A Dnkf.c440 * [UTF8-MAC] NKDed UTF-8, a.k.a. UTF8-NFD (input only)
497 rb_define_const(mNKF, "UTF8", rb_enc_from_encoding(rb_utf8_encoding()));
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm27 our $UTF8 = 0;
44 $UTF8 = $flag if defined $flag;
46 return $UTF8;
579 utf8 => $UTF8,
/macosx-10.10.1/pcre-7/pcre/
H A Dpcrecpp.h147 // The UTF8 flag, passed to the constructor, causes both pattern
151 // may depend on the UTF8 flag, so always use it when matching
152 // UTF8 text. E.g., "." will match one byte normally but with UTF8
161 // Example: using the convenience function UTF8():
162 // pcrecpp::RE re(utf8_pattern, pcrecpp::UTF8());
165 // NOTE: The UTF8 option is ignored if pcre was not configured with the
186 // PCRE_UTF8 handles UTF8 chars built-in
240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED()
465 static inline RE_Options UTF8() { function in namespace:pcrecpp
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/collationperf/
H A Dcollperf.cpp1225 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon1220
1251 fEncoding = UTF8; }
1295 case UTF8:
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtclDomProInt.h59 UTF8 = 0, enumerator in enum:__anon12765
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DAtomicString.cpp33 #include <wtf/unicode/UTF8.h>

Completed in 200 milliseconds

123