Home
last modified time | relevance | path

Searched full:utf16be (Results 1 – 12 of 12) sorted by relevance

/freebsd/share/i18n/esdb/UTF/
H A DUTF.alias23 16BE utf16be
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0445 : read-UTF16BE ( lim -- lim val )
534 read-UTF16BE dup 0xFFFE = if
547 read-UTF16BE dup ifnot drop skip-close-elt 0 ret then
/freebsd/contrib/lyaml/spec/
H A Dext_yaml_emitter_spec.yaml25 {type = "STREAM_START", encoding = "UTF16BE"},
/freebsd/contrib/lyaml/ext/yaml/
H A Dscanner.c91 MENTRY( UTF16BE ); in scan_STREAM_START()
H A Dparser.c91 MENTRY( UTF16BE ); in parse_STREAM_START()
H A Demitter.c59 if MENTRY( UTF16BE ) else in emit_STREAM_START()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c745 archive_string_conversion_to_charset(a, "UTF16BE", 1))); in test_archive_string_canonicalization()
751 archive_string_conversion_to_charset(a, "utf16be", 1))); in test_archive_string_canonicalization()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c693 struct archive_string utf16be; member
1089 archive_string_init(&(iso9660->utf16be)); in archive_write_set_format_iso9660()
2161 archive_string_free(&(iso9660->utf16be)); in iso9660_free()
2253 if (archive_strncpy_l(&iso9660->utf16be, s, strlen(s), in set_str_utf16be()
2259 size = iso9660->utf16be.length; in set_str_utf16be()
2262 memcpy(p, iso9660->utf16be.s, size); in set_str_utf16be()
H A Darchive_string.c1151 strcmp(cs, "UTF16BE") == 0) in canonical_charset_name()
3547 * strncat_to_utf16be() : MBS --> UTF16BE
/freebsd/contrib/sqlite3/
H A Dsqlite3.h5658 ** ^A function where the encoding difference is between UTF16le and UTF16be
6384 ** is interpreted as UTF16BE text.
H A Dshell.c14713 else if( strcmp(enc,"utf16be")==0 ) ienc = SQLITE_UTF16BE; in registerUDFs()
27017 if( val==3 ) sqlite3_fputs(" (utf16be)", p->out); in shell_dbinfo_command()
H A Dsqlite3.c5977 ** ^A function where the encoding difference is between UTF16le and UTF16be
6703 ** is interpreted as UTF16BE text.
70592 ** 56 4 1=UTF-8 2=UTF16le 3=UTF16be
141016 static const char *azEnc[] = { 0, "utf8", "utf16le", "utf16be" };
141021 assert( strcmp(azEnc[SQLITE_UTF16BE],"utf16be")==0 );
142895 { "UTF16be", SQLITE_UTF16BE },