Searched refs:u_strncat (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustring.h160 u_strncat(UChar *dst,
H A Durename.h377 #define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) macro
/macosx-10.10.1/ICU-531.30/icuSources/samples/ustring/
H A Dustring.cpp157 u_strncat(buffer, text, 1); /* append just n=1 character ('A') */
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h155 u_strncat(UChar *dst,
H A Durename.h387 #define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h155 u_strncat(UChar *dst,
H A Durename.h387 #define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h155 u_strncat(UChar *dst,
H A Durename.h387 #define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustring.cpp640 u_strncat(UChar *dst, function
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Didnatest.c615 u_strncat(source,unicodeIn[i], u_strlen(unicodeIn[i]));
H A Dcustrtst.c100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
209 log_verbose("Testing u_strncat\n");
216 if(u_strcmp(u_strncat(temp,dataTable[i+2][j],k),dataTable[i][j])!=0)
217 log_err("something threw an error in u_strncat or u_uastrcpy()\n");

Completed in 320 milliseconds