Home
last modified time | relevance | path

Searched defs:utf8 (Results 1 – 25 of 3670) sorted by relevance

12345678910>>...147

/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestParserAtom.cpp28 const mozilla::Utf8Unit utf8[] = {}; in BEGIN_TEST() local
80 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
95 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
111 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
127 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
143 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
158 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
187 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
195 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
204 const mozilla::Utf8Unit utf8[] = { in BEGIN_TEST() local
[all …]
/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Dutf8.c38 id3_length_t id3_utf8_length(id3_utf8_t const *utf8) in id3_utf8_length()
105 id3_length_t id3_utf8_size(id3_utf8_t const *utf8) in id3_utf8_size()
119 id3_ucs4_t *id3_utf8_ucs4duplicate(id3_utf8_t const *utf8) in id3_utf8_ucs4duplicate()
134 id3_length_t id3_utf8_decodechar(id3_utf8_t const *utf8, id3_ucs4_t *ucs4) in id3_utf8_decodechar()
212 id3_length_t id3_utf8_encodechar(id3_utf8_t *utf8, id3_ucs4_t ucs4) in id3_utf8_encodechar()
269 void id3_utf8_decode(id3_utf8_t const *utf8, id3_ucs4_t *ucs4) in id3_utf8_decode()
280 void id3_utf8_encode(id3_utf8_t *utf8, id3_ucs4_t const *ucs4) in id3_utf8_encode()
291 id3_length_t id3_utf8_put(id3_byte_t **ptr, id3_utf8_t utf8) in id3_utf8_put()
316 id3_utf8_t utf8[6], *out; in id3_utf8_serialize() local
343 id3_utf8_t *utf8ptr, *utf8; in id3_utf8_deserialize() local
/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgconvert.h44 struct utf8 struct
46 utf8() {} in utf8() argument
47 explicit utf8( const std::string & s_ ) : s(s_) {} in utf8() argument
59 static void convert( utf8 & utf_out , const std::string & in_ ) ; argument
/dports/converters/p5-JSON/JSON-2.97001/lib/JSON/backportPP/
H A DCompat5006.pm13 sub utf8::is_utf8 { subroutine
22 sub utf8::upgrade { subroutine
27 sub utf8::downgrade ($;$) { subroutine
50 sub utf8::encode ($) { # UTF8 flag off subroutine
61 sub utf8::decode ($) { # UTF8 flag on subroutine
H A DCompat5005.pm13 sub utf8::is_utf8 { subroutine
17 sub utf8::upgrade { subroutine
20 sub utf8::downgrade { subroutine
24 sub utf8::encode { subroutine
27 sub utf8::decode { subroutine
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/inc/bundle/JSON/PP/
H A DCompat5006.pm19 sub utf8::is_utf8 { subroutine
28 sub utf8::upgrade { subroutine
33 sub utf8::downgrade ($;$) { subroutine
56 sub utf8::encode ($) { # UTF8 flag off subroutine
67 sub utf8::decode ($) { # UTF8 flag on subroutine
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dtest-utf8.cc56 TEST(utf8, valid_empty) { in TEST() argument
60 TEST(utf8, valid_1_byte) { in TEST() argument
68 TEST(utf8, invalid_2_byte) { in TEST() argument
72 TEST(utf8, valid_2_bytes) { in TEST() argument
81 TEST(utf8, valid_3_bytes_e0) { in TEST() argument
92 TEST(utf8, valid_3_bytes) { in TEST() argument
109 TEST(utf8, valid_3_bytes_ed) { in TEST() argument
120 TEST(utf8, valid_4_bytes_f0) { in TEST() argument
134 TEST(utf8, valid_4_bytes) { in TEST() argument
149 TEST(utf8, valid_4_bytes_f4) { in TEST() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dtest-utf8.cc56 TEST(utf8, valid_empty) { in TEST() argument
60 TEST(utf8, valid_1_byte) { in TEST() argument
68 TEST(utf8, invalid_2_byte) { in TEST() argument
72 TEST(utf8, valid_2_bytes) { in TEST() argument
81 TEST(utf8, valid_3_bytes_e0) { in TEST() argument
92 TEST(utf8, valid_3_bytes) { in TEST() argument
109 TEST(utf8, valid_3_bytes_ed) { in TEST() argument
120 TEST(utf8, valid_4_bytes_f0) { in TEST() argument
134 TEST(utf8, valid_4_bytes) { in TEST() argument
149 TEST(utf8, valid_4_bytes_f4) { in TEST() argument
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/ww898/
H A Dcp_utf8.hpp43 struct utf8 final struct
45 static size_t const max_unicode_symbol_size = 4;
46 static size_t const max_supported_symbol_size = 6;
48 static uint32_t const max_supported_code_point = 0x7FFFFFFF;
50 using char_type = uint8_t;
53 static Result<size_t, const char *> char_size(PeekFn && peek_fn) in char_size()
84 static uint32_t read(ReadFn && read_fn) in read()
131 static void write(uint32_t const cp, WriteFn && write_fn) in write()
/dports/deskutils/plans/plans_8.2.1/JSON/
H A DPP56.pm11 sub utf8::is_utf8 { subroutine
20 sub utf8::upgrade { subroutine
25 sub utf8::downgrade (\$;$) { subroutine
48 sub utf8::encode (\$) { # UTF8 flag off subroutine
65 sub utf8::decode (\$) { # UTF8 flag on subroutine
H A DPP5005.pm17 sub utf8::is_utf8 { subroutine
21 sub utf8::upgrade { subroutine
24 sub utf8::downgrade { subroutine
28 sub utf8::encode { subroutine
31 sub utf8::decode { subroutine
/dports/japanese/ajaxzip2-core/ajaxzip2/work/lib/JSON/
H A DPP56.pm11 sub utf8::is_utf8 { subroutine
20 sub utf8::upgrade { subroutine
25 sub utf8::downgrade (\$;$) { subroutine
48 sub utf8::encode (\$) { # UTF8 flag off subroutine
65 sub utf8::decode (\$) { # UTF8 flag on subroutine
H A DPP5005.pm17 sub utf8::is_utf8 { subroutine
21 sub utf8::upgrade { subroutine
24 sub utf8::downgrade { subroutine
28 sub utf8::encode { subroutine
31 sub utf8::decode { subroutine
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Dos_files.h63 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) latin1 argument
66 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) utf8 argument
69 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) ucs2 argument
72 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) ucs4 argument
75 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) wchar argument
78 #define ___PATH_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) native argument
88 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) \ argument
95 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) ucs2 argument
97 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) native argument
102 #define ___PATH_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) utf8 argument
[all …]
H A Dos_shell.h40 #define ___ENVIRON_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) latin1 argument
44 #define ___ENVIRON_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) utf8 argument
47 #define ___ENVIRON_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) ucs2 argument
50 #define ___ENVIRON_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) ucs4 argument
53 #define ___ENVIRON_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) wchar argument
56 #define ___ENVIRON_ENCODING(latin1,utf8,ucs2,ucs4,wchar,native) native argument
67 #define ___ENVIRON_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) \ argument
74 #define ___ENVIRON_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) ucs2 argument
76 #define ___ENVIRON_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) native argument
82 #define ___ENVIRON_CE_SELECT(latin1,utf8,ucs2,ucs4,wchar,native) utf8 argument
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/base/
H A Dutf8.cpp44 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8()
87 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8()
92 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8()
99 static bool UTF8ToWideWithFlags(const char* utf8, const size_t size, std::wstring* utf16, in UTF8ToWideWithFlags()
132 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide()
147 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide()
152 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide()
162 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16) { in UTF8PathToWindowsLongPath()
182 namespace utf8 { namespace
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/
H A Dutf8.cpp44 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8()
87 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8()
92 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8()
99 static bool UTF8ToWideWithFlags(const char* utf8, const size_t size, std::wstring* utf16, in UTF8ToWideWithFlags()
132 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide()
147 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide()
152 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide()
162 bool UTF8PathToWindowsLongPath(const char* utf8, std::wstring* utf16) { in UTF8PathToWindowsLongPath()
182 namespace utf8 { namespace
/dports/devel/string_theory/string_theory-3.4/include/
H A Dst_stringstream.h225 ST::char_buffer utf8 = ST::wchar_to_utf8(text.c_str(), text.size()); variable
231 ST::char_buffer utf8 = ST::utf16_to_utf8(text.c_str(), text.size()); variable
237 ST::char_buffer utf8 = ST::utf32_to_utf8(text.c_str(), text.size()); variable
256 ST::char_buffer utf8 = ST::wchar_to_utf8(text.data(), text.size()); variable
262 ST::char_buffer utf8 = ST::utf16_to_utf8(text.data(), text.size()); variable
268 ST::char_buffer utf8 = ST::utf32_to_utf8(text.data(), text.size()); variable
/dports/games/scummvm/scummvm-2.5.1/test/common/
H A Dencoding.h21 const byte utf8[] = { in test_korean() local
62 const byte utf8[] = { in test_chinese() local
98 const byte utf8[] = { in test_japanese() local
142 unsigned char utf8[] = {0x24, 0xC2, 0xA2, 0xE2, 0x82, 0xAC, 0}; in test_conversion_unicode_machine_endian() local
196 unsigned char utf8[] = {0x24, 0xC2, 0xA2, 0xE2, 0x82, 0xAC, 0}; in test_conversion_unicode_big_endian() local
216 unsigned char utf8[] = {0x24, 0xC2, 0xA2, 0xE2, 0x82, 0xAC, 0}; in test_conversion_unicode_little_endian() local
234 …unsigned char utf8[] = {/* Z */0xD0, 0x97, /* d */ 0xD0, 0xB4, /* r */ 0xD1, 0x80, /* a */ 0xD0, 0… in test_cyrillic_transliteration() local
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/secure/
H A Dstring-tst.cpp59 const UTF8 utf8 [] = "a manifest string"; in TEST() local
68 const UTF8 utf8 [] = "Einige Bücher"; in TEST() local
86 std :: string utf8 ( "Einige Bücher" ); in TEST() local
99 std :: string utf8 ( "zippity\t\x07" "doo\ndah!" ); in TEST() local
111 const UTF8 utf8 [] = "a manifest string"; in TEST() local
123 const char utf8 [] = "Einige Bücher"; in TEST() local
157 const char utf8 [] = "Einige Bücher"; in TEST() local
207 std :: string utf8 = "¿dónde están las uvas?"; in TEST() local
228 std :: string utf8 = "¿dónde están las uvas?"; in TEST() local
277 std :: string utf8 = "¿dónde están las uvas?"; in TEST() local
[all …]
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlencodinghandler.cpp24 bool XmlEncodingHandler::hasDeclaration ( const std::string& utf8 ) in hasDeclaration()
38 const std::string& utf8 ) in get()
74 bool XmlEncodingHandler::setUtf8 ( std::string& utf8, bool ignoreCurrentEncoding ) in setUtf8()
101 XmlEncodingHandler::getEncodingValueLimits ( const std::string& utf8 ) in getEncodingValueLimits()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_unicode.erl59 utf8() -> function
64 utf8(N) -> function
75 utf8(N, MaxCodePointSize) -> function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/util/
H A DText.java90 public Text(Text utf8) { in Text() method in Text
99 public Text(byte[] utf8) { in Text()
230 public void set(byte[] utf8) { in set()
250 public void set(byte[] utf8, int start, int len) { in set()
263 public void append(byte[] utf8, int start, int len) { in append()
377 public static String decode(byte[] utf8) throws CharacterCodingException { in decode()
381 public static String decode(byte[] utf8, int start, int length) in decode()
398 public static String decode(byte[] utf8, int start, int length, boolean replace) in decode()
403 private static String decode(ByteBuffer utf8, boolean replace) in decode()
475 public static void validateUTF8(byte[] utf8) throws MalformedInputException { in validateUTF8()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/util/
H A DText.java90 public Text(Text utf8) { in Text() method in Text
99 public Text(byte[] utf8) { in Text()
230 public void set(byte[] utf8) { in set()
250 public void set(byte[] utf8, int start, int len) { in set()
263 public void append(byte[] utf8, int start, int len) { in append()
377 public static String decode(byte[] utf8) throws CharacterCodingException { in decode()
381 public static String decode(byte[] utf8, int start, int length) in decode()
398 public static String decode(byte[] utf8, int start, int length, boolean replace) in decode()
403 private static String decode(ByteBuffer utf8, boolean replace) in decode()
475 public static void validateUTF8(byte[] utf8) throws MalformedInputException { in validateUTF8()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/util/
H A DText.java90 public Text(Text utf8) { in Text() method in Text
99 public Text(byte[] utf8) { in Text()
230 public void set(byte[] utf8) { in set()
250 public void set(byte[] utf8, int start, int len) { in set()
263 public void append(byte[] utf8, int start, int len) { in append()
377 public static String decode(byte[] utf8) throws CharacterCodingException { in decode()
381 public static String decode(byte[] utf8, int start, int length) in decode()
398 public static String decode(byte[] utf8, int start, int length, boolean replace) in decode()
403 private static String decode(ByteBuffer utf8, boolean replace) in decode()
475 public static void validateUTF8(byte[] utf8) throws MalformedInputException { in validateUTF8()
[all …]

12345678910>>...147