Searched defs:isPathSegmentEndChar (Results 1 – 1 of 1) sorted by relevance
231 static inline bool isPathSegmentEndChar(char c) { return characterClassTable[static_cast<unsigned c… in isPathSegmentEndChar() function232 static inline bool isPathSegmentEndChar(UChar c) { return c <= 0xff && (characterClassTable[c] & Pa… in isPathSegmentEndChar() function