Searched full:utf16be (Results 1 – 12 of 12) sorted by relevance
| /freebsd/share/i18n/esdb/UTF/ |
| H A D | UTF.alias | 23 16BE utf16be
|
| /freebsd/contrib/bearssl/src/x509/ |
| H A D | asn1.t0 | 445 : 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 D | ext_yaml_emitter_spec.yaml | 25 {type = "STREAM_START", encoding = "UTF16BE"},
|
| /freebsd/contrib/lyaml/ext/yaml/ |
| H A D | scanner.c | 91 MENTRY( UTF16BE ); in scan_STREAM_START()
|
| H A D | parser.c | 91 MENTRY( UTF16BE ); in parse_STREAM_START()
|
| H A D | emitter.c | 59 if MENTRY( UTF16BE ) else in emit_STREAM_START()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_string_conversion.c | 745 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 D | archive_write_set_format_iso9660.c | 693 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 D | archive_string.c | 1151 strcmp(cs, "UTF16BE") == 0) in canonical_charset_name() 3547 * strncat_to_utf16be() : MBS --> UTF16BE
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 5658 ** ^A function where the encoding difference is between UTF16le and UTF16be 6384 ** is interpreted as UTF16BE text.
|
| H A D | shell.c | 14713 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 D | sqlite3.c | 5977 ** ^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 },
|