Home | History | Annotate | Download | only in text

Lines Matching defs:is8Bit

57     bool is8Bit() { return true; }
80 bool is8Bit() { return true; }
103 bool is8Bit() { return m_buffer <= 0xff; }
107 ASSERT(is8Bit());
128 bool is8Bit() { return true; }
160 bool is8Bit() { return true; }
194 bool is8Bit() { return false; }
222 bool is8Bit() { return true; }
253 bool is8Bit() { return true; }
280 bool is8Bit() { return true; }
308 bool is8Bit() { return true; }
336 bool is8Bit() { return m_buffer.isNull() || m_buffer.is8Bit(); }
342 ASSERT(is8Bit());
354 if (is8Bit()) {
381 bool is8Bit() { return m_adapter.is8Bit(); }
410 if (adapter1.is8Bit() && adapter2.is8Bit()) {