Searched refs:punresolved (Results 1 – 2 of 2) sorted by relevance
561 const sal_Unicode* punresolved = unresolved_path.getStr(); in osl_getAbsoluteFileURL_impl_() local576 while (*punresolved != '\0') in osl_getAbsoluteFileURL_impl_()580 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf)) in osl_getAbsoluteFileURL_impl_()582 if ('\0' == *(punresolved + 1)) in osl_getAbsoluteFileURL_impl_()584 punresolved++; in osl_getAbsoluteFileURL_impl_()587 else if (UNICHAR_SLASH == *(punresolved + 1)) in osl_getAbsoluteFileURL_impl_()589 punresolved += 2; 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_()599 punresolved += 3; in osl_getAbsoluteFileURL_impl_()[all …]
1237 const sal_Unicode* punresolved = unresolved_path.getStr();1252 while (*punresolved != '\0')1256 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf))1258 if ('\0' == *(punresolved + 1))1260 punresolved++;1263 else if (UNICHAR_SLASH == *(punresolved + 1))1265 punresolved += 2;1268 …else if ((UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *…1274 if (UNICHAR_SLASH == *(punresolved + 2))1275 punresolved += 3;[all …]