Home
last modified time | relevance | path

Searched refs:IsTwoByte (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dintl.cc241 DCHECK(src_flat.IsTwoByte()); in ConvertOneByteToLower()
316 DCHECK(flat.IsTwoByte()); in ConvertToUpper()
H A Dvalue-serializer.cc440 } else if (flat.IsTwoByte()) { in WriteString()
1355 } else if (tag == SerializationTag::kTwoByteString && flat.IsTwoByte()) { in ReadExpectedString()
/dports/lang/v8/v8-9.6.180.12/src/regexp/experimental/
H A Dexperimental-interpreter.cc84 DCHECK(content.IsTwoByte()); in ToCharacterVector()
571 DCHECK(input.GetFlatContent(no_gc).IsTwoByte()); in FindMatches()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc82 DCHECK(content.IsTwoByte()); in ToCharacterVector()
569 DCHECK(input.GetFlatContent(no_gc).IsTwoByte()); in FindMatches()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-shim.h811 inline bool IsTwoByte() const { return !string_->hasLatin1Chars(); } in IsTwoByte() function
819 MOZ_ASSERT(IsTwoByte()); in ToUC16Vector()
866 MOZ_ASSERT(flat.IsTwoByte()); in GetCharVector()
H A Dregexp-interpreter.cc1056 DCHECK(subject_content.IsTwoByte()); in MatchInternal()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/
H A DRegExpShim.h845 inline bool IsTwoByte() const { return !string_->hasLatin1Chars(); } in IsTwoByte() function
853 MOZ_ASSERT(IsTwoByte()); in ToUC16Vector()
901 MOZ_ASSERT(flat.IsTwoByte()); in GetCharVector()
/dports/www/firefox/firefox-99.0/js/src/irregexp/
H A DRegExpShim.h845 inline bool IsTwoByte() const { return !string_->hasLatin1Chars(); } in IsTwoByte() function
853 MOZ_ASSERT(IsTwoByte()); in ToUC16Vector()
901 MOZ_ASSERT(flat.IsTwoByte()); in GetCharVector()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/
H A DRegExpShim.h845 inline bool IsTwoByte() const { return !string_->hasLatin1Chars(); } in IsTwoByte() function
853 MOZ_ASSERT(IsTwoByte()); in ToUC16Vector()
901 MOZ_ASSERT(flat.IsTwoByte()); in GetCharVector()
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dast-value-factory.cc240 DCHECK(content.IsTwoByte()); in GetString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dast-value-factory.cc320 DCHECK(content.IsTwoByte()); in GetString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dast-value-factory.cc307 DCHECK(content.IsTwoByte()); in GetString()
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast-value-factory.cc348 DCHECK(content.IsTwoByte()); in GetString()
/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/
H A Dinterpreter-irregexp.cc612 DCHECK(subject_content.IsTwoByte()); in Match()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dstring.h110 bool IsTwoByte() const { return state_ == TWO_BYTE; } in IsTwoByte() function
H A Dstring-inl.h434 DCHECK(flat.IsTwoByte()); in GetCharVector()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dstring.h107 bool IsTwoByte() const { return state_ == TWO_BYTE; } in IsTwoByte() function
H A Dstring-inl.h523 DCHECK(flat.IsTwoByte()); in GetCharVector()
H A Dintl-objects.cc314 DCHECK(src_flat.IsTwoByte()); in ConvertOneByteToLower()
388 DCHECK(flat.IsTwoByte()); in ConvertToUpper()
H A Dvalue-serializer.cc488 } else if (flat.IsTwoByte()) { in WriteString()
1442 } else if (tag == SerializationTag::kTwoByteString && flat.IsTwoByte()) { in ReadExpectedString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dstring.h116 bool IsTwoByte() const { return state_ == TWO_BYTE; } in IsTwoByte() function
H A Dvalue-serializer.cc491 } else if (flat.IsTwoByte()) { in WriteString()
1451 } else if (tag == SerializationTag::kTwoByteString && flat.IsTwoByte()) { in ReadExpectedString()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dstring.h119 bool IsTwoByte() const { return state_ == TWO_BYTE; } in IsTwoByte() function
H A Dintl-objects.cc316 DCHECK(src_flat.IsTwoByte()); in ConvertOneByteToLower()
390 DCHECK(flat.IsTwoByte()); in ConvertToUpper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-interpreter.cc998 DCHECK(subject_content.IsTwoByte()); in MatchInternal()

12