Searched defs:is8Bit (Results 1 – 1 of 1) sorted by relevance
28 bool is8Bit() const { return m_hashAndFlags & s_flagIs8Bit; } in is8Bit() function in WTF::StringImpl65 bool is8Bit() const { return !m_impl || m_impl->is8Bit(); } in is8Bit() function in WTF::String