Searched refs:u_uastrncpy (Results 1 - 19 of 19) sorted by relevance

/external/icu4c/test/cintltst/
H A Dreapits.c54 u_uastrncpy(srcString, testString, strlen(testString)+1); \
137 u_uastrncpy(pat, "abc*", sizeof(pat)/2);
183 u_uastrncpy(pat, "abc*", sizeof(pat)/2);
223 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
224 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
255 u_uastrncpy(pat, "hello", sizeof(pat)/2);
321 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
322 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
324 u_uastrncpy(pat, "abc*d", sizeof(pat)/2);
376 u_uastrncpy(text
[all...]
H A Dcmsgtst.c66 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize);
71 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
114 u_uastrncpy(str, "MyDisk", 7);
945 u_uastrncpy(pattern, PAT, sizeof(pattern)/sizeof(pattern[0]));
1018 u_uastrncpy(pattern, patChars, sizeof(pattern)/sizeof(pattern[0]));
1019 u_uastrncpy(expected, expectedChars, sizeof(expected)/sizeof(expected[0]));
H A Dstdnmtst.c247 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0]));
H A Dcbiapts.c624 u_uastrncpy(rules, "[A-N]{100}; \n"
630 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH);
H A Dcintltst.c573 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1);
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(); */
239 u_uastrncpy(temp, raw[i][j], k-1);
241 log_err("something threw an error in u_uastrncpy(k-1)\n");
244 log_err("something threw an error in u_uastrncpy(k-1)\n");
247 u_uastrncpy(temp, raw[i][j], k+1);
249 log_err("something threw an error in u_uastrncpy(k+1)\n");
252 log_err("something threw an error in u_uastrncpy(k+1)\n");
255 u_uastrncpy(temp, raw[i][j], k);
257 log_err("something threw an error in u_uastrncpy(k)\n");
260 log_err("something threw an error in u_uastrncpy(
[all...]
/external/icu4c/common/
H A Dustr_cnv.c106 u_uastrncpy(UChar *ucs1, function
/external/icu4c/test/iotest/
H A Dfiletst.c451 u_uastrncpy(buffer, testStr, expectedSize+1);
493 u_uastrncpy(buffer, testStr, expectedSize+1);
535 u_uastrncpy(buffer, testStr, expectedSize+1);
627 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1);
745 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1);
752 u_uastrncpy(expectedBuffer, line, (int32_t)strlen(line)+1);
H A Dstrtst.c222 u_uastrncpy(myUString, longStr, sizeof(longStr)/sizeof(*longStr));
228 u_uastrncpy(myUString, longStr, sizeof(longStr)/sizeof(*longStr));
238 u_uastrncpy(myUString, longStr, sizeof(longStr)/sizeof(*longStr));
314 u_uastrncpy(testStr, "xxxxxxxxxxxxxx", sizeof(testStr)/sizeof(testStr[0]));\
/external/webkit/JavaScriptCore/icu/unicode/
H A Dustring.h701 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
H A Durename.h296 #define u_uastrncpy u_uastrncpy_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dustring.h701 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
H A Durename.h296 #define u_uastrncpy u_uastrncpy_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Dustring.h701 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
H A Durename.h296 #define u_uastrncpy u_uastrncpy_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Dustring.h701 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
H A Durename.h296 #define u_uastrncpy u_uastrncpy_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h707 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
H A Durename.h369 #define u_uastrncpy u_uastrncpy_4_2 macro

Completed in 510 milliseconds