Home
last modified time | relevance | path

Searched refs:u_uastrcpy (Results 1 – 25 of 38) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dcmsgtst.c290 u_uastrcpy(str, "abc"); in TestSampleMessageFormat()
292 u_uastrcpy(pattern, "There are {0} files on {1,date}"); in TestSampleMessageFormat()
293 u_uastrcpy(expected, "There are abc files on Jul 10, 1996"); in TestSampleMessageFormat()
317 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)"); in TestSampleMessageFormat()
318 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)"); in TestSampleMessageFormat()
319 u_uastrcpy(str, "MyDisk"); in TestSampleMessageFormat()
349 u_uastrcpy(pattern, "You made a {0} of {1,number,currency}"); in TestSampleMessageFormat()
350 u_uastrcpy(expected, "You made a deposit of $500.00"); in TestSampleMessageFormat()
351 u_uastrcpy(str, "deposit"); in TestSampleMessageFormat()
399 u_uastrcpy(str, "disturbance in force"); in TestNewFormatAndParseAPI()
[all …]
Dcdtrgtst.c93 u_uastrcpy(temp, "M yyyy dd"); in Test4029195()
164 u_uastrcpy(pat, "yyMMdd"); in Test4056591()
181 u_uastrcpy(s, strings[i]); in Test4056591()
214 u_uastrcpy(tzID, "PST"); in Test4059917()
215 u_uastrcpy(pattern, "yyyy/MM/dd"); in Test4059917()
224 u_uastrcpy(myDate, "1970/01/12"); in Test4059917()
229 u_uastrcpy(pattern, "yyyyMMdd"); in Test4059917()
236 u_uastrcpy(myDate, "19700112"); in Test4059917()
284 u_uastrcpy(dateString, "1995-040.05:01:29 -8"); in Test4060212()
285 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z"); in Test4060212()
[all …]
Dcdtdptst.c63 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()
259 u_uastrcpy(tzID, "GMT"); in TestCzechMonths459()
321 u_uastrcpy(pattern, "MM/dd/yyyy 'at' hh:mm:ss a zzz"); in TestQuotePattern161()
331 u_uastrcpy(tzID, "PST"); in TestQuotePattern161()
[all …]
Dcnmdptst.c78 u_uastrcpy(upat, pat[i]); in TestPatterns()
94 u_uastrcpy(unewpat, newpat[i]); in TestPatterns()
108 u_uastrcpy(unum, num[i]); in TestPatterns()
131 u_uastrcpy(pat, "a'fo''o'b#"); in TestQuotes()
149 u_uastrcpy(res, "afo'ob123"); in TestQuotes()
157 u_uastrcpy(pat, ""); in TestQuotes()
158 u_uastrcpy(pat, "a''b#"); in TestQuotes()
177 u_uastrcpy(res, ""); in TestQuotes()
178 u_uastrcpy(res, "a'b123"); in TestQuotes()
255 u_uastrcpy(upat, pat[p]); in TestExponential()
[all …]
Dcitertst.c74 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 …]
Dcg7coll.c206 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()
Dcnumtst.c279 u_uastrcpy(temp1, "$100,000,000.00"); in TestNumberFormat()
314 u_uastrcpy(temp1, "-$10,456.37"); in TestNumberFormat()
369 u_uastrcpy(temp1, "Y1,235"); in TestNumberFormat()
371 u_uastrcpy(temp, "JPY"); in TestNumberFormat()
426 u_uastrcpy(temp1, "$462.12345"); in TestNumberFormat()
451 u_uastrcpy(temp1, "($10,456.3E1])"); in TestNumberFormat()
501 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)"); in TestNumberFormat()
691 u_uastrcpy(temp,"$"); in TestNumberFormat()
695 u_uastrcpy(prefix, "+"); in TestNumberFormat()
712 u_uastrcpy(prefix, "+"); in TestNumberFormat()
[all …]
Dcapitst.c323 u_uastrcpy(source, "ab"); in TestProperty()
324 u_uastrcpy(target, "abc"); in TestProperty()
328 u_uastrcpy(source, "ab"); in TestProperty()
329 u_uastrcpy(target, "AB"); in TestProperty()
333 u_uastrcpy(source, "blackbird"); in TestProperty()
334 u_uastrcpy(target, "black-bird"); in TestProperty()
338 u_uastrcpy(source, "black bird"); in TestProperty()
339 u_uastrcpy(target, "black-bird"); in TestProperty()
343 u_uastrcpy(source, "Hello"); in TestProperty()
344 u_uastrcpy(target, "hello"); in TestProperty()
[all …]
Dcustrtst.c84 u_uastrcpy(dataTable[i][j],raw[i][j]); in setUpDataTable()
196 u_uastrcpy(temp, ""); in TestStringFunctions()
219 u_uastrcpy(temp,""); in TestStringFunctions()
357 u_uastrcpy(temp, tokString); in TestStringFunctions()
358 u_uastrcpy(delimBuf, " "); in TestStringFunctions()
361 u_uastrcpy(delimBuf, " ,"); in TestStringFunctions()
363 u_uastrcpy(currTokenBuf, tokens[currToken]); in TestStringFunctions()
375 u_uastrcpy(currTokenBuf, ""); in TestStringFunctions()
383 u_uastrcpy(currTokenBuf, ", ,"); in TestStringFunctions()
392 u_uastrcpy(currTokenBuf, "q, ,"); in TestStringFunctions()
[all …]
Dcallcoll.c749 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()
Dcdattst.c166 u_uastrcpy(temp, "7/10/96, 4:05 PM"); in TestDateFormat()
216 u_uastrcpy(temp, "10 lug 1996, 16:05:28"); in TestDateFormat()
235 u_uastrcpy(temp,"2/3/76, 2:50 AM"); in TestDateFormat()
254 u_uastrcpy(temp,"2/Don't parse this part"); in TestDateFormat()
641 u_uastrcpy(pattern, "jeudi"); in TestSymbols()
890 u_uastrcpy(buf, "4/5/2001"); in TestDateFormatCalendar()
907 u_uastrcpy(uExpected, expected); in TestDateFormatCalendar()
913 u_uastrcpy(buf, "5:45 PM"); in TestDateFormatCalendar()
930 u_uastrcpy(uExpected, expected); in TestDateFormatCalendar()
1636 u_uastrcpy(fields, "d"); in TestOverrideNumberFormat()
[all …]
Dcposxtst.c82 u_uastrcpy(exp, DATA[i+2]); in TestMessageCatalog()
Dutransts.c71 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()
Dccaltst.c301 u_uastrcpy(tzID, "PST"); in TestCalendar()
397 u_uastrcpy(tzdname, expectPDT); in TestCalendar()
406 u_uastrcpy(tzdname, "PDT"); in TestCalendar()
412 u_uastrcpy(tzdname, "Pacific Standard Time"); in TestCalendar()
418 u_uastrcpy(tzdname, "PST"); in TestCalendar()
642 u_uastrcpy(tzID, "PST"); in TestGetSetDateAPI()
711 u_uastrcpy(temp, "Dec 17, 1971, 11:05:28 PM"); in TestGetSetDateAPI()
742 u_uastrcpy(temp, "May 3, 1972, 4:30:42 PM"); in TestGetSetDateAPI()
958 u_uastrcpy(tzID, "PST"); in TestAddRollExtensive()
1110 u_uastrcpy(tzID, itemPtr->zone); in TestAddRollExtensive()
[all …]
Dcreststn.c1197 u_uastrcpy(utestdatapath, testdatapath); in TestErrorConditions()
1740 u_uastrcpy(base,NAME[j]); in testTag()
1810 u_uastrcpy(element, itoa1(j,buf)); in testTag()
1849 u_uastrcpy(element, itoa1(idx,buf)); in testTag()
1900 u_uastrcpy(element, itoa1(row, buf)); in testTag()
1902 u_uastrcpy(element, itoa1(col, buf)); in testTag()
1949 u_uastrcpy(element, itoa1(row, buf)); in testTag()
1951 u_uastrcpy(element, itoa1(col, buf)); in testTag()
2035 u_uastrcpy(element, itoa1(idx,buf)); in testTag()
Dcmsccoll.c91 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 …]
Dcrestst.c224 u_uastrcpy(temp, "TE_IN"); in TestConstruction1()
369 u_uastrcpy(base,NAME[j]); in testTag()
Dcbiapts.c172 u_uastrcpy(text, "He's from Africa. ""Mr. Livingston, I presume?"" Yeah"); in TestBreakIteratorCAPI()
399 u_uastrcpy(text, "He's from Africa. ""Mr. Livingston, I presume?"" Yeah"); in TestBreakIteratorSafeClone()
/external/icu/icu4c/source/test/iotest/
Dstrtst.c266 u_uastrcpy(uBuffer,"1,234"); in TestLocalizedString()
291 u_uastrcpy(uBuffer,"1.234"); in TestLocalizedString()
727 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
732 u_uastrcpy(uBuffer2, format); in Test_u_vfprintf()
736 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
757 u_uastrcpy(testStr, "1233456789"); in TestCount()
Dfiletst.c1473 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
1485 u_uastrcpy(uBuffer, format); in Test_u_vfprintf()
1500 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
/external/icu/icu4c/source/samples/break/
Dubreak.c97 u_uastrcpy(stringToExamine, cStringToExamine); in c_main()
/external/icu/icu4c/source/common/
Dustr_cnv.cpp164 u_uastrcpy(UChar *ucs1, in u_uastrcpy() function
/external/icu/icu4c/source/common/unicode/
Dustring.h689 U_CAPI UChar* U_EXPORT2 u_uastrcpy(UChar *dst,
/external/icu/libandroidicu/include/unicode/
Dustring.h689 U_CAPI UChar* U_EXPORT2 u_uastrcpy(UChar *dst,
/external/icu/libicu/cts_headers/unicode/
Dustring.h689 U_CAPI UChar* U_EXPORT2 u_uastrcpy(UChar *dst,

12