Lines Matching refs:UNICHAR_SLASH
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))
1324 ustrchrcat(UNICHAR_SLASH, path_resolved_so_far);