Searched refs:UTF16LE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/nodes/
H A Dstream.rb18 UTF16LE = Psych::Parser::UTF16LE
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dstreamio.h158 #define UTF16LE 9 macro
H A Dstreamio.c206 if (in->encoding != UTF16 && in->encoding != UTF16LE)
207 TY_(ReportEncodingWarning)(in->doc, ENCODING_MISMATCH, UTF16LE);
209 return UTF16LE; /* return decoded BOM */
402 if ( in->encoding == UTF16LE ||
660 else if ( out->encoding == UTF16LE ||
695 if (out->encoding == UTF16LE)
1205 if ( in->encoding == UTF16LE )
1298 || out->encoding == UTF16LE
1326 { UTF16LE, "utf-16", "utf16le" },
H A Dconfig.c194 WIN1252, IBM858, UTF16LE, UTF16BE, UTF16, BIG5, SHIFTJIS
913 case UTF16LE:
984 cfg(doc, TidyOutCharEncoding) != UTF16LE &&
998 if ( enc == UTF16LE || enc == UTF16BE || enc == UTF16 )
H A Dpprint.c819 case UTF16LE:
906 if ( outenc == UTF16 || outenc == UTF16LE || outenc == UTF16BE )
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/ubrkperf/
H A Dubrkperfold.cpp488 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon1419
518 fEncoding = UTF16LE; }
542 case UTF16LE:
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_parser.rb145 @parser.external_encoding = Psych::Parser::UTF16LE
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A Dcollperf.cpp1225 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator in enum:UCharFile::__anon1413
1247 fEncoding = UTF16LE; }
1271 case UTF16LE:

Completed in 118 milliseconds