Lines Matching refs:UNICHAR_SLASH
83 const sal_Unicode UNICHAR_SLASH = ((sal_Unicode)'/'); variable
423 if (bAllowRelative || (UNICHAR_SLASH == temp->buffer[0])) in osl_getSystemPathFromFileURL_Ex()
492 while ((p > aPath) && (*p != UNICHAR_SLASH)) in _rmlastpathtoken()
497 if (UNICHAR_SLASH == *p) in _rmlastpathtoken()
580 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf)) in osl_getAbsoluteFileURL_impl_()
587 else if (UNICHAR_SLASH == *(punresolved + 1)) in osl_getAbsoluteFileURL_impl_()
592 …else if ((UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *… in osl_getAbsoluteFileURL_impl_()
598 if (UNICHAR_SLASH == *(punresolved + 2)) in osl_getAbsoluteFileURL_impl_()
624 else if (UNICHAR_SLASH == *punresolved) in osl_getAbsoluteFileURL_impl_()
641 if (!_islastchr(path_resolved_so_far, UNICHAR_SLASH)) in osl_getAbsoluteFileURL_impl_()
646 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far); in osl_getAbsoluteFileURL_impl_()