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

  /external/webkit/Source/WebCore/platform/
LinkHash.cpp 167 static inline bool matchLetter(UChar c, UChar lowercaseLetter)
176 if (!matchLetter(characters[0], 'h')
177 || !matchLetter(characters[1], 't')
178 || !matchLetter(characters[2], 't')
179 || !matchLetter(characters[3], 'p'))
182 || (matchLetter(characters[4], 's') && characters[5] == ':')))
KURL.cpp     [all...]

Completed in 86 milliseconds