/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 66 u_uastrncpy(srcString, testString, testStringLen + 1); \ 221 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 273 u_uastrncpy(pat, "abc*", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 313 u_uastrncpy(testString1, "abcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 314 u_uastrncpy(testString2, "xxxabcccd", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 345 u_uastrncpy(pat, "hello", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 411 u_uastrncpy(text1, "abcccd", UPRV_LENGTHOF(text1)); in TestRegexCAPI() 412 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2)); in TestRegexCAPI() 414 u_uastrncpy(pat, "abc*d", UPRV_LENGTHOF(pat)); in TestRegexCAPI() 466 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() 1050 u_uastrncpy(pattern, PAT, UPRV_LENGTHOF(pattern)); in OpenMessageFormatTest() 1123 u_uastrncpy(pattern, patChars, UPRV_LENGTHOF(pattern)); in MessageLength() 1124 u_uastrncpy(expected, expectedChars, UPRV_LENGTHOF(expected)); in MessageLength()
|
D | stdnmtst.c | 248 u_uastrncpy(testName, expected[idx], UPRV_LENGTHOF(testName)); in doTestUCharNames()
|
D | custrtst.c | 240 u_uastrncpy(temp, raw[i][j], k-1); in TestStringFunctions() 248 u_uastrncpy(temp, raw[i][j], k+1); in TestStringFunctions() 256 u_uastrncpy(temp, raw[i][j], k); in TestStringFunctions() 1002 u_uastrncpy(temp, "abcabcabc", 3); in TestStringCopy()
|
D | cintltst.c | 431 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1); in ctest_setTimeZone()
|
D | cbiapts.c | 768 u_uastrncpy(rules, "[A-N]{100}; \n" in TestBreakIteratorStatusVec() 774 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH); in TestBreakIteratorStatusVec()
|
/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 | 340 u_uastrncpy(ufilename, MEDIUMNAME_TEST_FILE, kUFilenameBufLen); in TestFile() 346 u_uastrncpy(ufilename, LONGNAME_TEST_FILE, kUFilenameBufLen); in TestFile() 492 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 534 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 576 u_uastrncpy(buffer, testStr, expectedSize+1); in TestfgetsBuffers() 668 u_uastrncpy(expectedBuffer, charBuffer, (int32_t)strlen(charBuffer)+1); in TestfgetsLineCount() 786 u_uastrncpy(expectedBuffer, prefixLine, (int32_t)strlen(prefixLine)+1); in TestLineCount() 793 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/icu4c/source/common/unicode/ |
D | ustring.h | 704 U_CAPI UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
|
D | urename.h | 405 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 704 U_CAPI UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
|
D | urename.h | 405 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ustring.h | 704 U_CAPI UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
|
D | urename.h | 405 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5034 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI() 5079 … u_uastrncpy(text1, "noise abc interior def, and this is off the end", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI() 5130 u_uastrncpy(text1, "Replace xaax x1x x...x.", UPRV_LENGTHOF(text1)); in PreAllocatedUTextCAPI() 5131 u_uastrncpy(text2, "No match here.", UPRV_LENGTHOF(text2)/2); in PreAllocatedUTextCAPI() 5179 u_uastrncpy(text1, "Replace xaax x1x x...x.", sizeof(text1)/2); in PreAllocatedUTextCAPI() 5180 u_uastrncpy(text2, "No match here.", sizeof(text2)/2); in PreAllocatedUTextCAPI()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 405 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
|