Home
last modified time | relevance | path

Searched defs:isPathSegmentEndChar (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
DKURL.cpp231 static inline bool isPathSegmentEndChar(char c) { return characterClassTable[static_cast<unsigned c… in isPathSegmentEndChar() function
232 static inline bool isPathSegmentEndChar(UChar c) { return c <= 0xff && (characterClassTable[c] & Pa… in isPathSegmentEndChar() function