HomeSort by relevance Sort by last modified time
    Searched full:u_strncat (Results 1 - 15 of 15) sorted by null

  /external/icu4c/test/cintltst/
custrtst.c 104 /*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");
    [all...]
idnatest.c 615 u_strncat(source,unicodeIn[i], u_strlen(unicodeIn[i]));
    [all...]
cmsccoll.c 593 u_strncat(first, src.source+exOffset, exLen);
976 u_strncat(first, src.source+exOffset, exLen);
    [all...]
  /external/icu4c/common/unicode/
urename.h 381 #define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) macro
    [all...]
ustring.h 160 u_strncat(UChar *dst,
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 157 u_strncat(buffer, text, 1); /* append just n=1 character ('A') */
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 277 #define u_strncat u_strncat_3_2 macro
    [all...]
ustring.h 149 u_strncat(UChar *dst,
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 277 #define u_strncat u_strncat_3_2 macro
    [all...]
ustring.h 149 u_strncat(UChar *dst,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 277 #define u_strncat u_strncat_3_2 macro
    [all...]
ustring.h 149 u_strncat(UChar *dst,
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 277 #define u_strncat u_strncat_3_2 macro
    [all...]
ustring.h 149 u_strncat(UChar *dst,
    [all...]
  /external/icu4c/common/
ustring.cpp 640 u_strncat(UChar *dst, function
    [all...]

Completed in 729 milliseconds