HomeSort by relevance Sort by last modified time
    Searched refs:SegmentedSubstring (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/text/
SegmentedString.cpp 69 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin();
70 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
81 Deque<SegmentedSubstring>::iterator it = m_substrings.begin();
82 Deque<SegmentedSubstring>::iterator e = m_substrings.end();
98 void SegmentedString::append(const SegmentedSubstring& s)
111 void SegmentedString::prepend(const SegmentedSubstring& s)
120 // SegmentedSubstring. These assumptions are sufficient for our
147 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin();
148 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end();
160 Deque<SegmentedSubstring>::const_reverse_iterator it = s.m_substrings.rbegin()
    [all...]
SegmentedString.h 31 class SegmentedSubstring {
33 SegmentedSubstring()
40 SegmentedSubstring(const String& str)
235 void append(const SegmentedSubstring&);
236 void prepend(const SegmentedSubstring&);
277 SegmentedSubstring m_currentString;
282 Deque<SegmentedSubstring> m_substrings;

Completed in 126 milliseconds