Searched refs:findDirname (Results 1 – 3 of 3) sorted by relevance
103 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status);
130 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status) { in findDirname() function
705 …result = STRNULL(findDirname(testCases[i].inBuf, toolutil_testBuf, testCases[i].outBufLen, &status… in toolutil_findDirname()