Lines Matching full:segmentedstring
352 * platform/SegmentedString.h: Changed from QChar to UChar. Had to initialize
354 * platform/SegmentedString.cpp:
355 (WebCore::SegmentedString::length): Updated for change from QChar to UChar.
356 (WebCore::SegmentedString::append): Ditto.
357 (WebCore::SegmentedString::prepend): Ditto.
358 (WebCore::SegmentedString::toString): Ditto.
1364 * platform/SegmentedString.h: (WebCore::SegmentedString::advance): Oops!
1398 * platform/SegmentedString.h:
1399 (WebCore::SegmentedString::push):
1400 (WebCore::SegmentedString::advance):
1401 (WebCore::SegmentedString::escaped):
1402 * platform/SegmentedString.cpp:
1403 (WebCore::SegmentedString::length):
1404 (WebCore::SegmentedString::append):
1405 (WebCore::SegmentedString::prepend):
1406 (WebCore::SegmentedString::toString):
5559 * platform/SegmentedString.h:
6284 * platform/SegmentedString.h:
14814 * platform/SegmentedString.cpp:
14815 (WebCore::SegmentedString::SegmentedString): Added copy constructor.
14816 (WebCore::SegmentedString::operator=): Added assignment operator. Previously the
14819 * platform/SegmentedString.h: Added prototypes for copy constructor and
23872 * platform/SegmentedString.h:
24890 * platform/SegmentedString.h:
31944 Rename TokenizerString to SegmentedString and place it in the platform directory.
31968 * platform/SegmentedString.cpp: Added.
31969 (WebCore::SegmentedString::length):
31970 (WebCore::SegmentedString::clear):
31971 (WebCore::SegmentedString::append):
31972 (WebCore::SegmentedString::prepend):
31973 (WebCore::SegmentedString::advanceSubstring):
31974 (WebCore::SegmentedString::toString):
31975 * platform/SegmentedString.h: Added.
31977 (WebCore::SegmentedString::SegmentedString):