HomeSort by relevance Sort by last modified time
    Searched full:lookaheadresult (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/text/
SegmentedString.h 131 enum LookAheadResult {
137 LookAheadResult lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLiterally>(string); }
138 LookAheadResult lookAheadIgnoringCase(const String& string) { return lookAheadInline<SegmentedString::equalsIgnoringCase>(string); }
247 inline LookAheadResult lookAheadInline(const String& string)
258 LookAheadResult lookAheadSlowCase(const String& string)
266 LookAheadResult result = DidNotMatch;
  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.cpp     [all...]
  /external/icu4c/common/
rbbi.cpp 969 int32_t lookaheadResult = 0;
    [all...]

Completed in 206 milliseconds