Searched refs:punresolved (Results 1 – 2 of 2) sorted by relevance
562 const sal_Unicode* punresolved = unresolved_path.getStr(); in osl_getAbsoluteFileURL_impl_() local577 while (*punresolved != '\0') in osl_getAbsoluteFileURL_impl_()581 if ((UNICHAR_DOT == *punresolved) && (UNICHAR_SLASH == *presolvedsf)) in osl_getAbsoluteFileURL_impl_()583 if ('\0' == *(punresolved + 1)) in osl_getAbsoluteFileURL_impl_()585 punresolved++; in osl_getAbsoluteFileURL_impl_()588 else if (UNICHAR_SLASH == *(punresolved + 1)) in osl_getAbsoluteFileURL_impl_()590 punresolved += 2; in osl_getAbsoluteFileURL_impl_()593 …else if ((UNICHAR_DOT == *(punresolved + 1)) && ('\0' == *(punresolved + 2) || (UNICHAR_SLASH == *… in osl_getAbsoluteFileURL_impl_()599 if (UNICHAR_SLASH == *(punresolved + 2)) in osl_getAbsoluteFileURL_impl_()600 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 …]