Home
last modified time | relevance | path

Searched refs:uprv_strcat (Results 1 – 25 of 44) sorted by relevance

12

/external/icu4c/tools/genrb/
Dwrtjava.c109 uprv_strcat(target, "\\n"); in uCharsToChars()
114 uprv_strcat(target,"\\f"); in uCharsToChars()
120 uprv_strcat(target,"\\"); in uCharsToChars()
127 uprv_strcat(target,"\\"); in uCharsToChars()
147 uprv_strcat(target,"\\\\"); in uCharsToChars()
154 uprv_strcat(target,"\\\\\\"); in uCharsToChars()
167 uprv_strcat(target,"\\\\"); in uCharsToChars()
181 uprv_strcat(target,str); in uCharsToChars()
191 uprv_strcat(target,dest); in uCharsToChars()
634 uprv_strcat(className,"_"); in bundle_write_java()
[all …]
Dgenrb.c323 uprv_strcat(theCurrentFileName, U_FILE_SEP_STRING); in main()
326 uprv_strcat(theCurrentFileName, U_FILE_SEP_STRING); in main()
330 uprv_strcat(theCurrentFileName, poolResName); in main()
413 uprv_strcat(theCurrentFileName, U_FILE_SEP_STRING); in main()
417 uprv_strcat(theCurrentFileName, arg); in main()
543 uprv_strcat(openFileName, filename); in processFile()
688 uprv_strcat(resName, packageName); in make_res_filename()
689 uprv_strcat(resName, "_"); in make_res_filename()
692 uprv_strcat(resName, basename); in make_res_filename()
714 uprv_strcat(resName, packageName); in make_res_filename()
[all …]
Dparse.cpp308 uprv_strcat(filename, state->inputdir); in parseUCARules()
312 uprv_strcat(filename, U_FILE_SEP_STRING); in parseUCARules()
324 uprv_strcat(filename, cs); in parseUCARules()
449 uprv_strcat(filename, state->inputdir); in parseTransliterator()
453 uprv_strcat(filename, U_FILE_SEP_STRING); in parseTransliterator()
465 uprv_strcat(filename, cs); in parseTransliterator()
522 uprv_strcat(filename, state->outputdir); in parseDependency()
526 uprv_strcat(filename, U_FILE_SEP_STRING); in parseDependency()
536 uprv_strcat(filename, cs); in parseDependency()
758 uprv_strcat(openFileName, filename); in importFromDataFile()
[all …]
Dwrtxml.cpp105 uprv_strcat(result, "_"); in getID()
107 uprv_strcat(result, curKey); in getID()
1044 uprv_strcat(originalFileName, temp); in bundle_write_xml()
1045 uprv_strcat(originalFileName, textExt); in bundle_write_xml()
1104 uprv_strcat(xmlfileName,U_FILE_SEP_STRING); in bundle_write_xml()
1107 uprv_strcat(xmlfileName,outputFileName); in bundle_write_xml()
1108 uprv_strcat(xmlfileName,xliffExt); in bundle_write_xml()
Dderb.c257 uprv_strcat(infile, U_FILE_SEP_STRING); in main()
308 uprv_strcat(thefile, U_FILE_SEP_STRING); in main()
312 uprv_strcat(thefile, filename); in main()
/external/icu4c/tools/pkgdata/
Dpkgdata.cpp545 uprv_strcat(targetDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
546 uprv_strcat(targetDir, o->shortName); in pkg_executeOptions()
559 uprv_strcat(targetDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
562 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
567 uprv_strcat(datFileName, UDATA_CMN_SUFFIX); in pkg_executeOptions()
569 uprv_strcat(datFileNamePath, datFileName); in pkg_executeOptions()
584 uprv_strcat(targetFileNamePath, datFileName); in pkg_executeOptions()
889 uprv_strcat(pkgDataFlags[SO_EXT], "."); in createFileNames()
890 uprv_strcat(pkgDataFlags[SO_EXT], pkgDataFlags[A_EXT]); in createFileNames()
1544 uprv_strcat(buffer, " "); in pkg_createWithoutAssemblyCode()
[all …]
Dpkgtypes.c51 uprv_strcat(buffer, "\""); in pkg_writeCharListWrap()
98 uprv_strcat(buffer, l->str); in pkg_writeCharList()
101 uprv_strcat(buffer, "\""); in pkg_writeCharList()
/external/icu4c/test/intltest/
Dwindttst.cpp128 uprv_strcat(localeID, getCalendarType(calType)); in testLocales()
138 uprv_strcat(localeID, ";"); in testLocales()
140 uprv_strcat(localeID, "@"); in testLocales()
143 uprv_strcat(localeID, "compat=host"); in testLocales()
Ducaconf.cpp39 uprv_strcat(testDataPath, "CollationTest_"); in UCAConformanceTest()
113 uprv_strcat(buffer, type); in openTestFile()
128 uprv_strcat(buffer, ext); in openTestFile()
133 uprv_strcat(buffer, ext); in openTestFile()
Dtextfile.cpp58 uprv_strcat(buffer, name); in TextFile()
Drestsnew.cpp700 uprv_strcat(tag, frag); in testTag()
727 uprv_strcat(tag, frag); in testTag()
800 uprv_strcat(tag, frag); in testTag()
891 uprv_strcat(tag, frag); in testTag()
960 uprv_strcat(item_tag, itoa(index,buf)); in testTag()
Drestest.cpp383 uprv_strcat(tag, frag); in testTag()
412 uprv_strcat(tag, frag); in testTag()
/external/icu4c/i18n/
Ducol_sit.cpp375 uprv_strcat(destination, "_"); in ucol_sit_dumpSpecs()
407 uprv_strcat(s->locale, s->locElements[UCOL_SIT_LANGUAGE]); in ucol_sit_calculateWholeLocale()
410 uprv_strcat(s->locale, "_"); in ucol_sit_calculateWholeLocale()
411 uprv_strcat(s->locale, s->locElements[UCOL_SIT_SCRIPT]); in ucol_sit_calculateWholeLocale()
415 uprv_strcat(s->locale, "_"); in ucol_sit_calculateWholeLocale()
416 uprv_strcat(s->locale, s->locElements[UCOL_SIT_REGION]); in ucol_sit_calculateWholeLocale()
418 uprv_strcat(s->locale, "_"); in ucol_sit_calculateWholeLocale()
422 uprv_strcat(s->locale, "_"); in ucol_sit_calculateWholeLocale()
423 uprv_strcat(s->locale, s->locElements[UCOL_SIT_VARIANT]); in ucol_sit_calculateWholeLocale()
428 uprv_strcat(s->locale, collationKeyword); in ucol_sit_calculateWholeLocale()
[all …]
/external/icu4c/tools/gentest/
Dgenres32.c58 uprv_strcat(file,U_FILE_SEP_STRING); in genres32()
60 uprv_strcat(file,"testtable32.txt"); in genres32()
Dgentest.c151 uprv_strcat(file,U_FILE_SEP_STRING); in outputJavaStuff()
153 uprv_strcat(file,"DebugUtilitiesData.java"); in outputJavaStuff()
/external/icu4c/tools/toolutil/
Dpkg_gencmn.c430 uprv_strcat(s, U_TREE_ENTRY_SEP_STRING); in addFile()
431 uprv_strcat(s, filename); in addFile()
473 uprv_strcat(s, U_TREE_ENTRY_SEP_STRING); in addFile()
474 uprv_strcat(s, filename); in addFile()
519 uprv_strcat(fullPath, U_FILE_SEP_STRING); in pathToFullPath()
526 uprv_strcat(fullPath, path); in pathToFullPath()
Dfiletools.cpp54 uprv_strcat(newpath, U_FILE_SEP_STRING); in isFileModTimeLater()
55 uprv_strcat(newpath, dirEntry->d_name); in isFileModTimeLater()
Dunewdata.c95 uprv_strcat(filename, name); in udata_create()
97 uprv_strcat(filename, "."); in udata_create()
98 uprv_strcat(filename, type); in udata_create()
Dpkg_genc.c275 uprv_strcat(entry, "_dat"); in writeAssemblyCode()
598 uprv_strcat(outFilename, newSuffix); in getOutFilename()
626 uprv_strcat(saveOutFilename, newSuffix); in getOutFilename()
1036 uprv_strcat(entry+entryOffset, "_dat"); in writeObjectCode()
/external/icu4c/common/
Dputil.cpp952 uprv_strcat(newpath, dirName); in searchForTZFile()
957 uprv_strcat(newpath, "/"); in searchForTZFile()
1548 uprv_strcat(correctedPOSIXLocale, "__"); /* aa@b -> aa__b */ in uprv_getDefaultLocaleID()
1551 uprv_strcat(correctedPOSIXLocale, "_"); /* aa_CC@b -> aa_CC_b */ in uprv_getDefaultLocaleID()
1562 uprv_strcat(correctedPOSIXLocale, p); in uprv_getDefaultLocaleID()
1704 uprv_strcat(correctedLocale, "URO"); in uprv_getDefaultLocaleID()
Dcstring.h37 #define uprv_strcat(dst, src) U_STANDARD_CPP_NAMESPACE strcat(dst, src) macro
Dwintz.c133 uprv_strcat(subKeyName, winid); in openTZRegKey()
Dlocmap.c947 uprv_strcat(buffer, buffer+3); \
950 uprv_strcat(buffer, buffer+3); \
/external/icu4c/test/cintltst/
Dcallcoll.c159 uprv_strcat(current, " . "); in sortKeyToString()
163 uprv_strcat(current, " "); in sortKeyToString()
179 uprv_strcat(current, " . "); in sortKeyToString()
182 uprv_strcat(current, " "); in sortKeyToString()
187 uprv_strcat(current, "]"); in sortKeyToString()
Dtrietest.c669 uprv_strcat(name, "-latin1Linear"); in testTrieRanges2()
687 uprv_strcat(name, ".32"); in testTrieRanges4()
694 uprv_strcat(name, ".16"); in testTrieRanges4()

12