Home
last modified time | relevance | path

Searched refs:uprv_pathIsAbsolute (Results 1 – 10 of 10) sorted by relevance

/external/icu/libicu/cts_headers/
Dputilimp.h469 U_CAPI UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
/external/icu/icu4c/source/common/
Dputilimp.h469 U_CAPI UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
Dudata.cpp1252 …if(uprv_pathIsAbsolute(path) || (pkg != first)) { /* more than one slash in the path- not a tree n… in doOpenChoice()
Dputil.cpp1335 uprv_pathIsAbsolute(const char *path) in uprv_pathIsAbsolute() function
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.cpp425 if(uprv_pathIsAbsolute(filename)) { in addFile()
/external/icu/libicu/cts_headers/unicode/
Durename.h1445 #define uprv_pathIsAbsolute U_ICU_ENTRY_POINT_RENAME(uprv_pathIsAbsolute) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1445 #define uprv_pathIsAbsolute U_ICU_ENTRY_POINT_RENAME(uprv_pathIsAbsolute) macro
/external/icu/libandroidicu/include/unicode/
Durename.h1445 #define uprv_pathIsAbsolute U_ICU_ENTRY_POINT_RENAME(uprv_pathIsAbsolute) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h1445 #define uprv_pathIsAbsolute U_ICU_ENTRY_POINT_RENAME(uprv_pathIsAbsolute) macro
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp2157 if(uprv_pathIsAbsolute(s) || s[0] == '.') { in loadLists()