Searched refs:isPathComponentCharacter (Results 1 – 3 of 3) sorted by relevance
39 PLATFORM_EXPORT bool isPathComponentCharacter(UChar);
39 bool isPathComponentCharacter(UChar c) in isPathComponentCharacter() function
409 skipWhile<UChar, isPathComponentCharacter>(position, end); in parsePath()