Searched refs:UTF8 (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/nodes/
H A Dstream.rb15 UTF8 = Psych::Parser::UTF8
28 # defaults to Psych::Nodes::Stream::UTF8.
31 def initialize encoding = UTF8
/macosx-10.10.1/screen-22/screen/
H A Dansi.h136 #ifdef UTF8
137 #undef UTF8 macro
138 #define UTF8 8 macro
141 #ifdef UTF8
150 # ifdef UTF8
151 # define dw_left(ml, x, enc) ((enc == UTF8) ? \
155 # define dw_right(ml, x, enc) ((enc == UTF8) ? \
166 # endif /* UTF8 */
H A Dencoding.c39 # ifdef UTF8
86 #ifdef UTF8
462 if (encoding == UTF8)
482 if (encoding == UTF8)
505 if (from == to || (from != UTF8 && to != UTF8))
508 if (rmc.font == 0 && from != UTF8)
539 if (from == to || (from != UTF8 && to != UTF8) || w == 0)
589 if (from != UTF8
[all...]
H A Dconfig.h82 * Only needed if FONT, ENCODINGS and UTF8 are defined.
153 * define UTF8 if you want support for UTF-8 encoding.
178 # define UTF8 macro
H A Dcomm.c162 #ifdef UTF8
304 #ifdef UTF8
H A Dansi.c330 #ifdef UTF8
331 curr->w_encoding != UTF8 &&
370 #ifdef UTF8
371 if (curr->w_encoding == UTF8)
617 # ifdef UTF8
618 || curr->w_encoding == UTF8
666 # ifdef UTF8
667 if (curr->w_encoding == UTF8)
677 mcp = recode_mchar(&mc, 0, UTF8);
684 if (curr->w_encoding == UTF8
[all...]
H A Dconfig.h.in81 * Only needed if FONT, ENCODINGS and UTF8 are defined.
152 * define UTF8 if you want support for UTF-8 encoding.
177 # define UTF8
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dstreaming.rb12 def start encoding = Nodes::Stream::UTF8
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_emitter.rb34 @emitter.start_stream Psych::Nodes::Stream::UTF8
49 @emitter.start_stream Psych::Nodes::Stream::UTF8
65 @emitter.start_stream Psych::Nodes::Stream::UTF8
82 @emitter.start_stream Psych::Nodes::Stream::UTF8
H A Dtest_encoding.rb108 @emitter.start_stream Psych::Parser::UTF8
136 @emitter.start_stream Psych::Parser::UTF8
155 @emitter.start_stream Psych::Parser::UTF8
172 @emitter.start_stream Psych::Parser::UTF8
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunisetspan.h41 UTF8 = 4, enumerator in enum:UnicodeSetStringSpan::__anon874
49 FWD_UTF8_CONTAINED = FWD | UTF8 | CONTAINED,
50 FWD_UTF8_NOT_CONTAINED = FWD | UTF8 | NOT_CONTAINED,
53 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED,
54 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
/macosx-10.10.1/ruby-106/ruby/test/nkf/
H A Dtest_kconv.rb53 assert_equal(::Kconv::UTF8, Kconv.guess(@utf8_str))
58 assert_equal(@utf8_str, @euc_str.kconv(::NKF::UTF8))
59 assert_equal(@utf8_str, @sjis_str.kconv(::NKF::UTF8))
60 assert_equal(@utf8_str, @utf8_str.kconv(::NKF::UTF8))
61 assert_equal(@utf8_str, @jis_str.kconv(::NKF::UTF8))
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A DPString.h34 Byte utf8Bytes[] = Encoding::Convert(Encoding::Unicode, Encoding::UTF8, unicodeBytes);
/macosx-10.10.1/ruby-106/ruby/ext/nkf/lib/
H A Dkconv.rb39 UTF8 = NKF::UTF8
101 kconv(str, UTF8)
193 str.dup.force_encoding(UTF8).valid_encoding?
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DItem.java50 * {@link ClassWriter#DOUBLE}, {@link ClassWriter#UTF8},
198 case ClassWriter.UTF8:
234 case ClassWriter.UTF8:
/macosx-10.10.1/pcre-7/pcre/
H A Dpcrecpp_unittest.cc537 TestQuoteMeta("Pl\xc3\xa1\x63ido Domingo", pcrecpp::UTF8());
538 TestQuoteMeta("xyz", pcrecpp::UTF8()); // No fancy utf8
539 TestQuoteMeta("\xc2\xb0", pcrecpp::UTF8()); // 2-byte utf8 (degree symbol)
540 TestQuoteMeta("27\xc2\xb0 degrees", pcrecpp::UTF8()); // As a middle character
541 TestQuoteMeta("\xe2\x80\xb3", pcrecpp::UTF8()); // 3-byte utf8 (double prime)
542 TestQuoteMeta("\xf0\x9d\x85\x9f", pcrecpp::UTF8()); // 4-byte utf8 (music note)
546 pcrecpp::UTF8());
1200 RE re_test2("...", pcrecpp::UTF8());
1209 RE re_test4("(.)", pcrecpp::UTF8());
1216 RE re_test6(utf8_string, pcrecpp::UTF8());
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/json/parser/
H A Dparser.h22 typedef unsigned char UTF8; /* typically 8 bits */ typedef
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs84 Update(Encoding.UTF8.GetBytes(data));
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSStringRef.cpp32 #include <wtf/unicode/UTF8.h>
91 // Any UTF8 character > 3 bytes encodes as a UTF16 surrogate pair.
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIString.h36 #include <wtf/unicode/UTF8.h>
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/SimpleChat.VB/
H A DSimpleChat.vb114 Dim bytes As Byte() = Encoding.UTF8.GetBytes(message)
139 Dim msg As String = Encoding.UTF8.GetString(m_buffer, 0, bytesReceived)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dunicodeout.rb38 ���UTF8���������������������������������������\
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Dconverter.rb91 if NKF.const_defined?(:UTF8)
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dstreamio.h151 #define UTF8 4 macro
/macosx-10.10.1/ruby-106/ruby/ext/json/generator/
H A Dgenerator.h32 typedef unsigned char UTF8; /* typically 8 bits */ typedef
50 static unsigned char isLegalUTF8(const UTF8 *source, unsigned long length);

Completed in 387 milliseconds

123