m_length         1548 Source/bindings/v8/SerializedScriptValue.cpp         , m_length(length)
m_length         1558 Source/bindings/v8/SerializedScriptValue.cpp     bool isEof() const { return m_position >= m_length; }
m_length         1814 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position >= m_length)
m_length         1828 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position >= m_length)
m_length         1839 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + length > m_length)
m_length         1851 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + length > m_length)
m_length         1873 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + length > m_length)
m_length         1936 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + pixelDataLength > m_length)
m_length         1953 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + byteLength > m_length)
m_length         2167 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + keyDataLength > m_length)
m_length         2224 Source/bindings/v8/SerializedScriptValue.cpp             if (m_position >= m_length)
m_length         2245 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + sizeof(double) > m_length)
m_length         2328 Source/bindings/v8/SerializedScriptValue.cpp         if (m_position + publicExponentSize > m_length)
m_length         2431 Source/bindings/v8/SerializedScriptValue.cpp     const unsigned m_length;
m_length           60 Source/bindings/v8/npruntime.cpp         this->m_length = other.m_length;
m_length           70 Source/bindings/v8/npruntime.cpp     size_t m_length;
m_length           81 Source/bindings/v8/npruntime.cpp     if (x.m_length != y.m_length)
m_length           87 Source/bindings/v8/npruntime.cpp     return !memcmp(x.m_string, y.m_string, y.m_length);
m_length           96 Source/bindings/v8/npruntime.cpp         size_t len = key.m_length;
m_length          172 Source/bindings/v8/npruntime.cpp         size_t nameLen = key.m_length;
m_length           40 Source/core/animation/AnimatableSVGLength.cpp     return create(toAnimatableSVGLength(value)->toSVGLength()->blend(m_length.get(), narrowPrecisionToFloat(fraction)));
m_length           51 Source/core/animation/AnimatableSVGLength.cpp     return *m_length == *toAnimatableSVGLength(value)->m_length;
m_length           50 Source/core/animation/AnimatableSVGLength.h         return m_length.get();
m_length           61 Source/core/animation/AnimatableSVGLength.h         : m_length(length)
m_length           68 Source/core/animation/AnimatableSVGLength.h     RefPtr<SVGLength> m_length;
m_length           34 Source/core/css/CSSParserValues.cpp     ASSERT(m_length >= position + length);
m_length           44 Source/core/css/CSSParserValues.cpp         while (m_length > 0 && isHTMLSpace<LChar>(m_data.characters8[m_length - 1]))
m_length           45 Source/core/css/CSSParserValues.cpp             --m_length;
m_length           47 Source/core/css/CSSParserValues.cpp         while (m_length > 0 && isHTMLSpace<UChar>(m_data.characters16[m_length - 1]))
m_length           48 Source/core/css/CSSParserValues.cpp             --m_length;
m_length           40 Source/core/css/CSSParserValues.h         m_length = length;
m_length           47 Source/core/css/CSSParserValues.h         m_length = length;
m_length           58 Source/core/css/CSSParserValues.h         m_length = length;
m_length           59 Source/core/css/CSSParserValues.h         if (!m_length) {
m_length           76 Source/core/css/CSSParserValues.h         m_length = 0;
m_length           88 Source/core/css/CSSParserValues.h     unsigned length() const { return m_length; }
m_length           89 Source/core/css/CSSParserValues.h     void setLength(unsigned length) { m_length = length; }
m_length           93 Source/core/css/CSSParserValues.h         ASSERT_WITH_SECURITY_IMPLICATION(i < m_length);
m_length          121 Source/core/css/CSSParserValues.h     operator String() const { return is8Bit() ? String(m_data.characters8, m_length) : StringImpl::create8BitIfPossible(m_data.characters16, m_length); }
m_length          122 Source/core/css/CSSParserValues.h     operator AtomicString() const { return is8Bit() ? AtomicString(m_data.characters8, m_length) : AtomicString(m_data.characters16, m_length); }
m_length          132 Source/core/css/CSSParserValues.h     unsigned m_length;
m_length         1175 Source/core/css/CSSTokenizer-in.cpp             ++yylval->string.m_length;
m_length         1195 Source/core/css/CSSTokenizer-in.cpp                         yylval->string.m_length = currentCharacter<SrcCharacterType>() - tokenStart<SrcCharacterType>();
m_length         1440 Source/core/css/CSSTokenizer-in.cpp                 unsigned userTextEndOffset = static_cast<unsigned>(m_length - 1 - m_parsedTextSuffixLength);
m_length         1543 Source/core/css/CSSTokenizer-in.cpp     m_length = length;
m_length           48 Source/core/css/CSSTokenizer.h         , m_length(0)
m_length           65 Source/core/css/CSSTokenizer.h         return std::min(tokenStartOffset(), static_cast<unsigned>(m_length - 1 - m_parsedTextSuffixLength)) - m_parsedTextPrefixLength;
m_length          173 Source/core/css/CSSTokenizer.h     unsigned m_length;
m_length          281 Source/core/html/canvas/WebGLRenderingContextBase.cpp             , m_length(str.length())
m_length          295 Source/core/html/canvas/WebGLRenderingContextBase.cpp             return (m_position < m_length);
m_length          312 Source/core/html/canvas/WebGLRenderingContextBase.cpp             if (m_position + 1 >= m_length)
m_length          320 Source/core/html/canvas/WebGLRenderingContextBase.cpp             ASSERT_WITH_SECURITY_IMPLICATION(m_position < m_length);
m_length          366 Source/core/html/canvas/WebGLRenderingContextBase.cpp         unsigned m_length;
m_length           44 Source/core/rendering/style/BasicShapes.cpp         m_computedLength = m_length.isUndefined() ? Length(0, Fixed) : m_length;
m_length           47 Source/core/rendering/style/BasicShapes.cpp     if (m_length.isUndefined()) {
m_length           53 Source/core/rendering/style/BasicShapes.cpp     OwnPtr<CalcExpressionLength> rhs = adoptPtr(new CalcExpressionLength(m_length));
m_length           86 Source/core/rendering/style/BasicShapes.h         , m_length(Undefined)
m_length           93 Source/core/rendering/style/BasicShapes.h         , m_length(length)
m_length          100 Source/core/rendering/style/BasicShapes.h         , m_length(other.length())
m_length          105 Source/core/rendering/style/BasicShapes.h     bool operator==(const BasicShapeCenterCoordinate& other) const { return m_direction == other.m_direction && m_length == other.m_length && m_computedLength == other.m_computedLength; }
m_length          108 Source/core/rendering/style/BasicShapes.h     const Length& length() const { return m_length; }
m_length          118 Source/core/rendering/style/BasicShapes.h     Length m_length;
m_length           45 Source/core/rendering/style/BorderImageLength.h         : m_length(Undefined)
m_length           52 Source/core/rendering/style/BorderImageLength.h         : m_length(length)
m_length           61 Source/core/rendering/style/BorderImageLength.h     const Length& length() const { ASSERT(isLength()); return m_length; }
m_length           62 Source/core/rendering/style/BorderImageLength.h     Length& length() { ASSERT(isLength()); return m_length; }
m_length           68 Source/core/rendering/style/BorderImageLength.h         return m_type == other.m_type && m_length == other.m_length && m_number == other.m_number;
m_length           73 Source/core/rendering/style/BorderImageLength.h         return (isLength() && m_length.isZero()) || (isNumber() && m_number);
m_length           79 Source/core/rendering/style/BorderImageLength.h     Length m_length;
m_length           44 Source/core/rendering/style/GridLength.h         : m_length(length)
m_length           60 Source/core/rendering/style/GridLength.h     const Length& length() const { ASSERT(isLength()); return m_length; }
m_length           66 Source/core/rendering/style/GridLength.h         return m_length == o.m_length && m_flex == o.m_flex && m_type == o.m_type;
m_length           69 Source/core/rendering/style/GridLength.h     bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); }
m_length           74 Source/core/rendering/style/GridLength.h     Length m_length;
m_length           32 Source/core/rendering/svg/SVGTextMetrics.cpp     , m_length(0)
m_length           40 Source/core/rendering/svg/SVGTextMetrics.cpp     , m_length(1)
m_length           60 Source/core/rendering/svg/SVGTextMetrics.cpp     m_length = static_cast<unsigned>(length);
m_length          115 Source/core/rendering/svg/SVGTextMetrics.cpp     m_length = length;
m_length           45 Source/core/rendering/svg/SVGTextMetrics.h     bool isEmpty() const { return !m_width && !m_height && m_length <= 1; }
m_length           51 Source/core/rendering/svg/SVGTextMetrics.h     unsigned length() const { return m_length; }
m_length           61 Source/core/rendering/svg/SVGTextMetrics.h     unsigned m_length;
m_length          195 Source/core/xml/parser/XMLDocumentParser.cpp         parser->characters(m_chars, m_length);
m_length          200 Source/core/xml/parser/XMLDocumentParser.cpp     int m_length;
m_length           51 Source/modules/filesystem/FileWriterBase.cpp     m_length = length;
m_length           61 Source/modules/filesystem/FileWriterBase.cpp     if (position > m_length)
m_length           62 Source/modules/filesystem/FileWriterBase.cpp         position = m_length;
m_length           64 Source/modules/filesystem/FileWriterBase.cpp         position = m_length + position;
m_length           54 Source/modules/filesystem/FileWriterBase.h         return m_length;
m_length           74 Source/modules/filesystem/FileWriterBase.h         m_length = length;
m_length           84 Source/modules/filesystem/FileWriterBase.h     long long m_length;
m_length           49 Source/modules/indexeddb/IDBKeyPath.cpp         , m_length(s.length())
m_length           70 Source/modules/indexeddb/IDBKeyPath.cpp     const unsigned m_length;
m_length           77 Source/modules/indexeddb/IDBKeyPath.cpp     if (m_index >= m_length)
m_length           79 Source/modules/indexeddb/IDBKeyPath.cpp     ASSERT(m_index < m_length);
m_length          113 Source/modules/indexeddb/IDBKeyPath.cpp     if (m_index < m_length && isIdentifierStartCharacter(m_string[m_index]))
m_length          118 Source/modules/indexeddb/IDBKeyPath.cpp     while (m_index < m_length && isIdentifierCharacter(m_string[m_index]))
m_length           93 Source/modules/webaudio/AudioBuffer.cpp         RefPtr<Float32Array> channelDataArray = Float32Array::create(m_length);
m_length          115 Source/modules/webaudio/AudioBuffer.cpp         RefPtr<Float32Array> channelDataArray = Float32Array::create(m_length);
m_length          122 Source/modules/webaudio/AudioBuffer.cpp         channelDataArray->setRange(bus->channel(i)->data(), m_length, 0);
m_length           52 Source/modules/webaudio/AudioBuffer.h     size_t length() const { return m_length; }
m_length           75 Source/modules/webaudio/AudioBuffer.h     size_t m_length;
m_length           62 Source/modules/webmidi/MIDIOutput.cpp         , m_length(array->length())
m_length          106 Source/modules/webmidi/MIDIOutput.cpp     bool isEndOfData() { return m_offset >= m_length; }
m_length          170 Source/modules/webmidi/MIDIOutput.cpp     const size_t m_length;
m_length          141 Source/platform/CalculationValue.h         : m_length(length)
m_length          148 Source/platform/CalculationValue.h         return m_length == o.m_length;
m_length          158 Source/platform/CalculationValue.h         return floatValueForLength(m_length, maxValue);
m_length          161 Source/platform/CalculationValue.h     const Length& length() const { return m_length; }
m_length          164 Source/platform/CalculationValue.h     Length m_length;
m_length           63 Source/platform/audio/AudioBus.cpp     : m_length(length)
m_length           82 Source/platform/audio/AudioBus.cpp         m_length = length; // FIXME: verify that this length matches all the other channel lengths
m_length           88 Source/platform/audio/AudioBus.cpp     ASSERT(newLength <= m_length);
m_length           89 Source/platform/audio/AudioBus.cpp     if (newLength <= m_length)
m_length           90 Source/platform/audio/AudioBus.cpp         m_length = newLength;
m_length           83 Source/platform/audio/AudioBus.h     size_t length() const { return m_length; }
m_length          160 Source/platform/audio/AudioBus.h     size_t m_length;
m_length           46 Source/platform/audio/AudioChannel.cpp     ASSERT(newLength <= m_length);
m_length           47 Source/platform/audio/AudioChannel.cpp     if (newLength <= m_length)
m_length           48 Source/platform/audio/AudioChannel.cpp         m_length = newLength;
m_length           47 Source/platform/audio/AudioChannel.h         : m_length(length)
m_length           55 Source/platform/audio/AudioChannel.h         : m_length(length)
m_length           64 Source/platform/audio/AudioChannel.h         : m_length(0)
m_length           76 Source/platform/audio/AudioChannel.h         m_length = length;
m_length           81 Source/platform/audio/AudioChannel.h     size_t length() const { return m_length; }
m_length          107 Source/platform/audio/AudioChannel.h             memset(m_rawPointer, 0, sizeof(float) * m_length);
m_length          131 Source/platform/audio/AudioChannel.h     size_t m_length;
m_length           48 Source/platform/fonts/VDMXParser.cpp         , m_length(length)
m_length           53 Source/platform/fonts/VDMXParser.cpp         if (m_offset + numBytes > m_length)
m_length           61 Source/platform/fonts/VDMXParser.cpp         if (m_offset + sizeof(uint8_t) > m_length)
m_length           70 Source/platform/fonts/VDMXParser.cpp         if (m_offset + sizeof(uint16_t) > m_length)
m_length           95 Source/platform/fonts/VDMXParser.cpp     const size_t m_length;
m_length           48 Source/platform/fonts/WidthCache.h             : m_length(s_emptyValueLength)
m_length           53 Source/platform/fonts/WidthCache.h             : m_length(s_deletedValueLength)
m_length           58 Source/platform/fonts/WidthCache.h             : m_length(length)
m_length           84 Source/platform/fonts/WidthCache.h         unsigned short length() const { return m_length; }
m_length           87 Source/platform/fonts/WidthCache.h         bool isHashTableDeletedValue() const { return m_length == s_deletedValueLength; }
m_length           88 Source/platform/fonts/WidthCache.h         bool isHashTableEmptyValue() const { return m_length == s_emptyValueLength; }
m_length           96 Source/platform/fonts/WidthCache.h         unsigned short m_length;
m_length           27 Source/platform/text/SegmentedString.cpp     unsigned length = m_currentString.m_length;
m_length           37 Source/platform/text/SegmentedString.cpp             length += it->m_length;
m_length           73 Source/platform/text/SegmentedString.cpp     if (!s.m_length)
m_length           76 Source/platform/text/SegmentedString.cpp     if (!m_currentString.m_length) {
m_length           90 Source/platform/text/SegmentedString.cpp     if (!s.m_length)
m_length           99 Source/platform/text/SegmentedString.cpp     m_numberOfCharactersConsumedPriorToCurrentString -= s.m_length;
m_length          100 Source/platform/text/SegmentedString.cpp     if (!m_currentString.m_length) {
m_length          130 Source/platform/text/SegmentedString.cpp     m_currentChar = m_pushedChar1 ? m_pushedChar1 : (m_currentString.m_length ? m_currentString.getCurrentChar() : 0);
m_length          144 Source/platform/text/SegmentedString.cpp     m_currentChar = m_pushedChar1 ? m_pushedChar1 : (m_currentString.m_length ? m_currentString.getCurrentChar() : 0);
m_length          243 Source/platform/text/SegmentedString.cpp     } else if (m_currentString.m_length) {
m_length          244 Source/platform/text/SegmentedString.cpp         if (!--m_currentString.m_length)
m_length          253 Source/platform/text/SegmentedString.cpp     m_currentChar = m_currentString.m_length ? m_currentString.getCurrentChar() : 0;
m_length          268 Source/platform/text/SegmentedString.cpp     } else if (m_currentString.m_length) {
m_length          274 Source/platform/text/SegmentedString.cpp         if (!--m_currentString.m_length)
m_length          286 Source/platform/text/SegmentedString.cpp     m_currentChar = m_currentString.m_length ? m_currentString.getCurrentChar() : 0;
m_length          291 Source/platform/text/SegmentedString.cpp     ASSERT(!m_currentString.m_length && !isComposite());
m_length           36 Source/platform/text/SegmentedString.h         : m_length(0)
m_length           44 Source/platform/text/SegmentedString.h         : m_length(str.length())
m_length           48 Source/platform/text/SegmentedString.h         if (m_length) {
m_length           61 Source/platform/text/SegmentedString.h     void clear() { m_length = 0; m_data.string16Ptr = 0; m_is8Bit = false;}
m_length           70 Source/platform/text/SegmentedString.h     int numberOfCharactersConsumed() const { return m_string.length() - m_length; }
m_length           74 Source/platform/text/SegmentedString.h         int offset = m_string.length() - m_length;
m_length           77 Source/platform/text/SegmentedString.h             if (m_length)
m_length           80 Source/platform/text/SegmentedString.h             builder.append(m_string.substring(offset, m_length));
m_length          108 Source/platform/text/SegmentedString.h         int offset = m_string.length() - m_length;
m_length          114 Source/platform/text/SegmentedString.h         ASSERT(m_length);
m_length          122 Source/platform/text/SegmentedString.h         ASSERT(m_length);
m_length          133 Source/platform/text/SegmentedString.h     int m_length;
m_length          170 Source/platform/text/SegmentedString.h         if (m_currentString.m_length)
m_length          214 Source/platform/text/SegmentedString.h             bool haveOneCharacterLeft = (--m_currentString.m_length == 1);
m_length          234 Source/platform/text/SegmentedString.h             bool haveOneCharacterLeft = (--m_currentString.m_length == 1);
m_length          276 Source/platform/text/SegmentedString.h         if (!m_pushedChar1 && m_currentString.m_length > 1) {
m_length          339 Source/platform/text/SegmentedString.h         ASSERT(m_currentString.m_length > 1);
m_length          340 Source/platform/text/SegmentedString.h         if (--m_currentString.m_length == 1)
m_length          346 Source/platform/text/SegmentedString.h         if ((m_currentString.m_length > 1) && !m_pushedChar1) {
m_length          368 Source/platform/text/SegmentedString.h         if (!m_currentString.m_length && !isComposite()) {
m_length          379 Source/platform/text/SegmentedString.h         if (!m_pushedChar1 && string.length() <= static_cast<unsigned>(m_currentString.m_length)) {
m_length          207 Source/platform/text/TextBreakIterator.h         return m_charaters8[offset] == '\r' && offset + 1 < m_length && m_charaters8[offset + 1] == '\n';
m_length          221 Source/platform/text/TextBreakIterator.h     unsigned m_length;
m_length          620 Source/platform/text/TextBreakIteratorICU.cpp     , m_length(0)
m_length          631 Source/platform/text/TextBreakIteratorICU.cpp         m_length = string.length();
m_length          642 Source/platform/text/TextBreakIteratorICU.cpp     , m_length(0)
m_length          674 Source/platform/text/TextBreakIteratorICU.cpp     if (m_offset >= m_length)
m_length          710 Source/platform/text/TextBreakIteratorICU.cpp     if (static_cast<unsigned>(offset) >= m_length)
m_length           49 Source/wtf/Float32Array.h         if (index >= TypedArrayBase<float>::m_length)
m_length           49 Source/wtf/Float64Array.h         if (index >= TypedArrayBase<double>::m_length)
m_length           44 Source/wtf/IntegralTypedArrayBase.h         if (index >= TypedArrayBase<T>::m_length)
m_length           60 Source/wtf/TypedArrayBase.h         return m_length;
m_length           65 Source/wtf/TypedArrayBase.h         return m_length * sizeof(T);
m_length           72 Source/wtf/TypedArrayBase.h         ASSERT_WITH_SECURITY_IMPLICATION(index < TypedArrayBase<T>::m_length);
m_length           78 Source/wtf/TypedArrayBase.h         return (offset <= m_length
m_length           79 Source/wtf/TypedArrayBase.h             && offset + pos <= m_length
m_length           87 Source/wtf/TypedArrayBase.h         , m_length(length)
m_length          135 Source/wtf/TypedArrayBase.h         calculateOffsetAndLength(start, end, m_length, &offset, &length);
m_length          143 Source/wtf/TypedArrayBase.h         m_length = 0;
m_length          148 Source/wtf/TypedArrayBase.h     unsigned m_length;
m_length           97 Source/wtf/Uint8ClampedArray.h     if (index >= m_length)
m_length           40 Source/wtf/text/CString.h     size_t length() const { return m_length; }
m_length           51 Source/wtf/text/CString.h     CStringBuffer(size_t length) : m_length(length) { }
m_length           54 Source/wtf/text/CString.h     const unsigned m_length;
m_length           45 Source/wtf/text/StringBuilder.cpp         ASSERT(m_string.length() == m_length);
m_length           49 Source/wtf/text/StringBuilder.cpp     if (!m_length) {
m_length           54 Source/wtf/text/StringBuilder.cpp     ASSERT(m_buffer && m_length <= m_buffer->length());
m_length           55 Source/wtf/text/StringBuilder.cpp     if (m_length == m_buffer->length()) {
m_length           61 Source/wtf/text/StringBuilder.cpp         m_buffer->truncateAssumingIsolated(m_length);
m_length           66 Source/wtf/text/StringBuilder.cpp     m_string = m_buffer->substring(0, m_length);
m_length           73 Source/wtf/text/StringBuilder.cpp     unsigned substringLength = std::min(length, m_length - position);
m_length           80 Source/wtf/text/StringBuilder.cpp     ASSERT(newSize <= m_length);
m_length           81 Source/wtf/text/StringBuilder.cpp     if (newSize == m_length)
m_length           83 Source/wtf/text/StringBuilder.cpp     ASSERT(m_length);
m_length           94 Source/wtf/text/StringBuilder.cpp         m_length = newSize;
m_length          100 Source/wtf/text/StringBuilder.cpp     ASSERT(m_length == m_string.length());
m_length          102 Source/wtf/text/StringBuilder.cpp     m_length = newSize;
m_length          111 Source/wtf/text/StringBuilder.cpp         m_buffer = string->substring(0, m_length);
m_length          122 Source/wtf/text/StringBuilder.cpp     memcpy(m_bufferCharacters8, currentCharacters, static_cast<size_t>(m_length) * sizeof(LChar)); // This can't overflow.
m_length          136 Source/wtf/text/StringBuilder.cpp     memcpy(m_bufferCharacters16, currentCharacters, static_cast<size_t>(m_length) * sizeof(UChar)); // This can't overflow.
m_length          150 Source/wtf/text/StringBuilder.cpp     for (unsigned i = 0; i < m_length; ++i)
m_length          205 Source/wtf/text/StringBuilder.cpp         if (newCapacity > m_length) {
m_length          206 Source/wtf/text/StringBuilder.cpp             if (!m_length) {
m_length          225 Source/wtf/text/StringBuilder.cpp     unsigned requiredLength = length + m_length;
m_length          230 Source/wtf/text/StringBuilder.cpp         ASSERT(m_buffer->length() >= m_length);
m_length          231 Source/wtf/text/StringBuilder.cpp         unsigned currentLength = m_length;
m_length          233 Source/wtf/text/StringBuilder.cpp         m_length = requiredLength;
m_length          249 Source/wtf/text/StringBuilder.cpp         ASSERT(m_buffer->length() >= m_length);
m_length          253 Source/wtf/text/StringBuilder.cpp         ASSERT(m_string.length() == m_length);
m_length          254 Source/wtf/text/StringBuilder.cpp         allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), requiredLength));
m_length          257 Source/wtf/text/StringBuilder.cpp     CharType* result = getBufferCharacters<CharType>() + m_length;
m_length          258 Source/wtf/text/StringBuilder.cpp     m_length = requiredLength;
m_length          278 Source/wtf/text/StringBuilder.cpp         unsigned requiredLength = length + m_length;
m_length          283 Source/wtf/text/StringBuilder.cpp             ASSERT(m_buffer->length() >= m_length);
m_length          287 Source/wtf/text/StringBuilder.cpp             ASSERT(m_string.length() == m_length);
m_length          291 Source/wtf/text/StringBuilder.cpp         memcpy(m_bufferCharacters16 + m_length, characters, static_cast<size_t>(length) * sizeof(UChar));
m_length          292 Source/wtf/text/StringBuilder.cpp         m_length = requiredLength;
m_length          372 Source/wtf/text/StringBuilder.cpp     ASSERT(m_length >= NumberToStringBufferLength);
m_length          374 Source/wtf/text/StringBuilder.cpp     m_length -= NumberToStringBufferLength;
m_length          376 Source/wtf/text/StringBuilder.cpp     m_length += numberLength;
m_length          382 Source/wtf/text/StringBuilder.cpp     return m_buffer && m_buffer->length() > (m_length + (m_length >> 2));
m_length          390 Source/wtf/text/StringBuilder.cpp         reallocateBuffer<LChar>(m_length);
m_length          392 Source/wtf/text/StringBuilder.cpp         reallocateBuffer<UChar>(m_length);
m_length           43 Source/wtf/text/StringBuilder.h         , m_length(0)
m_length           60 Source/wtf/text/StringBuilder.h         if (!m_length && !m_buffer) {
m_length           62 Source/wtf/text/StringBuilder.h             m_length = string.length();
m_length           75 Source/wtf/text/StringBuilder.h         if (!other.m_length)
m_length           80 Source/wtf/text/StringBuilder.h         if (!m_length && !m_buffer && !other.m_string.isNull()) {
m_length           82 Source/wtf/text/StringBuilder.h             m_length = other.m_length;
m_length           87 Source/wtf/text/StringBuilder.h             append(other.characters8(), other.m_length);
m_length           89 Source/wtf/text/StringBuilder.h             append(other.characters16(), other.m_length);
m_length          126 Source/wtf/text/StringBuilder.h         if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) {
m_length          128 Source/wtf/text/StringBuilder.h                 m_bufferCharacters16[m_length++] = c;
m_length          133 Source/wtf/text/StringBuilder.h                 m_bufferCharacters8[m_length++] = static_cast<LChar>(c);
m_length          142 Source/wtf/text/StringBuilder.h         if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) {
m_length          144 Source/wtf/text/StringBuilder.h                 m_bufferCharacters8[m_length++] = c;
m_length          146 Source/wtf/text/StringBuilder.h                 m_bufferCharacters16[m_length++] = c;
m_length          187 Source/wtf/text/StringBuilder.h         if (!m_length)
m_length          196 Source/wtf/text/StringBuilder.h         if (!m_length)
m_length          210 Source/wtf/text/StringBuilder.h         return AtomicString(m_buffer.get(), 0, m_length);
m_length          215 Source/wtf/text/StringBuilder.h         return m_length;
m_length          218 Source/wtf/text/StringBuilder.h     bool isEmpty() const { return !m_length; }
m_length          224 Source/wtf/text/StringBuilder.h         return m_buffer ? m_buffer->length() : m_length;
m_length          235 Source/wtf/text/StringBuilder.h         ASSERT_WITH_SECURITY_IMPLICATION(i < m_length);
m_length          244 Source/wtf/text/StringBuilder.h         if (!m_length)
m_length          255 Source/wtf/text/StringBuilder.h         if (!m_length)
m_length          267 Source/wtf/text/StringBuilder.h         m_length = 0;
m_length          276 Source/wtf/text/StringBuilder.h         std::swap(m_length, stringBuilder.m_length);
m_length          304 Source/wtf/text/StringBuilder.h     unsigned m_length;
m_length          122 Source/wtf/text/StringConcatenate.h         , m_length(strlen(buffer))
m_length          126 Source/wtf/text/StringConcatenate.h     unsigned length() { return m_length; }
m_length          132 Source/wtf/text/StringConcatenate.h         for (unsigned i = 0; i < m_length; ++i)
m_length          138 Source/wtf/text/StringConcatenate.h         for (unsigned i = 0; i < m_length; ++i) {
m_length          146 Source/wtf/text/StringConcatenate.h     unsigned m_length;
m_length          154 Source/wtf/text/StringConcatenate.h     , m_length(strlen(reinterpret_cast<char*>(buffer)))
m_length          158 Source/wtf/text/StringConcatenate.h     unsigned length() { return m_length; }
m_length          164 Source/wtf/text/StringConcatenate.h         memcpy(destination, m_buffer, m_length * sizeof(LChar));
m_length          169 Source/wtf/text/StringConcatenate.h         StringImpl::copyChars(destination, m_buffer, m_length);
m_length          174 Source/wtf/text/StringConcatenate.h     unsigned m_length;
m_length          189 Source/wtf/text/StringConcatenate.h         m_length = len;
m_length          192 Source/wtf/text/StringConcatenate.h     unsigned length() { return m_length; }
m_length          203 Source/wtf/text/StringConcatenate.h         memcpy(destination, m_buffer, m_length * sizeof(UChar));
m_length          208 Source/wtf/text/StringConcatenate.h     unsigned m_length;
m_length          216 Source/wtf/text/StringConcatenate.h         , m_length(strlen(buffer))
m_length          220 Source/wtf/text/StringConcatenate.h     unsigned length() { return m_length; }
m_length          226 Source/wtf/text/StringConcatenate.h         memcpy(destination, m_buffer, static_cast<size_t>(m_length) * sizeof(LChar));
m_length          231 Source/wtf/text/StringConcatenate.h         for (unsigned i = 0; i < m_length; ++i) {
m_length          239 Source/wtf/text/StringConcatenate.h     unsigned m_length;
m_length          247 Source/wtf/text/StringConcatenate.h         , m_length(strlen(reinterpret_cast<const char*>(buffer)))
m_length          251 Source/wtf/text/StringConcatenate.h     unsigned length() { return m_length; }
m_length          257 Source/wtf/text/StringConcatenate.h         memcpy(destination, m_buffer, static_cast<size_t>(m_length) * sizeof(LChar));
m_length          262 Source/wtf/text/StringConcatenate.h         StringImpl::copyChars(destination, m_buffer, m_length);
m_length          267 Source/wtf/text/StringConcatenate.h     unsigned m_length;
m_length          135 Source/wtf/text/StringImpl.cpp         if (!m_length) {
m_length          136 Source/wtf/text/StringImpl.cpp             m_length = string->length();
m_length          147 Source/wtf/text/StringImpl.cpp         return m_numberOfCopies * m_length;
m_length          155 Source/wtf/text/StringImpl.cpp         dataLogF("%8u copies (%s) of length %8u %s\n", m_numberOfCopies, status, m_length, m_snippet.data());
m_length          160 Source/wtf/text/StringImpl.cpp     unsigned m_length;
m_length          168 Source/wtf/text/StringImpl.cpp         , m_length(0)
m_length          182 Source/wtf/text/StringImpl.cpp     if (a->m_length != b->m_length)
m_length          183 Source/wtf/text/StringImpl.cpp         return a->m_length < b->m_length;
m_length          455 Source/wtf/text/StringImpl.cpp         for (unsigned i = 0; i < m_length; ++i) {
m_length          464 Source/wtf/text/StringImpl.cpp     for (unsigned i = 0; i < m_length; ++i) {
m_length          474 Source/wtf/text/StringImpl.cpp     if (start >= m_length)
m_length          476 Source/wtf/text/StringImpl.cpp     unsigned maxLength = m_length - start;
m_length          494 Source/wtf/text/StringImpl.cpp     if (i + 1 < m_length && U16_IS_LEAD(characters16()[i]) && U16_IS_TRAIL(characters16()[i + 1]))
m_length          508 Source/wtf/text/StringImpl.cpp         const LChar* end = characters8() + m_length;
m_length          518 Source/wtf/text/StringImpl.cpp         RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
m_length          519 Source/wtf/text/StringImpl.cpp         int32_t length = m_length;
m_length          538 Source/wtf/text/StringImpl.cpp     const UChar* end = characters16() + m_length;
m_length          548 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
m_length          549 Source/wtf/text/StringImpl.cpp     int32_t length = m_length;
m_length          553 Source/wtf/text/StringImpl.cpp         RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
m_length          564 Source/wtf/text/StringImpl.cpp     RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
m_length          567 Source/wtf/text/StringImpl.cpp     int32_t realLength = Unicode::toLower(data16, length, characters16(), m_length, &error);
m_length          572 Source/wtf/text/StringImpl.cpp     Unicode::toLower(data16, realLength, characters16(), m_length, &error);
m_length          584 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
m_length          585 Source/wtf/text/StringImpl.cpp     int32_t length = m_length;
m_length          589 Source/wtf/text/StringImpl.cpp         RefPtr<StringImpl> newImpl = createUninitialized(m_length, data8);
m_length          623 Source/wtf/text/StringImpl.cpp         newImpl = createUninitialized(m_length + numberSharpSCharacters, data8);
m_length          644 Source/wtf/text/StringImpl.cpp     RefPtr<StringImpl> newImpl = createUninitialized(m_length, data16);
m_length          658 Source/wtf/text/StringImpl.cpp     int32_t realLength = Unicode::toUpper(data16, length, source16, m_length, &error);
m_length          662 Source/wtf/text/StringImpl.cpp     Unicode::toUpper(data16, realLength, source16, m_length, &error);
m_length          724 Source/wtf/text/StringImpl.cpp     if (m_length > static_cast<unsigned>(numeric_limits<int32_t>::max()))
m_length          726 Source/wtf/text/StringImpl.cpp     int length = m_length;
m_length          749 Source/wtf/text/StringImpl.cpp     if (m_length > static_cast<unsigned>(numeric_limits<int32_t>::max()))
m_length          751 Source/wtf/text/StringImpl.cpp     int length = m_length;
m_length          777 Source/wtf/text/StringImpl.cpp         RefPtr<StringImpl> newImpl = createUninitialized(m_length, data);
m_length          778 Source/wtf/text/StringImpl.cpp         for (unsigned i = 0; i < m_length; ++i)
m_length          783 Source/wtf/text/StringImpl.cpp     RefPtr<StringImpl> newImpl = createUninitialized(m_length, data);
m_length          784 Source/wtf/text/StringImpl.cpp     for (unsigned i = 0; i < m_length; ++i)
m_length          791 Source/wtf/text/StringImpl.cpp     RELEASE_ASSERT(m_length <= static_cast<unsigned>(numeric_limits<int32_t>::max()));
m_length          792 Source/wtf/text/StringImpl.cpp     int32_t length = m_length;
m_length          797 Source/wtf/text/StringImpl.cpp         RefPtr <StringImpl>newImpl = createUninitialized(m_length, data);
m_length          818 Source/wtf/text/StringImpl.cpp     RefPtr<StringImpl> newImpl = createUninitialized(m_length, data);
m_length          830 Source/wtf/text/StringImpl.cpp     int32_t realLength = Unicode::foldCase(data, length, characters16(), m_length, &error);
m_length          834 Source/wtf/text/StringImpl.cpp     Unicode::foldCase(data, realLength, characters16(), m_length, &error);
m_length          843 Source/wtf/text/StringImpl.cpp     if (!m_length)
m_length          847 Source/wtf/text/StringImpl.cpp     unsigned end = m_length - 1;
m_length          861 Source/wtf/text/StringImpl.cpp     if (!start && end == m_length - 1)
m_length          903 Source/wtf/text/StringImpl.cpp     const CharType* fromend = from + m_length;
m_length          911 Source/wtf/text/StringImpl.cpp     StringBuffer<CharType> data(m_length);
m_length          942 Source/wtf/text/StringImpl.cpp     StringBuffer<CharType> data(m_length);
m_length          945 Source/wtf/text/StringImpl.cpp     const CharType* fromend = from + m_length;
m_length          980 Source/wtf/text/StringImpl.cpp     if (static_cast<unsigned>(outc) == m_length && !changedToSpace)
m_length         1005 Source/wtf/text/StringImpl.cpp         return charactersToIntStrict(characters8(), m_length, ok, base);
m_length         1006 Source/wtf/text/StringImpl.cpp     return charactersToIntStrict(characters16(), m_length, ok, base);
m_length         1012 Source/wtf/text/StringImpl.cpp         return charactersToUIntStrict(characters8(), m_length, ok, base);
m_length         1013 Source/wtf/text/StringImpl.cpp     return charactersToUIntStrict(characters16(), m_length, ok, base);
m_length         1019 Source/wtf/text/StringImpl.cpp         return charactersToInt64Strict(characters8(), m_length, ok, base);
m_length         1020 Source/wtf/text/StringImpl.cpp     return charactersToInt64Strict(characters16(), m_length, ok, base);
m_length         1026 Source/wtf/text/StringImpl.cpp         return charactersToUInt64Strict(characters8(), m_length, ok, base);
m_length         1027 Source/wtf/text/StringImpl.cpp     return charactersToUInt64Strict(characters16(), m_length, ok, base);
m_length         1033 Source/wtf/text/StringImpl.cpp         return charactersToIntPtrStrict(characters8(), m_length, ok, base);
m_length         1034 Source/wtf/text/StringImpl.cpp     return charactersToIntPtrStrict(characters16(), m_length, ok, base);
m_length         1040 Source/wtf/text/StringImpl.cpp         return charactersToInt(characters8(), m_length, ok);
m_length         1041 Source/wtf/text/StringImpl.cpp     return charactersToInt(characters16(), m_length, ok);
m_length         1047 Source/wtf/text/StringImpl.cpp         return charactersToUInt(characters8(), m_length, ok);
m_length         1048 Source/wtf/text/StringImpl.cpp     return charactersToUInt(characters16(), m_length, ok);
m_length         1054 Source/wtf/text/StringImpl.cpp         return charactersToInt64(characters8(), m_length, ok);
m_length         1055 Source/wtf/text/StringImpl.cpp     return charactersToInt64(characters16(), m_length, ok);
m_length         1061 Source/wtf/text/StringImpl.cpp         return charactersToUInt64(characters8(), m_length, ok);
m_length         1062 Source/wtf/text/StringImpl.cpp     return charactersToUInt64(characters16(), m_length, ok);
m_length         1068 Source/wtf/text/StringImpl.cpp         return charactersToIntPtr(characters8(), m_length, ok);
m_length         1069 Source/wtf/text/StringImpl.cpp     return charactersToIntPtr(characters16(), m_length, ok);
m_length         1075 Source/wtf/text/StringImpl.cpp         return charactersToDouble(characters8(), m_length, ok);
m_length         1076 Source/wtf/text/StringImpl.cpp     return charactersToDouble(characters16(), m_length, ok);
m_length         1082 Source/wtf/text/StringImpl.cpp         return charactersToFloat(characters8(), m_length, ok);
m_length         1083 Source/wtf/text/StringImpl.cpp     return charactersToFloat(characters16(), m_length, ok);
m_length         1109 Source/wtf/text/StringImpl.cpp         return WTF::find(characters8(), m_length, matchFunction, start);
m_length         1110 Source/wtf/text/StringImpl.cpp     return WTF::find(characters16(), m_length, matchFunction, start);
m_length         1350 Source/wtf/text/StringImpl.cpp         return WTF::findNextLineStart(characters8(), m_length, index);
m_length         1351 Source/wtf/text/StringImpl.cpp     return WTF::findNextLineStart(characters16(), m_length, index);
m_length         1358 Source/wtf/text/StringImpl.cpp         for (size_t i = 0; i < m_length; ++i)
m_length         1361 Source/wtf/text/StringImpl.cpp         for (size_t i = 0; i < m_length; ++i)
m_length         1370 Source/wtf/text/StringImpl.cpp         return WTF::reverseFind(characters8(), m_length, c, index);
m_length         1371 Source/wtf/text/StringImpl.cpp     return WTF::reverseFind(characters16(), m_length, c, index);
m_length         1493 Source/wtf/text/StringImpl.cpp     return m_length && (*this)[0] == character;
m_length         1507 Source/wtf/text/StringImpl.cpp     if (m_length >= matchString->m_length) {
m_length         1508 Source/wtf/text/StringImpl.cpp         unsigned start = m_length - matchString->m_length;
m_length         1516 Source/wtf/text/StringImpl.cpp     return m_length && (*this)[m_length - 1] == character;
m_length         1533 Source/wtf/text/StringImpl.cpp     for (i = 0; i != m_length; ++i) {
m_length         1538 Source/wtf/text/StringImpl.cpp     if (i == m_length)
m_length         1551 Source/wtf/text/StringImpl.cpp             RefPtr<StringImpl> newImpl = createUninitialized(m_length, data);
m_length         1553 Source/wtf/text/StringImpl.cpp             for (i = 0; i != m_length; ++i) {
m_length         1565 Source/wtf/text/StringImpl.cpp         RefPtr<StringImpl> newImpl = createUninitialized(m_length, data);
m_length         1567 Source/wtf/text/StringImpl.cpp         for (i = 0; i != m_length; ++i) {
m_length         1578 Source/wtf/text/StringImpl.cpp     RefPtr<StringImpl> newImpl = createUninitialized(m_length, data);
m_length         1580 Source/wtf/text/StringImpl.cpp     for (i = 0; i != m_length; ++i) {
m_length         1666 Source/wtf/text/StringImpl.cpp     unsigned newSize = m_length - matchCount;
m_length         1690 Source/wtf/text/StringImpl.cpp         srcSegmentLength = m_length - srcSegmentStart;
m_length         1713 Source/wtf/text/StringImpl.cpp     srcSegmentLength = m_length - srcSegmentStart;
m_length         1741 Source/wtf/text/StringImpl.cpp     unsigned newSize = m_length - matchCount;
m_length         1768 Source/wtf/text/StringImpl.cpp         srcSegmentLength = m_length - srcSegmentStart;
m_length         1791 Source/wtf/text/StringImpl.cpp     srcSegmentLength = m_length - srcSegmentStart;
m_length         1822 Source/wtf/text/StringImpl.cpp     unsigned newSize = m_length - matchCount * patternLength;
m_length         1856 Source/wtf/text/StringImpl.cpp         srcSegmentLength = m_length - srcSegmentStart;
m_length         1889 Source/wtf/text/StringImpl.cpp     srcSegmentLength = m_length - srcSegmentStart;
m_length         1907 Source/wtf/text/StringImpl.cpp         return String::make16BitFrom8BitSource(characters8(), m_length).releaseImpl();
m_length          131 Source/wtf/text/StringImpl.h         , m_length(0)
m_length          140 Source/wtf/text/StringImpl.h         STRING_STATS_ADD_8BIT_STRING(m_length);
m_length          148 Source/wtf/text/StringImpl.h         , m_length(length)
m_length          154 Source/wtf/text/StringImpl.h         ASSERT(m_length);
m_length          155 Source/wtf/text/StringImpl.h         STRING_STATS_ADD_8BIT_STRING(m_length);
m_length          160 Source/wtf/text/StringImpl.h         , m_length(length)
m_length          166 Source/wtf/text/StringImpl.h         ASSERT(m_length);
m_length          167 Source/wtf/text/StringImpl.h         STRING_STATS_ADD_16BIT_STRING(m_length);
m_length          173 Source/wtf/text/StringImpl.h         , m_length(length)
m_length          214 Source/wtf/text/StringImpl.h         ASSERT(length <= m_length);
m_length          215 Source/wtf/text/StringImpl.h         m_length = length;
m_length          218 Source/wtf/text/StringImpl.h     unsigned length() const { return m_length; }
m_length          242 Source/wtf/text/StringImpl.h         ASSERT(hash == (is8Bit() ? StringHasher::computeHashAndMaskTop8Bits(characters8(), m_length) : StringHasher::computeHashAndMaskTop8Bits(characters16(), m_length)));
m_length          316 Source/wtf/text/StringImpl.h         ASSERT_WITH_SECURITY_IMPLICATION(i < m_length);
m_length          440 Source/wtf/text/StringImpl.h     unsigned m_length;
m_length          614 Source/wtf/text/StringImpl.h         return WTF::find(characters8(), m_length, character, start);
m_length          615 Source/wtf/text/StringImpl.h     return WTF::find(characters16(), m_length, character, start);
m_length          626 Source/wtf/text/StringImpl.h         return WTF::find(characters8(), m_length, character, start);
m_length          627 Source/wtf/text/StringImpl.h     return WTF::find(characters16(), m_length, character, start);
m_length          716 Source/wtf/text/StringImpl.h         return create(characters8(), m_length);
m_length          717 Source/wtf/text/StringImpl.h     return create(characters16(), m_length);
m_length          131 Source/wtf/text/StringImplCF.cpp     if (!m_length || !isMainThread()) {
m_length          133 Source/wtf/text/StringImplCF.cpp             return adoptCF(CFStringCreateWithBytes(0, reinterpret_cast<const UInt8*>(characters8()), m_length, kCFStringEncodingISOLatin1, false));
m_length          134 Source/wtf/text/StringImplCF.cpp         return adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(characters16()), m_length));
m_length          144 Source/wtf/text/StringImplCF.cpp         string = CFStringCreateWithBytesNoCopy(allocator, reinterpret_cast<const UInt8*>(characters8()), m_length, kCFStringEncodingISOLatin1, false, kCFAllocatorNull);
m_length          146 Source/wtf/text/StringImplCF.cpp         string = CFStringCreateWithCharactersNoCopy(allocator, reinterpret_cast<const UniChar*>(characters16()), m_length, kCFAllocatorNull);
m_length           58 Source/wtf/text/StringStatics.cpp         setHash(StringHasher::computeHashAndMaskTop8Bits(characters8(), m_length));
m_length           60 Source/wtf/text/StringStatics.cpp         setHash(StringHasher::computeHashAndMaskTop8Bits(characters16(), m_length));
m_length           52 Source/wtf/text/StringUTF8Adaptor.h         , m_length(0)
m_length           62 Source/wtf/text/StringUTF8Adaptor.h             m_length = string.length();
m_length           69 Source/wtf/text/StringUTF8Adaptor.h             m_length = m_utf8Buffer.length();
m_length           74 Source/wtf/text/StringUTF8Adaptor.h     size_t length() const { return m_length; }
m_length           79 Source/wtf/text/StringUTF8Adaptor.h     size_t m_length;
m_length           42 Source/wtf/text/StringView.h         , m_length(0)
m_length           49 Source/wtf/text/StringView.h         , m_length(m_impl->length())
m_length           56 Source/wtf/text/StringView.h         , m_length(length)
m_length           63 Source/wtf/text/StringView.h         ASSERT_WITH_SECURITY_IMPLICATION(offset + length <= m_length);
m_length           65 Source/wtf/text/StringView.h         m_length = length;
m_length           68 Source/wtf/text/StringView.h     bool isEmpty() const { return !m_length; }
m_length           69 Source/wtf/text/StringView.h     unsigned length() const { return m_length; }
m_length           94 Source/wtf/text/StringView.h             return StringImpl::create(characters8(), m_length);
m_length           95 Source/wtf/text/StringView.h         return StringImpl::create(characters16(), m_length);
m_length          101 Source/wtf/text/StringView.h     unsigned m_length;