Home
last modified time | relevance | path

Searched refs:uprv_strncat (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/common/
Dcstring.h51 #define uprv_strncat(dst, src, n) ( \ macro
59 #define uprv_strncat(dst, src, n) U_STANDARD_CPP_NAMESPACE strncat(dst, src, n) macro
Dicuplug.c745 uprv_strncat(plugin_file, U_FILE_SEP_STRING,2047); in uplug_init()
746 uprv_strncat(plugin_file, "icuplugins",2047); in uplug_init()
747 uprv_strncat(plugin_file, U_ICU_VERSION_SHORT ,2047); in uplug_init()
748 uprv_strncat(plugin_file, ".txt" ,2047); in uplug_init()
Dputil.cpp1557 uprv_strncat(correctedPOSIXLocale, p, q-p); in uprv_getDefaultLocaleID()
/external/icu4c/tools/pkgdata/
Dpkgtypes.c48 uprv_strncat(buffer, l->str,1020); in pkg_writeCharListWrap()
Dpkgdata.cpp1958 uprv_strncat(cmdBuf, U_FILE_SEP_STRING, 1024); in pkg_getOptionsFromICUConfig()
1960 uprv_strncat(cmdBuf, cmd, 1024); in pkg_getOptionsFromICUConfig()
/external/icu4c/i18n/
Ducol_sit.cpp390 uprv_strncat(destination,s->entries[i].start, s->entries[i].len); in ucol_sit_dumpSpecs()
585 uprv_strncat(result, &arg, 1); in appendShortStringElement()
586 uprv_strncat(result, src, len); in appendShortStringElement()