Home
last modified time | relevance | path

Searched refs:InflateUTF8StringHelper (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DCharacterEncoding.cpp409 InflateUTF8StringHelper(ContextT* cx, const UTF8Chars src, size_t* outlen) in InflateUTF8StringHelper() function
441 return InflateUTF8StringHelper<CountAndReportInvalids, TwoByteCharsZ>(cx, utf8, outlen); in UTF8CharsToNewTwoByteCharsZ()
448 return InflateUTF8StringHelper<CountAndReportInvalids, TwoByteCharsZ>(cx, chars, outlen); in UTF8CharsToNewTwoByteCharsZ()
454 return InflateUTF8StringHelper<CountAndIgnoreInvalids, TwoByteCharsZ>(cx, utf8, outlen); in LossyUTF8CharsToNewTwoByteCharsZ()
467 return InflateUTF8StringHelper<CountAndIgnoreInvalids, TwoByteCharsZ>(cx, chars, outlen); in LossyUTF8CharsToNewTwoByteCharsZ()
492 return InflateUTF8StringHelper<CountAndReportInvalids, Latin1CharsZ>(cx, utf8, outlen); in UTF8CharsToNewLatin1CharsZ()
498 return InflateUTF8StringHelper<CountAndIgnoreInvalids, Latin1CharsZ>(cx, utf8, outlen); in LossyUTF8CharsToNewLatin1CharsZ()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DCharacterEncoding.cpp360 static CharsT InflateUTF8StringHelper(ContextT* cx, const UTF8Chars src, in InflateUTF8StringHelper() function
393 return InflateUTF8StringHelper<CountAndReportInvalids, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
401 return InflateUTF8StringHelper<CountAndReportInvalids, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
408 return InflateUTF8StringHelper<CountAndIgnoreInvalids, TwoByteCharsZ>( in LossyUTF8CharsToNewTwoByteCharsZ()
415 return InflateUTF8StringHelper<CountAndIgnoreInvalids, TwoByteCharsZ>( in LossyUTF8CharsToNewTwoByteCharsZ()
430 return InflateUTF8StringHelper<CountAndReportInvalids, Latin1CharsZ>(cx, utf8, in UTF8CharsToNewLatin1CharsZ()
437 return InflateUTF8StringHelper<CountAndIgnoreInvalids, Latin1CharsZ>(cx, utf8, in LossyUTF8CharsToNewLatin1CharsZ()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCharacterEncoding.cpp384 static CharsT InflateUTF8StringHelper(JSContext* cx, const InputCharsT src, in InflateUTF8StringHelper() function
426 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
434 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in WTF8CharsToNewTwoByteCharsZ()
443 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
451 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
459 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
494 return InflateUTF8StringHelper<OnUTF8Error::Throw, Latin1CharsZ>( in UTF8CharsToNewLatin1CharsZ()
502 return InflateUTF8StringHelper<OnUTF8Error::InsertQuestionMark, Latin1CharsZ>( in LossyUTF8CharsToNewLatin1CharsZ()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCharacterEncoding.cpp368 static CharsT InflateUTF8StringHelper(JSContext* cx, const UTF8Chars src, in InflateUTF8StringHelper() function
410 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
419 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
427 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
435 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
470 return InflateUTF8StringHelper<OnUTF8Error::Throw, Latin1CharsZ>( in UTF8CharsToNewLatin1CharsZ()
478 return InflateUTF8StringHelper<OnUTF8Error::InsertQuestionMark, Latin1CharsZ>( in LossyUTF8CharsToNewLatin1CharsZ()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DCharacterEncoding.cpp368 static CharsT InflateUTF8StringHelper(JSContext* cx, const UTF8Chars src, in InflateUTF8StringHelper() function
410 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
419 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
427 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
435 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
470 return InflateUTF8StringHelper<OnUTF8Error::Throw, Latin1CharsZ>( in UTF8CharsToNewLatin1CharsZ()
478 return InflateUTF8StringHelper<OnUTF8Error::InsertQuestionMark, Latin1CharsZ>( in LossyUTF8CharsToNewLatin1CharsZ()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCharacterEncoding.cpp368 static CharsT InflateUTF8StringHelper(JSContext* cx, const UTF8Chars src, in InflateUTF8StringHelper() function
410 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
419 return InflateUTF8StringHelper<OnUTF8Error::Throw, TwoByteCharsZ>( in UTF8CharsToNewTwoByteCharsZ()
427 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
435 return InflateUTF8StringHelper<OnUTF8Error::InsertReplacementCharacter, in LossyUTF8CharsToNewTwoByteCharsZ()
470 return InflateUTF8StringHelper<OnUTF8Error::Throw, Latin1CharsZ>( in UTF8CharsToNewLatin1CharsZ()
478 return InflateUTF8StringHelper<OnUTF8Error::InsertQuestionMark, Latin1CharsZ>( in LossyUTF8CharsToNewLatin1CharsZ()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DCharacterEncoding.cpp338 InflateUTF8StringHelper(JSContext* cx, const UTF8Chars src, CountAction countAction, size_t* outlen) in InflateUTF8StringHelper() function
370 return InflateUTF8StringHelper(cx, utf8, InflateUTF8StringToBuffer<CountAndReportInvalids>, in UTF8CharsToNewTwoByteCharsZ()
377 return InflateUTF8StringHelper(cx, utf8, InflateUTF8StringToBuffer<CountAndIgnoreInvalids>, in LossyUTF8CharsToNewTwoByteCharsZ()