Home
last modified time | relevance | path

Searched refs:TwoByteChars (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DCharacterEncoding.h120 class TwoByteChars : public mozilla::Range<char16_t>
125 TwoByteChars() : Base() {} in TwoByteChars() function
126 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
127TwoByteChars(const char16_t* aChars, size_t aLength) : Base(const_cast<char16_t*>(aChars), aLength… in TwoByteChars() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DCharacterEncoding.h120 class TwoByteChars : public mozilla::Range<char16_t>
125 TwoByteChars() : Base() {} in TwoByteChars() function
126 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
127TwoByteChars(const char16_t* aChars, size_t aLength) : Base(const_cast<char16_t*>(aChars), aLength… in TwoByteChars() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DCharacterEncoding.h165 class TwoByteChars : public mozilla::Range<char16_t>
172 TwoByteChars() : Base() {} in TwoByteChars() function
173 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
174TwoByteChars(const char16_t* aChars, size_t aLength) : Base(const_cast<char16_t*>(aChars), aLength… in TwoByteChars() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DCharacterEncoding.h146 class TwoByteChars : public mozilla::Range<char16_t> {
152 TwoByteChars() : Base() {} in TwoByteChars() function
153 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
154 TwoByteChars(const char16_t* aChars, size_t aLength) in TwoByteChars() function
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DCharacterEncoding.h172 class TwoByteChars : public mozilla::Range<char16_t> {
178 TwoByteChars() = default;
179 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
180 TwoByteChars(const char16_t* aChars, size_t aLength) in TwoByteChars() function
/dports/www/firefox/firefox-99.0/js/public/
H A DCharacterEncoding.h172 class TwoByteChars : public mozilla::Range<char16_t> {
178 TwoByteChars() = default;
179 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
180 TwoByteChars(const char16_t* aChars, size_t aLength) in TwoByteChars() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DCharacterEncoding.h172 class TwoByteChars : public mozilla::Range<char16_t> {
178 TwoByteChars() = default;
179 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
180 TwoByteChars(const char16_t* aChars, size_t aLength) in TwoByteChars() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DCharacterEncoding.h187 class TwoByteChars : public mozilla::Range<char16_t> {
193 TwoByteChars() = default;
194 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars() function
195 TwoByteChars(const char16_t* aChars, size_t aLength) in TwoByteChars() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A DNamespaceImports.h28 class TwoByteChars; variable
78 using JS::TwoByteChars;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A DNamespaceImports.h28 class TwoByteChars; variable
80 using JS::TwoByteChars;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A DNamespaceImports.h27 class TwoByteChars; variable
80 using JS::TwoByteChars;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A DNamespaceImports.h28 class TwoByteChars; variable
74 using JS::TwoByteChars;
H A Djsapi.h66 class TwoByteChars; variable
2768 extern JS_PUBLIC_API bool JS_CharsToId(JSContext* cx, JS::TwoByteChars chars,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DHelperThreads.h676 JS::TwoByteChars data;
684 JS::TwoByteChars data;
H A DHelperThreads.cpp439 data(TwoByteChars(chars, length)) {} in ScriptParseTask()
461 data(TwoByteChars(chars, length)) {} in ModuleParseTask()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.h96 class TwoByteChars; variable
860 extern JS_PUBLIC_API bool JS_CharsToId(JSContext* cx, JS::TwoByteChars chars,
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLProtoImpl.cpp149 JS::TwoByteChars chars(curr->GetName(), NS_strlen(curr->GetName())); in InstallImplementation()
H A DnsXBLProtoImplField.cpp315 JS::TwoByteChars chars(mName, NS_strlen(mName)); in InstallAccessors()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLProtoImpl.cpp154 JS::TwoByteChars chars(curr->GetName(), NS_strlen(curr->GetName())); in InstallImplementation()
H A DnsXBLProtoImplField.cpp292 JS::TwoByteChars chars(mName, NS_strlen(mName)); in InstallAccessors()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.h83 class TwoByteChars; variable
1787 extern JS_PUBLIC_API bool JS_CharsToId(JSContext* cx, JS::TwoByteChars chars,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.h83 class TwoByteChars; variable
1787 extern JS_PUBLIC_API bool JS_CharsToId(JSContext* cx, JS::TwoByteChars chars,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmCode.cpp780 TwoByteChars chars(name.begin(), name.length());
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRegExpObject.cpp1087 JS::TwoByteChars range(&invalidFlag, 1); in ParseRegExpFlags()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRegExpObject.cpp1095 JS::TwoByteChars range(&invalidFlag, 1); in ParseRegExpFlags()

12