Searched refs:uprv_pathIsAbsolute (Results 1 – 7 of 7) sorted by relevance
523 U_INTERNAL UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
1213 …if(uprv_pathIsAbsolute(path) || (pkg != first)) { /* more than one slash in the path- not a tree n… in doOpenChoice()
1293 uprv_pathIsAbsolute(const char *path) in uprv_pathIsAbsolute() function
425 if(uprv_pathIsAbsolute(filename)) { in addFile()
1391 #define uprv_pathIsAbsolute U_ICU_ENTRY_POINT_RENAME(uprv_pathIsAbsolute) macro
2116 if(uprv_pathIsAbsolute(s) || s[0] == '.') { in loadLists()