Lines Matching refs:UNICHAR_SLASH
84 const sal_Unicode UNICHAR_SLASH = ((sal_Unicode)'/'); variable
424 if (bAllowRelative || (UNICHAR_SLASH == temp->buffer[0])) in osl_getSystemPathFromFileURL_Ex()
493 while ((p > aPath) && (*p != UNICHAR_SLASH)) in _rmlastpathtoken()
498 if (UNICHAR_SLASH == *p) in _rmlastpathtoken()
581 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf)) in osl_getAbsoluteFileURL_impl_()
588 else if (UNICHAR_SLASH == *(punresolved + 1)) in osl_getAbsoluteFileURL_impl_()
593 …UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *(punresolv… in osl_getAbsoluteFileURL_impl_()
599 if (UNICHAR_SLASH == *(punresolved + 2)) in osl_getAbsoluteFileURL_impl_()
625 else if (UNICHAR_SLASH == *punresolved) in osl_getAbsoluteFileURL_impl_()
642 if (!_islastchr(path_resolved_so_far, UNICHAR_SLASH)) in osl_getAbsoluteFileURL_impl_()
647 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()