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

  /external/icu/icu4c/source/test/cintltst/
reapits.c 59 u_uastrncpy(srcString, testString, strlen(testString)+1); \
213 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat));
265 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat));
305 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat));
306 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat));
337 u_uastrncpy(pat, "hello", UPRV_LENGTHOF(pat));
403 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1));
404 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2));
406 u_uastrncpy(pat, "abc*d", UPRV_LENGTHOF(pat));
458 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1))
    [all...]
cmsgtst.c 67 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize);
72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
119 u_uastrncpy(str, "MyDisk", 7);
    [all...]
stdnmtst.c 248 u_uastrncpy(testName, expected[idx], UPRV_LENGTHOF(testName));
cintltst.c 605 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
custrtst.c 101 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
236 u_uastrncpy(temp, raw[i][j], k-1);
238 log_err("something threw an error in u_uastrncpy(k-1)\n");
241 log_err("something threw an error in u_uastrncpy(k-1)\n");
244 u_uastrncpy(temp, raw[i][j], k+1);
246 log_err("something threw an error in u_uastrncpy(k+1)\n");
249 log_err("something threw an error in u_uastrncpy(k+1)\n");
252 u_uastrncpy(temp, raw[i][j], k);
254 log_err("something threw an error in u_uastrncpy(k)\n");
257 log_err("something threw an error in u_uastrncpy(k)\n")
    [all...]
cbiapts.c 678 u_uastrncpy(rules, "[A-N]{100}; \n"
684 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH);
    [all...]
  /external/icu/icu4c/source/common/
ustr_cnv.cpp 131 u_uastrncpy(UChar *ucs1, function
  /external/icu/icu4c/source/test/iotest/
strtst.c 225 u_uastrncpy(myUString, longStr, UPRV_LENGTHOF(longStr));
231 u_uastrncpy(myUString, longStr, UPRV_LENGTHOF(longStr));
241 u_uastrncpy(myUString, longStr, UPRV_LENGTHOF(longStr));
317 u_uastrncpy(testStr, "xxxxxxxxxxxxxx", UPRV_LENGTHOF(testStr));\
filetst.c 464 u_uastrncpy(buffer, testStr, expectedSize+1);
506 u_uastrncpy(buffer, testStr, expectedSize+1);
548 u_uastrncpy(buffer, testStr, expectedSize+1);
640 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1);
758 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1);
765 u_uastrncpy(expectedBuffer, line, (int32_t)strlen(line)+1);
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 704 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
    [all...]
urename.h 397 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 370 milliseconds