Home
last modified time | relevance | path

Searched defs:UTF8Chars (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DCharacterEncoding.h92 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
94 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
97 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
99 UTF8Chars(const mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
/dports/www/firefox/firefox-99.0/js/public/
H A DCharacterEncoding.h92 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
94 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
97 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
99 UTF8Chars(const mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DCharacterEncoding.h92 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
94 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
97 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
99 UTF8Chars(const mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DCharacterEncoding.h89 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
91 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
94 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
96 UTF8Chars(const mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DCharacterEncoding.h76 UTF8Chars() : Base() {} in UTF8Chars() function
77 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
80 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DCharacterEncoding.h76 UTF8Chars() : Base() {} in UTF8Chars() function
77 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
80 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DCharacterEncoding.h82 UTF8Chars() : Base() {} in UTF8Chars() function
83 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
86 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DCharacterEncoding.h72 UTF8Chars() : Base() {} in UTF8Chars() function
73 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars() function
75 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A DNamespaceImports.h30 class UTF8Chars; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A DNamespaceImports.h30 class UTF8Chars; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A DNamespaceImports.h30 class UTF8Chars; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A DNamespaceImports.h29 class UTF8Chars; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/c/
H A Dc_utility.cpp49 static String convertUTF8ToUTF16WithLatin1Fallback(const NPUTF8* UTF8Chars, int UTF8Length) in convertUTF8ToUTF16WithLatin1Fallback()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/test/
H A DHTTP1xCodecTest.cpp1084 TEST(HTTP1xCodecTest, UTF8Chars) { in TEST() argument