HomeSort by relevance Sort by last modified time
    Searched refs:u_strcat (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
idnatest.c 583 u_strcat(uni0,unicodeIn[0]);
584 u_strcat(uni0,com);
586 u_strcat(uni1,unicodeIn[1]);
587 u_strcat(uni1,com);
590 u_strcat(ascii0,temp);
591 u_strcat(ascii0,com);
596 u_strcat(ascii1,temp);
597 u_strcat(ascii1,com);
600 u_strcat(source, www);
609 u_strcat(buf,com)
    [all...]
creststn.c     [all...]
cnumtst.c     [all...]
cmsccoll.c     [all...]
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(); */
191 log_verbose("testing u_strcat()\n");
197 u_strcat(temp,dataTable[i+1][j]);
199 log_err("something threw an error in u_strcat()\n");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 583 u_strcat(uni0,unicodeIn[0]);
584 u_strcat(uni0,com);
586 u_strcat(uni1,unicodeIn[1]);
587 u_strcat(uni1,com);
590 u_strcat(ascii0,temp);
591 u_strcat(ascii0,com);
596 u_strcat(ascii1,temp);
597 u_strcat(ascii1,com);
600 u_strcat(source, www);
609 u_strcat(buf,com)
    [all...]
creststn.c     [all...]
cnumtst.c     [all...]
cmsccoll.c     [all...]
custrtst.c 100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
187 log_verbose("testing u_strcat()\n");
193 u_strcat(temp,dataTable[i+1][j]);
195 log_err("something threw an error in u_strcat()\n");
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 990 pattern = u_strcat(pattern, exemplarChars);
991 pattern = u_strcat(pattern, upperChars);
992 pattern = u_strcat(pattern, right);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 142 u_strcat(UChar *dst,
    [all...]
urename.h 375 #define u_strcat U_ICU_ENTRY_POINT_RENAME(u_strcat) macro
    [all...]
  /external/chromium_org/third_party/icu/source/samples/ustring/
ustring.cpp 158 u_strcat(buffer, appendText); /* buffer=="Aabc" */
  /external/icu/icu4c/source/common/unicode/
ustring.h 142 u_strcat(UChar *dst,
    [all...]
urename.h 367 #define u_strcat U_ICU_ENTRY_POINT_RENAME(u_strcat) macro
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 158 u_strcat(buffer, appendText); /* buffer=="Aabc" */
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 464 u_strcat(expectedBuffer, buffer);
506 u_strcat(expectedBuffer, buffer);
548 u_strcat(expectedBuffer, buffer);
    [all...]
  /external/icu/icu4c/source/test/iotest/
filetst.c 464 u_strcat(expectedBuffer, buffer);
506 u_strcat(expectedBuffer, buffer);
548 u_strcat(expectedBuffer, buffer);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidna.cpp 797 u_strcat(buf,com);
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidna.cpp 797 u_strcat(buf,com);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.cpp 625 u_strcat(UChar *dst, function
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 625 u_strcat(UChar *dst, function
    [all...]

Completed in 194 milliseconds