/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 56 u_uastrncpy(srcString, testString, strlen(testString)+1); \ 210 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 262 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 302 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 303 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 334 u_uastrncpy(pat, "hello", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 400 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 401 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2)); in TestRegexCAPI() 403 u_uastrncpy(pat, "abc*d", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 455 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() [all …]
|
D | cmsgtst.c | 65 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize); in InitStrings() 70 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings() 117 u_uastrncpy(str, "MyDisk", 7); in MessageFormatTest() 1034 u_uastrncpy(pattern, PAT, sizeof(pattern)/sizeof(pattern[0])); in OpenMessageFormatTest() 1107 u_uastrncpy(pattern, patChars, sizeof(pattern)/sizeof(pattern[0])); in MessageLength() 1108 u_uastrncpy(expected, expectedChars, sizeof(expected)/sizeof(expected[0])); in MessageLength()
|
D | stdnmtst.c | 247 u_uastrncpy(testName, expected[idx], sizeof(testName)/sizeof(testName[0])); in doTestUCharNames()
|
D | custrtst.c | 234 u_uastrncpy(temp, raw[i][j], k-1); in TestStringFunctions() 242 u_uastrncpy(temp, raw[i][j], k+1); in TestStringFunctions() 250 u_uastrncpy(temp, raw[i][j], k); in TestStringFunctions() 986 u_uastrncpy(temp, "abcabcabc", 3); in TestStringCopy()
|
D | cbiapts.c | 637 u_uastrncpy(rules, "[A-N]{100}; \n" in TestBreakIteratorStatusVec() 643 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH); in TestBreakIteratorStatusVec()
|
D | cintltst.c | 603 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1); in ctest_setTimeZone()
|
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 222 u_uastrncpy(myUString, longStr, sizeof(longStr)/sizeof(*longStr)); in TestString() 228 u_uastrncpy(myUString, longStr, sizeof(longStr)/sizeof(*longStr)); in TestString() 238 u_uastrncpy(myUString, longStr, sizeof(longStr)/sizeof(*longStr)); in TestString() 314 u_uastrncpy(testStr, "xxxxxxxxxxxxxx", sizeof(testStr)/sizeof(testStr[0]));\
|
D | filetst.c | 461 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 503 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 545 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 637 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1); in TestfgetsLineCount() 755 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1); in TestLineCount() 762 u_uastrncpy(expectedBuffer, line, (int32_t)strlen(line)+1); in TestLineCount()
|
/external/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 129 u_uastrncpy(UChar *ucs1, in u_uastrncpy() function
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 712 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
|
D | urename.h | 400 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5040 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI() 5085 … u_uastrncpy(text1, "noise abc interior def, and this is off the end", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI() 5136 u_uastrncpy(text1, "Replace xaax x1x x...x.", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI() 5137 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2)/2); in PreAllocatedUTextCAPI() 5185 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2); in PreAllocatedUTextCAPI() 5186 u_uastrncpy(text2, "No match here.", sizeof(text2)/2); in PreAllocatedUTextCAPI()
|