Home
last modified time | relevance | path

Searched refs:appendPathPart (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dcharstr.h118 CharString &appendPathPart(const StringPiece &s, UErrorCode &errorCode);
Dcharstr.cpp147 CharString &CharString::appendPathPart(const StringPiece &s, UErrorCode &errorCode) { in appendPathPart() function in CharString
/external/icu/icu4c/source/tools/genrb/
Dderb.cpp224 infile.appendPathPart(icu::StringPiece(arg, (int32_t)(q - arg)), status); in main()
258 thefile.appendPathPart(filename, status); in main()
Dgenrb.cpp330 poolFileName.appendPathPart(poolResName, status); in main()
515 theCurrentFileName.appendPathPart(arg, status); in main()
Dparse.cpp1589 fullname.appendPathPart(filename.getAlias(), *status); in parseImport()
/external/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp31 path.appendPathPart(fileName, status); in run()
Dcollationtest.cpp1820 path.appendPathPart("collationtest.txt", errorCode); in TestDataDriven()