Searched refs:uprv_strncat (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/ |
D | cstring.h | 51 #define uprv_strncat(dst, src, n) ( \ macro 59 #define uprv_strncat(dst, src, n) U_STANDARD_CPP_NAMESPACE strncat(dst, src, n) macro
|
D | icuplug.c | 745 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()
|
D | putil.cpp | 1557 uprv_strncat(correctedPOSIXLocale, p, q-p); in uprv_getDefaultLocaleID()
|
/external/icu4c/tools/pkgdata/ |
D | pkgtypes.c | 48 uprv_strncat(buffer, l->str,1020); in pkg_writeCharListWrap()
|
D | pkgdata.cpp | 1958 uprv_strncat(cmdBuf, U_FILE_SEP_STRING, 1024); in pkg_getOptionsFromICUConfig() 1960 uprv_strncat(cmdBuf, cmd, 1024); in pkg_getOptionsFromICUConfig()
|
/external/icu4c/i18n/ |
D | ucol_sit.cpp | 390 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()
|