Home
last modified time | relevance | path

Searched refs:u_uastrncpy (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dreapits.c59 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 …]
Dcmsgtst.c67 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()
Dcustrtst.c236 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()
Dstdnmtst.c248 u_uastrncpy(testName, expected[idx], UPRV_LENGTHOF(testName)); in doTestUCharNames()
Dcbiapts.c678 u_uastrncpy(rules, "[A-N]{100}; \n" in TestBreakIteratorStatusVec()
684 u_uastrncpy(testString, "ABC", TEST_STRING_LENGTH); in TestBreakIteratorStatusVec()
Dcintltst.c605 u_uastrncpy(zoneID, optionalTimeZone, CTEST_MAX_TIMEZONE_SIZE-1); in ctest_setTimeZone()
/external/icu/icu4c/source/test/iotest/
Dstrtst.c225 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));\
Dfiletst.c464 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/
Dustr_cnv.cpp132 u_uastrncpy(UChar *ucs1, in u_uastrncpy() function
/external/icu/libandroidicu/include/unicode/
Dustring.h704 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
Durename.h401 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h704 U_STABLE UChar* U_EXPORT2 u_uastrncpy(UChar *dst,
Durename.h401 #define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) macro
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp4988 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2); in PreAllocatedUTextCAPI()
5033u_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/
Dshim.cpp500 return u_uastrncpy(dst, src, n); in u_uastrncpy_android()