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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A 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
H A Dicuplug.c745 uprv_strncat(plugin_file, U_FILE_SEP_STRING,2047);
746 uprv_strncat(plugin_file, "icuplugins",2047);
747 uprv_strncat(plugin_file, U_ICU_VERSION_SHORT ,2047);
748 uprv_strncat(plugin_file, ".txt" ,2047);
H A Dputil.cpp1566 uprv_strncat(correctedPOSIXLocale, p, q-p);
/macosx-10.9.5/ICU-511.35/icuSources/tools/pkgdata/
H A Dpkgtypes.c48 uprv_strncat(buffer, l->str,1020);
H A Dpkgdata.cpp1961 uprv_strncat(cmdBuf, U_FILE_SEP_STRING, 1024);
1963 uprv_strncat(cmdBuf, cmd, 1024);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_sit.cpp390 uprv_strncat(destination,s->entries[i].start, s->entries[i].len);
585 uprv_strncat(result, &arg, 1);
586 uprv_strncat(result, src, len);

Completed in 1176 milliseconds