Home | History | Annotate | Download | only in text

Lines Matching refs:SegmentedString

29 class SegmentedString;
77 class SegmentedString {
79 SegmentedString()
90 SegmentedString(const String& str)
102 SegmentedString(const SegmentedString&);
104 const SegmentedString& operator=(const SegmentedString&);
109 void append(const SegmentedString&);
110 void prepend(const SegmentedString&);
137 LookAheadResult lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLiterally>(string); }
138 LookAheadResult lookAheadIgnoringCase(const String& string) { return lookAheadInline<SegmentedString::equalsIgnoringCase>(string); }
269 prepend(SegmentedString(consumedString));