Searched refs:is8Bit (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentCoders.cpp100 bool is8Bit = string.is8Bit(); local
102 encoder << length << is8Bit; local
104 if (is8Bit)
140 bool is8Bit; local
142 if (!decoder.decode(is8Bit))
145 if (is8Bit)
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSStringJoiner.h57 , m_is8Bits(m_separator.is8Bit())
71 m_is8Bits = m_is8Bits && str.is8Bit();
H A DJSStringJoiner.cpp46 if (stringImpl->is8Bit()) {
64 ASSERT(string.is8Bit());
H A DJSString.h97 setIs8Bit(m_value.impl()->is8Bit());
106 setIs8Bit(m_value.impl()->is8Bit());
180 bool is8Bit() const { return m_flags & Is8Bit; } function in class:JSC::JSString
270 setIs8Bit(s1->is8Bit() && s2->is8Bit());
279 setIs8Bit(s1->is8Bit() && s2->is8Bit() && s3->is8Bit());
295 setIs8Bit(is8Bit() && jsString->is8Bit());
[all...]
H A DJSString.cpp65 if (ourImpl->is8Bit())
87 if (is8Bit()) {
134 if (string->is8Bit())
209 if (string->is8Bit())
H A DJSGlobalObjectFunctions.cpp149 if (str.is8Bit())
320 if (s.is8Bit())
450 if (s.is8Bit())
466 if (s.is8Bit()) {
507 if (s.is8Bit()) {
617 if (str.is8Bit()) {
659 if (str.is8Bit()) {
H A DPropertyName.h74 if (impl->is8Bit())
H A DRegExp.cpp328 compileIfNecessary(vm, s.is8Bit() ? Yarr::Char8 : Yarr::Char16);
337 if (s.is8Bit())
450 compileIfNecessaryMatchOnly(vm, s.is8Bit() ? Yarr::Char8 : Yarr::Char16);
454 MatchResult result = s.is8Bit() ?
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DOpaqueJSString.cpp59 if (m_string.is8Bit())
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DTextRun.h127 if (m_charactersLength && s.is8Bit()) {
147 if (is8Bit()) {
152 ASSERT(!is8Bit());
158 UChar operator[](unsigned i) const { ASSERT_WITH_SECURITY_IMPLICATION(i < m_len); return is8Bit() ? m_data.characters8[i] :m_data.characters16[i]; }
159 const LChar* data8(unsigned i) const { ASSERT_WITH_SECURITY_IMPLICATION(i < m_len); ASSERT(is8Bit()); return &m_data.characters8[i]; }
160 const UChar* data16(unsigned i) const { ASSERT_WITH_SECURITY_IMPLICATION(i < m_len); ASSERT(!is8Bit()); return &m_data.characters16[i]; }
162 const LChar* characters8() const { ASSERT(is8Bit()); return m_data.characters8; }
163 const UChar* characters16() const { ASSERT(!is8Bit()); return m_data.characters16; }
165 bool is8Bit() const { return m_is8Bit; }
/macosx-10.9.5/WebCore-7537.78.1/platform/text/blackberry/
H A DStringBlackBerry.cpp40 if (is8Bit())
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cf/
H A DWKStringCF.cpp47 if (toImpl(stringRef)->string().is8Bit())
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParserValues.h52 if (m_length && string.is8Bit()) {
68 bool is8Bit() const { return m_is8Bit; } function in struct:WebCore::CSSParserString
69 LChar* characters8() const { ASSERT(is8Bit()); return m_data.characters8; }
70 UChar* characters16() const { ASSERT(!is8Bit()); return m_data.characters16; }
82 if (is8Bit())
89 if (is8Bit())
94 operator String() const { return is8Bit() ? String(m_data.characters8, m_length) : String(m_data.characters16, m_length); }
95 operator AtomicString() const { return is8Bit() ? AtomicString(m_data.characters8, m_length) : AtomicString(m_data.characters16, m_length); }
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextBreakIterator.cpp35 if (s.is8Bit() && !s.contains('\r'))
56 if (s.is8Bit() && !s.contains('\r'))
H A DSegmentedString.h48 if (m_string.is8Bit()) {
61 bool is8Bit() { return m_is8Bit; } function in class:WebCore::SegmentedSubstring
112 if (is8Bit())
120 if (is8Bit())
348 if (m_currentString.is8Bit()) {
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLParserIdioms.cpp73 if (string.is8Bit())
198 if (digits.is8Bit())
211 if (length && input.is8Bit()) {
258 if (digits.is8Bit())
272 if (length && input.is8Bit()) {
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFontElement.cpp113 if (digits.is8Bit())
141 if (input.is8Bit())
H A DMediaFragmentURIParser.cpp172 ASSERT(fragment.first.is8Bit());
173 ASSERT(fragment.second.is8Bit());
/macosx-10.9.5/WebCore-7537.78.1/platform/text/cf/
H A DStringImplCF.cpp146 if (is8Bit())
157 if (is8Bit())
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSpaceSplitString.cpp51 if (string.is8Bit())
79 if (string.is8Bit()) {
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DBlob.cpp96 if (contentType.is8Bit()) {
125 if (contentType.is8Bit()) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderText.h69 bool is8Bit() const { return m_text.is8Bit(); } function in class:WebCore::RenderText
205 return is8Bit() ? characters8()[i] : characters16()[i];
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DCredentialBackingStore.cpp148 ASSERT(ciphertext.is8Bit());
161 ASSERT(ciphertext.is8Bit());
179 ASSERT(ciphertext.is8Bit());
197 ASSERT(ciphertext.is8Bit());
390 std::string text = cipherText.is8Bit() ?
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLinkHash.cpp218 if (length && url.is8Bit())
297 if (!base.string().isEmpty() && base.string().is8Bit() && attributeURL.is8Bit()) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextMetrics.cpp59 m_glyph.unicodeString = run.is8Bit() ? String(run.characters8(), length) : String(run.characters16(), length);

Completed in 120 milliseconds

123