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

/external/icu4c/test/cintltst/
H A Dreapits.c55 u_uastrncpy(srcString, testString, strlen(testString)+1); \
177 u_uastrncpy(pat, "abc*", sizeof(pat)/2);
229 u_uastrncpy(pat, "abc*", sizeof(pat)/2);
269 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
270 u_uastrncpy(testString2, "xxxabcccd", sizeof(pat)/2);
301 u_uastrncpy(pat, "hello", sizeof(pat)/2);
367 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
368 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
370 u_uastrncpy(pat, "abc*d", sizeof(pat)/2);
422 u_uastrncpy(text
[all...]
H A Dcmsgtst.c64 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize);
69 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize);
112 u_uastrncpy(str, "MyDisk", 7);
1022 u_uastrncpy(pattern, PAT, sizeof(pattern)/sizeof(pattern[0]));
1095 u_uastrncpy(pattern, patChars, sizeof(pattern)/sizeof(pattern[0]));
1096 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.c628 u_uastrncpy(rules, "[A-N]{100}; \n"
634 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH);
H A Dcintltst.c588 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.c129 u_uastrncpy(UChar *ucs1, function
/external/icu4c/test/iotest/
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]));\
H A Dfiletst.c455 u_uastrncpy(buffer, testStr, expectedSize+1);
497 u_uastrncpy(buffer, testStr, expectedSize+1);
539 u_uastrncpy(buffer, testStr, expectedSize+1);
631 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1);
749 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1);
756 u_uastrncpy(expectedBuffer, line, (int32_t)strlen(line)+1);
/external/webkit/Source/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/Source/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/Source/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/Source/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.h406 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
/external/icu4c/test/intltest/
H A Dregextst.cpp4784 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
4827 u_uastrncpy(text1, "noise abc interior def, and this is off the end", sizeof(text1)/2);
4871 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
4872 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);
4918 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2);
4919 u_uastrncpy(text2, "No match here.", sizeof(text2)/2);

Completed in 1242 milliseconds