Searched refs:isAbsolutePath (Results 1 – 4 of 4) sorted by relevance
70 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()155 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver172 if(!isAbsolutePath(systemId)) in isWindowsAbsolutePath()246 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
63 if (!isAbsolutePath(localPath)) in getAbsoluteURIFromRelative()148 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver165 if(!isAbsolutePath(systemId)) in isWindowsAbsolutePath()239 if (!isAbsolutePath(localPath)) in getAbsoluteURI()
67 bool isAbsolutePath = length >= 3 && pathOrURL[1] == ':' && pathOrURL[2] == separator; in createWKURL() local70 bool isAbsolutePath = pathOrURL[0] == separator; in createWKURL() local74 if (isAbsolutePath) { in createWKURL()
354 if (!path || ![path isAbsolutePath]) {