Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcmsgtst.c291 u_uastrcpy(str, "abc"); in TestSampleMessageFormat()
293 u_uastrcpy(pattern, "There are {0} files on {1,date}"); in TestSampleMessageFormat()
294 u_uastrcpy(expected, "There are abc files on Jul 10, 1996"); in TestSampleMessageFormat()
318 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)"); in TestSampleMessageFormat()
319 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)"); in TestSampleMessageFormat()
320 u_uastrcpy(str, "MyDisk"); in TestSampleMessageFormat()
350 u_uastrcpy(pattern, "You made a {0} of {1,number,currency}"); in TestSampleMessageFormat()
351 u_uastrcpy(expected, "You made a deposit of $500.00"); in TestSampleMessageFormat()
352 u_uastrcpy(str, "deposit"); in TestSampleMessageFormat()
400 u_uastrcpy(str, "disturbance in force"); in TestNewFormatAndParseAPI()
[all …]
H A Dcdtrgtst.c97 u_uastrcpy(temp, "M yyyy dd"); in Test4029195()
168 u_uastrcpy(pat, "yyMMdd"); in Test4056591()
185 u_uastrcpy(s, strings[i]); in Test4056591()
222 u_uastrcpy(tzID, "PST"); in Test4059917()
223 u_uastrcpy(pattern, "yyyy/MM/dd"); in Test4059917()
232 u_uastrcpy(myDate, "1970/01/12"); in Test4059917()
237 u_uastrcpy(pattern, "yyyyMMdd"); in Test4059917()
244 u_uastrcpy(myDate, "19700112"); in Test4059917()
323 u_uastrcpy(dateString, "1995-040.05:01:29 -8"); in Test4060212()
324 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z"); in Test4060212()
[all …]
H A Dcnmdptst.c80 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 …]
H A Dcdtdptst.c65 u_uastrcpy(pattern, "EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse()
74 u_uastrcpy(pattern, "dd-MMM-yy h:mm:ss 'o''clock' a z"); in TestTwoDigitYearDSTParse()
79 u_uastrcpy(s, "03-Apr-04 2:20:47 o'clock AM PST"); in TestTwoDigitYearDSTParse()
136 u_uastrcpy(s, "01/01/1997 10:11:42 AM"); in TestPartialParse994()
170 u_uastrcpy(str, s); in tryPat994()
172 u_uastrcpy(pat, pattern); in tryPat994()
208 u_uastrcpy(pattern, "yyyyMMddHHmmssSSS"); in TestRunTogetherPattern985()
261 u_uastrcpy(tzID, "GMT"); in TestCzechMonths459()
323 u_uastrcpy(pattern, "MM/dd/yyyy 'at' hh:mm:ss a zzz"); in TestQuotePattern161()
333 u_uastrcpy(tzID, "PST"); in TestQuotePattern161()
[all …]
H A Dcitertst.c75 u_uastrcpy(pattern, "resume"); in TestBug672()
76 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672()
148 u_uastrcpy(pattern, "resume"); in TestBug672Normalize()
149 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672Normalize()
432 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestPrevious()
433 u_uastrcpy(test2, "has the highest probability of detecting"); in TestPrevious()
450 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH"); in TestPrevious()
462 u_uastrcpy(source, "abchdcba"); in TestPrevious()
474 u_uastrcpy(rule, "&a < b < c/abd < d"); in TestPrevious()
483 u_uastrcpy(source, "abcd"); in TestPrevious()
[all …]
H A Dcapitst.c326 u_uastrcpy(source, "ab"); in TestProperty()
327 u_uastrcpy(target, "abc"); in TestProperty()
331 u_uastrcpy(source, "ab"); in TestProperty()
332 u_uastrcpy(target, "AB"); in TestProperty()
336 u_uastrcpy(source, "blackbird"); in TestProperty()
337 u_uastrcpy(target, "black-bird"); in TestProperty()
341 u_uastrcpy(source, "black bird"); in TestProperty()
342 u_uastrcpy(target, "black-bird"); in TestProperty()
346 u_uastrcpy(source, "Hello"); in TestProperty()
347 u_uastrcpy(target, "hello"); in TestProperty()
[all …]
H A Dcnumtst.c290 u_uastrcpy(temp1, "$100,000,000.00"); in TestNumberFormat()
325 u_uastrcpy(temp1, "-$10,456.37"); in TestNumberFormat()
380 u_uastrcpy(temp1, "Y1,235"); in TestNumberFormat()
382 u_uastrcpy(temp, "JPY"); in TestNumberFormat()
437 u_uastrcpy(temp1, "$462.12345"); in TestNumberFormat()
462 u_uastrcpy(temp1, "($10,456.3E1])"); in TestNumberFormat()
512 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)"); in TestNumberFormat()
702 u_uastrcpy(temp,"$"); in TestNumberFormat()
706 u_uastrcpy(prefix, "+"); in TestNumberFormat()
723 u_uastrcpy(prefix, "+"); in TestNumberFormat()
[all …]
H A Dcustrtst.c85 u_uastrcpy(dataTable[i][j],raw[i][j]); in setUpDataTable()
197 u_uastrcpy(temp, ""); in TestStringFunctions()
220 u_uastrcpy(temp,""); in TestStringFunctions()
358 u_uastrcpy(temp, tokString); in TestStringFunctions()
359 u_uastrcpy(delimBuf, " "); in TestStringFunctions()
362 u_uastrcpy(delimBuf, " ,"); in TestStringFunctions()
364 u_uastrcpy(currTokenBuf, tokens[currToken]); in TestStringFunctions()
376 u_uastrcpy(currTokenBuf, ""); in TestStringFunctions()
384 u_uastrcpy(currTokenBuf, ", ,"); in TestStringFunctions()
393 u_uastrcpy(currTokenBuf, "q, ,"); in TestStringFunctions()
[all …]
H A 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()
H A Dcallcoll.c750 u_uastrcpy(rules, str); in TestTertiary()
775 u_uastrcpy(rules, str); in TestPrimary()
802 u_uastrcpy(rules, str); in TestSecondary()
827 u_uastrcpy(rules, str); in TestIdentical()
851 u_uastrcpy(rules, str); in TestExtra()
886 u_uastrcpy(source, "THISISATEST."); in TestJB581()
887 u_uastrcpy(target, "Thisisatest."); in TestJB581()
1039 u_uastrcpy(rules, str); in TestVariableTop()
1255 u_uastrcpy(rule, rules[i]); in TestJitterbug1098()
H A Dcdattst.c227 u_uastrcpy(temp, "10 lug 1996, 16:05:28"); in TestDateFormat()
265 u_uastrcpy(temp,"2/Don't parse this part"); in TestDateFormat()
660 u_uastrcpy(pattern, "jeudi"); in TestSymbols()
914 u_uastrcpy(buf, "4/5/2001"); in TestDateFormatCalendar()
931 u_uastrcpy(uExpected, expected); in TestDateFormatCalendar()
937 u_uastrcpy(buf, "5:45 PM"); in TestDateFormatCalendar()
1660 u_uastrcpy(fields, "d"); in TestOverrideNumberFormat()
1661 u_uastrcpy(pattern,"MM d"); in TestOverrideNumberFormat()
1711 u_uastrcpy(fields, overrideNumberFormat[i][0]); in TestOverrideNumberFormat()
1719 u_uastrcpy(fields, "d"); in TestOverrideNumberFormat()
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c291 u_uastrcpy(str, "abc"); in TestSampleMessageFormat()
293 u_uastrcpy(pattern, "There are {0} files on {1,date}"); in TestSampleMessageFormat()
294 u_uastrcpy(expected, "There are abc files on Jul 10, 1996"); in TestSampleMessageFormat()
318 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)"); in TestSampleMessageFormat()
319 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)"); in TestSampleMessageFormat()
320 u_uastrcpy(str, "MyDisk"); in TestSampleMessageFormat()
350 u_uastrcpy(pattern, "You made a {0} of {1,number,currency}"); in TestSampleMessageFormat()
351 u_uastrcpy(expected, "You made a deposit of $500.00"); in TestSampleMessageFormat()
352 u_uastrcpy(str, "deposit"); in TestSampleMessageFormat()
400 u_uastrcpy(str, "disturbance in force"); in TestNewFormatAndParseAPI()
[all …]
H A Dcdtrgtst.c97 u_uastrcpy(temp, "M yyyy dd"); in Test4029195()
168 u_uastrcpy(pat, "yyMMdd"); in Test4056591()
185 u_uastrcpy(s, strings[i]); in Test4056591()
222 u_uastrcpy(tzID, "PST"); in Test4059917()
223 u_uastrcpy(pattern, "yyyy/MM/dd"); in Test4059917()
232 u_uastrcpy(myDate, "1970/01/12"); in Test4059917()
237 u_uastrcpy(pattern, "yyyyMMdd"); in Test4059917()
244 u_uastrcpy(myDate, "19700112"); in Test4059917()
323 u_uastrcpy(dateString, "1995-040.05:01:29 -8"); in Test4060212()
324 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z"); in Test4060212()
[all …]
H A Dcnmdptst.c80 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 …]
H A Dcdtdptst.c65 u_uastrcpy(pattern, "EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse()
74 u_uastrcpy(pattern, "dd-MMM-yy h:mm:ss 'o''clock' a z"); in TestTwoDigitYearDSTParse()
79 u_uastrcpy(s, "03-Apr-04 2:20:47 o'clock AM PST"); in TestTwoDigitYearDSTParse()
136 u_uastrcpy(s, "01/01/1997 10:11:42 AM"); in TestPartialParse994()
170 u_uastrcpy(str, s); in tryPat994()
172 u_uastrcpy(pat, pattern); in tryPat994()
208 u_uastrcpy(pattern, "yyyyMMddHHmmssSSS"); in TestRunTogetherPattern985()
261 u_uastrcpy(tzID, "GMT"); in TestCzechMonths459()
323 u_uastrcpy(pattern, "MM/dd/yyyy 'at' hh:mm:ss a zzz"); in TestQuotePattern161()
333 u_uastrcpy(tzID, "PST"); in TestQuotePattern161()
[all …]
H A Dcitertst.c75 u_uastrcpy(pattern, "resume"); in TestBug672()
76 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672()
148 u_uastrcpy(pattern, "resume"); in TestBug672Normalize()
149 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672Normalize()
432 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestPrevious()
433 u_uastrcpy(test2, "has the highest probability of detecting"); in TestPrevious()
450 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH"); in TestPrevious()
462 u_uastrcpy(source, "abchdcba"); in TestPrevious()
474 u_uastrcpy(rule, "&a < b < c/abd < d"); in TestPrevious()
483 u_uastrcpy(source, "abcd"); in TestPrevious()
[all …]
H A Dcapitst.c326 u_uastrcpy(source, "ab"); in TestProperty()
327 u_uastrcpy(target, "abc"); in TestProperty()
331 u_uastrcpy(source, "ab"); in TestProperty()
332 u_uastrcpy(target, "AB"); in TestProperty()
336 u_uastrcpy(source, "blackbird"); in TestProperty()
337 u_uastrcpy(target, "black-bird"); in TestProperty()
341 u_uastrcpy(source, "black bird"); in TestProperty()
342 u_uastrcpy(target, "black-bird"); in TestProperty()
346 u_uastrcpy(source, "Hello"); in TestProperty()
347 u_uastrcpy(target, "hello"); in TestProperty()
[all …]
H A Dcnumtst.c289 u_uastrcpy(temp1, "$100,000,000.00"); in TestNumberFormat()
324 u_uastrcpy(temp1, "-$10,456.37"); in TestNumberFormat()
379 u_uastrcpy(temp1, "Y1,235"); in TestNumberFormat()
381 u_uastrcpy(temp, "JPY"); in TestNumberFormat()
436 u_uastrcpy(temp1, "$462.12345"); in TestNumberFormat()
461 u_uastrcpy(temp1, "($10,456.3E1])"); in TestNumberFormat()
511 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)"); in TestNumberFormat()
701 u_uastrcpy(temp,"$"); in TestNumberFormat()
705 u_uastrcpy(prefix, "+"); in TestNumberFormat()
722 u_uastrcpy(prefix, "+"); in TestNumberFormat()
[all …]
H A Dcustrtst.c85 u_uastrcpy(dataTable[i][j],raw[i][j]); in setUpDataTable()
197 u_uastrcpy(temp, ""); in TestStringFunctions()
220 u_uastrcpy(temp,""); in TestStringFunctions()
358 u_uastrcpy(temp, tokString); in TestStringFunctions()
359 u_uastrcpy(delimBuf, " "); in TestStringFunctions()
362 u_uastrcpy(delimBuf, " ,"); in TestStringFunctions()
364 u_uastrcpy(currTokenBuf, tokens[currToken]); in TestStringFunctions()
376 u_uastrcpy(currTokenBuf, ""); in TestStringFunctions()
384 u_uastrcpy(currTokenBuf, ", ,"); in TestStringFunctions()
393 u_uastrcpy(currTokenBuf, "q, ,"); in TestStringFunctions()
[all …]
H A 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()
H A Dcallcoll.c750 u_uastrcpy(rules, str); in TestTertiary()
775 u_uastrcpy(rules, str); in TestPrimary()
802 u_uastrcpy(rules, str); in TestSecondary()
827 u_uastrcpy(rules, str); in TestIdentical()
851 u_uastrcpy(rules, str); in TestExtra()
886 u_uastrcpy(source, "THISISATEST."); in TestJB581()
887 u_uastrcpy(target, "Thisisatest."); in TestJB581()
1039 u_uastrcpy(rules, str); in TestVariableTop()
1255 u_uastrcpy(rule, rules[i]); in TestJitterbug1098()
H A Dcdattst.c229 u_uastrcpy(temp, "10 lug 1996, 16:05:28"); in TestDateFormat()
267 u_uastrcpy(temp,"2/Don't parse this part"); in TestDateFormat()
662 u_uastrcpy(pattern, "jeudi"); in TestSymbols()
916 u_uastrcpy(buf, "4/5/2001"); in TestDateFormatCalendar()
933 u_uastrcpy(uExpected, expected); in TestDateFormatCalendar()
939 u_uastrcpy(buf, "5:45 PM"); in TestDateFormatCalendar()
1662 u_uastrcpy(fields, "d"); in TestOverrideNumberFormat()
1663 u_uastrcpy(pattern,"MM d"); in TestOverrideNumberFormat()
1713 u_uastrcpy(fields, overrideNumberFormat[i][0]); in TestOverrideNumberFormat()
1721 u_uastrcpy(fields, "d"); in TestOverrideNumberFormat()
H A Dutransts.c72 u_uastrcpy(rep->text, cstring); in InitXReplaceable()
717 u_uastrcpy(rules, crules); in _expectRules()
753 u_uastrcpy(from, cfrom); in _expect()
754 u_uastrcpy(to, cto); in _expect()
/aosp_15_r20/external/cronet/third_party/icu/source/test/iotest/
H A Dstrtst.c267 u_uastrcpy(uBuffer,"1,234"); in TestLocalizedString()
292 u_uastrcpy(uBuffer,"1.234"); in TestLocalizedString()
729 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
734 u_uastrcpy(uBuffer2, format); in Test_u_vfprintf()
738 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
759 u_uastrcpy(testStr, "1233456789"); in TestCount()
/aosp_15_r20/external/icu/icu4c/source/test/iotest/
H A Dstrtst.c267 u_uastrcpy(uBuffer,"1,234"); in TestLocalizedString()
292 u_uastrcpy(uBuffer,"1.234"); in TestLocalizedString()
729 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
734 u_uastrcpy(uBuffer2, format); in Test_u_vfprintf()
738 u_uastrcpy(uBuffer2, expectedResult); in Test_u_vfprintf()
759 u_uastrcpy(testStr, "1233456789"); in TestCount()

1234