Searched defs:isAbsolutePath (Results 1 – 3 of 3) sorted by relevance
67 bool isAbsolutePath = length >= 3 && pathOrURL[1] == ':' && pathOrURL[2] == separator; in createWKURL() local70 bool isAbsolutePath = pathOrURL[0] == separator; in createWKURL() local
148 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver
155 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver