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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h160 u_strncat(UChar *dst,
H A Durename.h385 #define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) macro
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp157 u_strncat(buffer, text, 1); /* append just n=1 character ('A') */
/external/icu/icu4c/source/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
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp157 u_strncat(buffer, text, 1); /* append just n=1 character ('A') */
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp640 u_strncat(UChar *dst, function
/external/icu/icu4c/source/common/
H A Dustring.cpp640 u_strncat(UChar *dst, function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Didnatest.c615 u_strncat(source,unicodeIn[i], u_strlen(unicodeIn[i]));
H A Dcustrtst.c104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
213 log_verbose("Testing u_strncat\n");
220 if(u_strcmp(u_strncat(temp,dataTable[i+2][j],k),dataTable[i][j])!=0)
221 log_err("something threw an error in u_strncat or u_uastrcpy()\n");
H A Dcmsccoll.c594 u_strncat(first, src.source+exOffset, exLen);
984 u_strncat(first, src.source+exOffset, exLen);
/external/icu/icu4c/source/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 248 milliseconds