Home
last modified time | relevance | path

Searched refs:UNICHAR_SLASH (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sal/osl/unx/
H A Dfile_url.cxx84 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_()
[all …]
/aoo4110/main/sal/osl/os2/
H A Dfile_url.cxx1038 || (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 …]
H A Dfile_url.h46 const sal_Unicode UNICHAR_SLASH = ((sal_Unicode)'/'); variable

Completed in 28 milliseconds