Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp350 poolFileName.appendPathPart(poolResName, status); in main()
535 theCurrentFileName.appendPathPart(arg, status); in main()
635 openFileName.appendPathPart(filename, status); in processFile()
669 filterFileName.appendPathPart(filename, status); in processFile()
Dderb.cpp226 infile.appendPathPart(icu::StringPiece(arg, (int32_t)(q - arg)), status); in main()
260 thefile.appendPathPart(filename, status); in main()
Dparse.cpp1597 fullname.appendPathPart(filename.getAlias(), *status); in parseImport()
/external/icu/icu4c/source/test/intltest/
Dunits_test.cpp434 path.appendPathPart("cldr/units", errorCode); in testConversions()
435 path.appendPathPart(filename, errorCode); in testConversions()
877 path.appendPathPart("cldr/units", errorCode); in testPreferences()
878 path.appendPathPart(filename, errorCode); in testPreferences()
Dnumbertest_permutation.cpp162 goldenFilePath.appendPathPart("numberpermutationtest.txt", status); in testPermutations()
Ddatadrivennumberformattestsuite.cpp33 path.appendPathPart(fileName, status); in run()
Dlocalematchertest.cpp647 path.appendPathPart("localeMatcherTest.txt", errorCode); in testDataDriven()
Duts46test.cpp1145 path.appendPathPart("IdnaTestV2.txt", errorCode); in IdnaTest()
Drbbimonkeytest.cpp648 path.appendPathPart(fileName, status); in openBreakRules()
Drbbitst.cpp4513 testFileName.appendPathPart("emoji-test.txt", status); in TestEmoji()
4892 path.appendPathPart("brkitr", status); in TestDebugRules()
4893 path.appendPathPart("rules", status); in TestDebugRules()
4894 path.appendPathPart("line.txt", status); in TestDebugRules()
Dcollationtest.cpp1817 path.appendPathPart("collationtest.txt", errorCode); in TestDataDriven()
/external/icu/libicu/cts_headers/
Dcharstr.h163 CharString &appendPathPart(StringPiece s, UErrorCode &errorCode);
/external/icu/icu4c/source/common/
Dcharstr.h163 CharString &appendPathPart(StringPiece s, UErrorCode &errorCode);
Dcharstr.cpp205 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart() function in CharString
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp297 pathBuf.appendPathPart(sourcedir, localError); in main()
298 pathBuf.appendPathPart(arg, localError); in main()