Searched refs:appendPathPart (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | genrb.cpp | 350 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()
|
D | derb.cpp | 226 infile.appendPathPart(icu::StringPiece(arg, (int32_t)(q - arg)), status); in main() 260 thefile.appendPathPart(filename, status); in main()
|
D | parse.cpp | 1597 fullname.appendPathPart(filename.getAlias(), *status); in parseImport()
|
/external/icu/icu4c/source/test/intltest/ |
D | units_test.cpp | 434 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()
|
D | numbertest_permutation.cpp | 162 goldenFilePath.appendPathPart("numberpermutationtest.txt", status); in testPermutations()
|
D | datadrivennumberformattestsuite.cpp | 33 path.appendPathPart(fileName, status); in run()
|
D | localematchertest.cpp | 647 path.appendPathPart("localeMatcherTest.txt", errorCode); in testDataDriven()
|
D | uts46test.cpp | 1145 path.appendPathPart("IdnaTestV2.txt", errorCode); in IdnaTest()
|
D | rbbimonkeytest.cpp | 648 path.appendPathPart(fileName, status); in openBreakRules()
|
D | rbbitst.cpp | 4513 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()
|
D | collationtest.cpp | 1817 path.appendPathPart("collationtest.txt", errorCode); in TestDataDriven()
|
/external/icu/libicu/cts_headers/ |
D | charstr.h | 163 CharString &appendPathPart(StringPiece s, UErrorCode &errorCode);
|
/external/icu/icu4c/source/common/ |
D | charstr.h | 163 CharString &appendPathPart(StringPiece s, UErrorCode &errorCode);
|
D | charstr.cpp | 205 CharString &CharString::appendPathPart(StringPiece s, UErrorCode &errorCode) { in appendPathPart() function in CharString
|
/external/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 297 pathBuf.appendPathPart(sourcedir, localError); in main() 298 pathBuf.appendPathPart(arg, localError); in main()
|