/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 59 u_uastrncpy(srcString, testString, strlen(testString)+1); \ 213 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 265 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 305 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 306 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 337 u_uastrncpy(pat, "hello", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 403 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 404 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2)); in TestRegexCAPI() 406 u_uastrncpy(pat, "abc*d", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 458 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() [all …]
|
D | cmsgtst.c | 67 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize); in InitStrings() 72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings() 119 u_uastrncpy(str, "MyDisk", 7); in MessageFormatTest() 1041 u_uastrncpy(pattern, PAT, UPRV_LENGTHOF(pattern)); in OpenMessageFormatTest() 1114 u_uastrncpy(pattern, patChars, UPRV_LENGTHOF(pattern)); in MessageLength() 1115 u_uastrncpy(expected, expectedChars, UPRV_LENGTHOF(expected)); in MessageLength()
|
D | custrtst.c | 236 u_uastrncpy(temp, raw[i][j], k-1); in TestStringFunctions() 244 u_uastrncpy(temp, raw[i][j], k+1); in TestStringFunctions() 252 u_uastrncpy(temp, raw[i][j], k); in TestStringFunctions() 988 u_uastrncpy(temp, "abcabcabc", 3); in TestStringCopy()
|
D | stdnmtst.c | 248 u_uastrncpy(testName, expected[idx], UPRV_LENGTHOF(testName)); in doTestUCharNames()
|
D | cbiapts.c | 678 u_uastrncpy(rules, "[A-N]{100}; \n" in TestBreakIteratorStatusVec() 684 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH); in TestBreakIteratorStatusVec()
|
D | cintltst.c | 605 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1); in ctest_setTimeZone()
|
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 225 u_uastrncpy(myUString, longStr, UPRV_LENGTHOF(longStr)); in TestString() 231 u_uastrncpy(myUString, longStr, UPRV_LENGTHOF(longStr)); in TestString() 241 u_uastrncpy(myUString, longStr, UPRV_LENGTHOF(longStr)); in TestString() 317 u_uastrncpy(testStr, "xxxxxxxxxxxxxx", UPRV_LENGTHOF(testStr));\
|
D | filetst.c | 464 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 506 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 548 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 640 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1); in TestfgetsLineCount() 758 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1); in TestLineCount() 765 u_uastrncpy(expectedBuffer, line, (int32_t)strlen(line)+1); in TestLineCount()
|
/external/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 132 u_uastrncpy(UChar *ucs1, in u_uastrncpy() function
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 704 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
|
D | urename.h | 401 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 704 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
|
D | urename.h | 401 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 4988 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI() 5033 … u_uastrncpy(text1, "noise abc interior def, and this is off the end", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI() 5084 u_uastrncpy(text1, "Replace xaax x1x x...x.", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI() 5085 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2)/2); in PreAllocatedUTextCAPI() 5133 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2); in PreAllocatedUTextCAPI() 5134 u_uastrncpy(text2, "No match here.", sizeof(text2)/2); in PreAllocatedUTextCAPI()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 500 return u_uastrncpy(dst, src, n); in u_uastrncpy_android()
|