/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 287 u_uastrcpy(str, "abc"); in TestSampleMessageFormat() 289 u_uastrcpy(pattern, "There are {0} files on {1,date}"); in TestSampleMessageFormat() 290 u_uastrcpy(expected, "There are abc files on Jul 10, 1996"); in TestSampleMessageFormat() 314 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)"); in TestSampleMessageFormat() 315 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)"); in TestSampleMessageFormat() 316 u_uastrcpy(str, "MyDisk"); in TestSampleMessageFormat() 346 u_uastrcpy(pattern, "You made a {0} of {1,number,currency}"); in TestSampleMessageFormat() 347 u_uastrcpy(expected, "You made a deposit of $500.00"); in TestSampleMessageFormat() 348 u_uastrcpy(str, "deposit"); in TestSampleMessageFormat() 396 u_uastrcpy(str, "disturbance in force"); in TestNewFormatAndParseAPI() [all …]
|
D | cdtrgtst.c | 93 u_uastrcpy(temp, "M yyyy dd"); in Test4029195() 164 u_uastrcpy(pat, "yyMMdd"); in Test4056591() 180 u_uastrcpy(s, strings[i]); in Test4056591() 213 u_uastrcpy(tzID, "PST"); in Test4059917() 214 u_uastrcpy(pattern, "yyyy/MM/dd"); in Test4059917() 223 u_uastrcpy(myDate, "1970/01/12"); in Test4059917() 228 u_uastrcpy(pattern, "yyyyMMdd"); in Test4059917() 235 u_uastrcpy(myDate, "19700112"); in Test4059917() 283 u_uastrcpy(dateString, "1995-040.05:01:29 -8"); in Test4060212() 284 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z"); in Test4060212() [all …]
|
D | cdtdptst.c | 63 u_uastrcpy(pattern, "EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse() 72 u_uastrcpy(pattern, "dd-MMM-yy h:mm:ss 'o''clock' a z"); in TestTwoDigitYearDSTParse() 77 u_uastrcpy(s, "03-Apr-04 2:20:47 o'clock AM PST"); in TestTwoDigitYearDSTParse() 134 u_uastrcpy(s, "01/01/1997 10:11:42 AM"); in TestPartialParse994() 168 u_uastrcpy(str, s); in tryPat994() 170 u_uastrcpy(pat, pattern); in tryPat994() 206 u_uastrcpy(pattern, "yyyyMMddHHmmssSSS"); in TestRunTogetherPattern985() 258 u_uastrcpy(tzID, "GMT"); in TestCzechMonths459() 318 u_uastrcpy(pattern, "MM/dd/yyyy 'at' hh:mm:ss a zzz"); in TestQuotePattern161() 329 u_uastrcpy(tzID, "PST"); in TestQuotePattern161() [all …]
|
D | cnmdptst.c | 80 u_uastrcpy(upat, pat[i]); in TestPatterns() 96 u_uastrcpy(unewpat, newpat[i]); in TestPatterns() 110 u_uastrcpy(unum, num[i]); in TestPatterns() 133 u_uastrcpy(pat, "a'fo''o'b#"); in TestQuotes() 151 u_uastrcpy(res, "afo'ob123"); in TestQuotes() 159 u_uastrcpy(pat, ""); in TestQuotes() 160 u_uastrcpy(pat, "a''b#"); in TestQuotes() 179 u_uastrcpy(res, ""); in TestQuotes() 180 u_uastrcpy(res, "a'b123"); in TestQuotes() 257 u_uastrcpy(upat, pat[p]); in TestExponential() [all …]
|
D | citertst.c | 74 u_uastrcpy(pattern, "resume"); in TestBug672() 75 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672() 147 u_uastrcpy(pattern, "resume"); in TestBug672Normalize() 148 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672Normalize() 431 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestPrevious() 432 u_uastrcpy(test2, "has the highest probability of detecting"); in TestPrevious() 449 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH"); in TestPrevious() 461 u_uastrcpy(source, "abchdcba"); in TestPrevious() 473 u_uastrcpy(rule, "&a < b < c/abd < d"); in TestPrevious() 482 u_uastrcpy(source, "abcd"); in TestPrevious() [all …]
|
D | cnumtst.c | 262 u_uastrcpy(temp1, "$100,000,000.00"); in TestNumberFormat() 297 u_uastrcpy(temp1, "-$10,456.37"); in TestNumberFormat() 352 u_uastrcpy(temp1, "Y1,235"); in TestNumberFormat() 354 u_uastrcpy(temp, "JPY"); in TestNumberFormat() 409 u_uastrcpy(temp1, "$462.12345"); in TestNumberFormat() 434 u_uastrcpy(temp1, "($10,456.3E1])"); in TestNumberFormat() 484 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)"); in TestNumberFormat() 674 u_uastrcpy(temp,"$"); in TestNumberFormat() 678 u_uastrcpy(prefix, "+"); in TestNumberFormat() 695 u_uastrcpy(prefix, "+"); in TestNumberFormat() [all …]
|
D | cg7coll.c | 206 u_uastrcpy(temp, rules); in TestDemo1() 237 u_uastrcpy(temp, rules); in TestDemo2() 266 u_uastrcpy(temp, rules); in TestDemo3() 296 u_uastrcpy(temp, rules); in TestDemo4()
|
D | capitst.c | 322 u_uastrcpy(source, "ab"); in TestProperty() 323 u_uastrcpy(target, "abc"); in TestProperty() 327 u_uastrcpy(source, "ab"); in TestProperty() 328 u_uastrcpy(target, "AB"); in TestProperty() 332 u_uastrcpy(source, "blackbird"); in TestProperty() 333 u_uastrcpy(target, "black-bird"); in TestProperty() 337 u_uastrcpy(source, "black bird"); in TestProperty() 338 u_uastrcpy(target, "black-bird"); in TestProperty() 342 u_uastrcpy(source, "Hello"); in TestProperty() 343 u_uastrcpy(target, "hello"); in TestProperty() [all …]
|
D | custrtst.c | 80 u_uastrcpy(dataTable[i][j],raw[i][j]); in setUpDataTable() 192 u_uastrcpy(temp, ""); in TestStringFunctions() 215 u_uastrcpy(temp,""); in TestStringFunctions() 353 u_uastrcpy(temp, tokString); in TestStringFunctions() 354 u_uastrcpy(delimBuf, " "); in TestStringFunctions() 357 u_uastrcpy(delimBuf, " ,"); in TestStringFunctions() 359 u_uastrcpy(currTokenBuf, tokens[currToken]); in TestStringFunctions() 371 u_uastrcpy(currTokenBuf, ""); in TestStringFunctions() 379 u_uastrcpy(currTokenBuf, ", ,"); in TestStringFunctions() 388 u_uastrcpy(currTokenBuf, "q, ,"); in TestStringFunctions() [all …]
|
D | callcoll.c | 749 u_uastrcpy(rules, str); in TestTertiary() 774 u_uastrcpy(rules, str); in TestPrimary() 801 u_uastrcpy(rules, str); in TestSecondary() 826 u_uastrcpy(rules, str); in TestIdentical() 850 u_uastrcpy(rules, str); in TestExtra() 885 u_uastrcpy(source, "THISISATEST."); in TestJB581() 886 u_uastrcpy(target, "Thisisatest."); in TestJB581() 1038 u_uastrcpy(rules, str); in TestVariableTop() 1254 u_uastrcpy(rule, rules[i]); in TestJitterbug1098()
|
D | cdattst.c | 162 u_uastrcpy(temp, "7/10/96, 4:05 PM"); in TestDateFormat() 207 u_uastrcpy(temp, "10 lug 1996, 16:05:28"); in TestDateFormat() 226 u_uastrcpy(temp,"2/3/76, 2:50 AM"); in TestDateFormat() 245 u_uastrcpy(temp,"2/Don't parse this part"); in TestDateFormat() 632 u_uastrcpy(pattern, "jeudi"); in TestSymbols() 881 u_uastrcpy(buf, "4/5/2001"); in TestDateFormatCalendar() 898 u_uastrcpy(uExpected, expected); in TestDateFormatCalendar() 904 u_uastrcpy(buf, "5:45 PM"); in TestDateFormatCalendar() 921 u_uastrcpy(uExpected, expected); in TestDateFormatCalendar() 1627 u_uastrcpy(fields, "d"); in TestOverrideNumberFormat() [all …]
|
D | ccaltst.c | 286 u_uastrcpy(tzID, "PST"); in TestCalendar() 377 u_uastrcpy(tzdname, expectPDT); in TestCalendar() 386 u_uastrcpy(tzdname, "PDT"); in TestCalendar() 392 u_uastrcpy(tzdname, "Pacific Standard Time"); in TestCalendar() 398 u_uastrcpy(tzdname, "PST"); in TestCalendar() 618 u_uastrcpy(tzID, "PST"); in TestGetSetDateAPI() 687 u_uastrcpy(temp, "Dec 17, 1971, 11:05:28 PM"); in TestGetSetDateAPI() 718 u_uastrcpy(temp, "May 3, 1972, 4:30:42 PM"); in TestGetSetDateAPI() 934 u_uastrcpy(tzID, "PST"); in TestAddRollExtensive() 1086 u_uastrcpy(tzID, itemPtr->zone); in TestAddRollExtensive() [all …]
|
D | cposxtst.c | 82 u_uastrcpy(exp, DATA[i+2]); in TestMessageCatalog()
|
D | utransts.c | 71 u_uastrcpy(rep->text, cstring); in InitXReplaceable() 716 u_uastrcpy(rules, crules); in _expectRules() 752 u_uastrcpy(from, cfrom); in _expect() 753 u_uastrcpy(to, cto); in _expect()
|
D | creststn.c | 1169 u_uastrcpy(utestdatapath, testdatapath); in TestErrorConditions() 1686 u_uastrcpy(base,NAME[j]); in testTag() 1756 u_uastrcpy(element, itoa1(j,buf)); in testTag() 1795 u_uastrcpy(element, itoa1(idx,buf)); in testTag() 1846 u_uastrcpy(element, itoa1(row, buf)); in testTag() 1848 u_uastrcpy(element, itoa1(col, buf)); in testTag() 1895 u_uastrcpy(element, itoa1(row, buf)); in testTag() 1897 u_uastrcpy(element, itoa1(col, buf)); in testTag() 1981 u_uastrcpy(element, itoa1(idx,buf)); in testTag()
|
D | cmsccoll.c | 91 u_uastrcpy(temp, " & Z < ABC < Q < B"); in IncompleteCntTest() 100 u_uastrcpy(t1, cnt1[i]); in IncompleteCntTest() 101 u_uastrcpy(t2, cnt1[j]); in IncompleteCntTest() 118 u_uastrcpy(temp, " & Z < DAVIS < MARK <DAV"); in IncompleteCntTest() 126 u_uastrcpy(t1, cnt2[i]); in IncompleteCntTest() 127 u_uastrcpy(t2, cnt2[j]); in IncompleteCntTest() 199 u_uastrcpy(t1, nonignorable[i]); in BlackBirdTest() 200 u_uastrcpy(t2, nonignorable[j]); in BlackBirdTest() 213 u_uastrcpy(t1, shifted[i]); in BlackBirdTest() 214 u_uastrcpy(t2, shifted[j]); in BlackBirdTest() [all …]
|
D | crestst.c | 198 u_uastrcpy(temp, "TE_IN"); in TestConstruction1() 343 u_uastrcpy(base,NAME[j]); in testTag()
|
D | cbiapts.c | 164 u_uastrcpy(text, "He's from Africa. ""Mr. Livingston, I presume?"" Yeah"); in TestBreakIteratorCAPI() 391 u_uastrcpy(text, "He's from Africa. ""Mr. Livingston, I presume?"" Yeah"); in TestBreakIteratorSafeClone()
|
D | putiltst.c | 190 u_uastrcpy(temp, dataDirectory); in TestPUtilAPI()
|
/external/icu/icu4c/source/test/iotest/ |
D | strtst.c | 266 u_uastrcpy(uBuffer,"1,234"); in TestLocalizedString() 291 u_uastrcpy(uBuffer,"1.234"); in TestLocalizedString() 724 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf() 729 u_uastrcpy(uBuffer2, format); in Test_u_vfprintf() 733 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf() 754 u_uastrcpy(testStr, "1233456789"); in TestCount()
|
D | filetst.c | 1443 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf() 1455 u_uastrcpy(uBuffer, format); in Test_u_vfprintf() 1470 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
|
/external/icu/icu4c/source/samples/break/ |
D | ubreak.c | 97 u_uastrcpy(stringToExamine, cStringToExamine); in c_main()
|
/external/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 164 u_uastrcpy(UChar *ucs1, in u_uastrcpy() function
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 689 U_STABLE UChar* U_EXPORT2 u_uastrcpy(UChar *dst,
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 689 U_STABLE UChar* U_EXPORT2 u_uastrcpy(UChar *dst,
|