Searched refs:UTF16 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunisetspan.h40 UTF16 = 8, enumerator in enum:UnicodeSetStringSpan::__anon874
47 FWD_UTF16_CONTAINED = FWD | UTF16 | CONTAINED,
48 FWD_UTF16_NOT_CONTAINED = FWD | UTF16 | NOT_CONTAINED,
51 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
52 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED,
H A Dunisetspan.cpp239 if((which&UTF16) && length16>maxLength16) {
314 if(which&UTF16) {
/macosx-10.10.1/ruby-106/ruby/ext/nkf/lib/
H A Dkconv.rb41 UTF16 = NKF::UTF16
110 kconv(str, UTF16)
/macosx-10.10.1/ruby-106/ruby/ext/json/parser/
H A Dparser.h21 typedef unsigned short UTF16; /* at least 16 bits */ typedef
/macosx-10.10.1/ruby-106/ruby/ext/json/generator/
H A Dgenerator.h31 typedef unsigned short UTF16; /* at least 16 bits */ typedef
51 static void unicode_escape(char *buf, UTF16 character);
52 static void unicode_escape_to_buffer(FBuffer *buffer, char buf[6], UTF16 character);
H A Dgenerator.c105 /* Escapes the UTF16 character and stores the result in the buffer buf. */
106 static void unicode_escape(char *buf, UTF16 character)
116 /* Escapes the UTF16 character and stores the result in the buffer buf, then
118 static void unicode_escape_to_buffer(FBuffer *buffer, char buf[6], UTF16
199 unicode_escape_to_buffer(buffer, buf, (UTF16) ch);
215 unicode_escape_to_buffer(buffer, buf, (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START));
216 unicode_escape_to_buffer(buffer, buf, (UTF16)((ch & halfMask) + UNI_SUR_LOW_START));
260 unicode_escape(buf, (UTF16) *p);
378 * returns a JSON string encoded with UTF16 big endian characters as
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dstreamio.h160 #define UTF16 11 macro
H A Dstreamio.c198 if ( in->encoding != UTF16 && in->encoding != UTF16BE )
206 if (in->encoding != UTF16 && in->encoding != UTF16LE)
403 in->encoding == UTF16 ||
662 out->encoding == UTF16 )
701 else if (out->encoding == UTF16BE || out->encoding == UTF16)
1214 if ((in->encoding == UTF16) || (in->encoding == UTF16BE)) /* UTF-16 is big-endian by default */
1300 || out->encoding == UTF16
1328 { UTF16, "utf-16", "utf16" },
H A Dconfig.c194 WIN1252, IBM858, UTF16LE, UTF16BE, UTF16, BIG5, SHIFTJIS
915 case UTF16:
982 cfg(doc, TidyOutCharEncoding) != UTF16 &&
998 if ( enc == UTF16LE || enc == UTF16BE || enc == UTF16 )
H A Dpprint.c818 case UTF16:
906 if ( outenc == UTF16 || outenc == UTF16LE || outenc == UTF16BE )
/macosx-10.10.1/ruby-106/ruby/ext/nkf/
H A Dnkf.c498 rb_define_const(mNKF, "UTF16", rb_enc_from_encoding(rb_nkf_enc_get("UTF-16BE")));
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtclDomProInt.h60 UTF16 = 1, enumerator in enum:__anon12765
H A DtdpExpat.c3530 documentPtr->encoding = UTF16;
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt88 middle. Before looking up a UTF16 character in the table, we first add 0x0500 to

Completed in 307 milliseconds