Searched refs:UNICHAR_SLASH (Results 1 – 3 of 3) sorted by relevance
83 const sal_Unicode UNICHAR_SLASH = ((sal_Unicode)'/'); variable423 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_()[all …]
1038 || (UNICHAR_SLASH == temp->buffer[0]) in osl_getSystemPathFromFileURL_Ex()1039 || (UNICHAR_COLON == temp->buffer[1] && UNICHAR_SLASH == temp->buffer[2])) in osl_getSystemPathFromFileURL_Ex()1167 while ((p > aPath) && (*p != UNICHAR_SLASH))1172 if (UNICHAR_SLASH == *p)1256 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf))1263 else if (UNICHAR_SLASH == *(punresolved + 1))1268 …UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *(punresolv…1274 if (UNICHAR_SLASH == *(punresolved + 2))1301 else if (UNICHAR_SLASH == *punresolved)1319 if (!_islastchr(path_resolved_so_far, UNICHAR_SLASH))[all …]
46 const sal_Unicode UNICHAR_SLASH = ((sal_Unicode)'/'); variable
Completed in 27 milliseconds