Searched refs:u_uastrcpy (Results 1 - 25 of 39) sorted by relevance

12

/external/icu4c/test/cintltst/
H A Dcmsgtst.c273 u_uastrcpy(str, "abc");
275 u_uastrcpy(pattern, "There are {0} files on {1,date}");
276 u_uastrcpy(expected, "There are abc files on Jul 10, 1996");
300 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)");
301 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)");
302 u_uastrcpy(str, "MyDisk");
332 u_uastrcpy(pattern, "You made a {0} of {1,number,currency}");
333 u_uastrcpy(expected, "You made a deposit of $500.00");
334 u_uastrcpy(str, "deposit");
382 u_uastrcpy(st
[all...]
H A Dcdtdptst.c59 u_uastrcpy(pattern, "EEE MMM dd HH:mm:ss.SSS zzz yyyy G");
68 u_uastrcpy(pattern, "dd-MMM-yy h:mm:ss 'o''clock' a z");
73 u_uastrcpy(s, "03-Apr-04 2:20:47 o'clock AM PST");
130 u_uastrcpy(s, "01/01/1997 10:11:42 AM");
164 u_uastrcpy(str, s);
166 u_uastrcpy(pat, pattern);
202 u_uastrcpy(pattern, "yyyyMMddHHmmssSSS");
254 u_uastrcpy(tzID, "GMT");
314 u_uastrcpy(pattern, "MM/dd/yyyy 'at' hh:mm:ss a zzz");
325 u_uastrcpy(tzI
[all...]
H A Dcnmdptst.c77 u_uastrcpy(upat, pat[i]);
93 u_uastrcpy(unewpat, newpat[i]);
107 u_uastrcpy(unum, num[i]);
130 u_uastrcpy(pat, "a'fo''o'b#");
148 u_uastrcpy(res, "afo'ob123");
156 u_uastrcpy(pat, "");
157 u_uastrcpy(pat, "a''b#");
176 u_uastrcpy(res, "");
177 u_uastrcpy(res, "a'b123");
254 u_uastrcpy(upa
[all...]
H A Dcdtrgtst.c91 u_uastrcpy(temp, "M yyyy dd");
161 u_uastrcpy(pat, "yyMMdd");
177 u_uastrcpy(s, strings[i]);
210 u_uastrcpy(tzID, "PST");
211 u_uastrcpy(pattern, "yyyy/MM/dd");
220 u_uastrcpy(myDate, "1970/01/12");
225 u_uastrcpy(pattern, "yyyyMMdd");
232 u_uastrcpy(myDate, "19700112");
280 u_uastrcpy(dateString, "1995-040.05:01:29 -8");
281 u_uastrcpy(patter
[all...]
H A Dcposxtst.c78 u_uastrcpy(exp, DATA[i+2]);
H A Dcnumtst.c203 u_uastrcpy(temp1, "$100,000,000.00");
238 u_uastrcpy(temp1, "($10,456.37)");
294 u_uastrcpy(temp1, "Y1,235");
296 u_uastrcpy(temp, "JPY");
349 u_uastrcpy(temp1, "$462.12345");
368 u_uastrcpy(temp1, "($10,456.3E1])");
418 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)");
608 u_uastrcpy(temp,"$");
612 u_uastrcpy(prefix, "+");
629 u_uastrcpy(prefi
[all...]
H A Dcg7coll.c195 u_uastrcpy(temp, rules);
226 u_uastrcpy(temp, rules);
255 u_uastrcpy(temp, rules);
285 u_uastrcpy(temp, rules);
H A Dcapitst.c334 u_uastrcpy(source, "ab");
335 u_uastrcpy(target, "abc");
339 u_uastrcpy(source, "ab");
340 u_uastrcpy(target, "AB");
343 /* u_uastrcpy(source, "black-bird");
344 u_uastrcpy(target, "blackbird"); */
345 u_uastrcpy(target, "black-bird");
346 u_uastrcpy(source, "blackbird");
350 u_uastrcpy(source, "black bird");
351 u_uastrcpy(targe
[all...]
H A Dcitertst.c73 u_uastrcpy(pattern, "resume");
74 u_uastrcpy(text, "Time to resume updating my resume.");
146 u_uastrcpy(pattern, "resume");
147 u_uastrcpy(text, "Time to resume updating my resume.");
430 u_uastrcpy(test1, "What subset of all possible test cases?");
431 u_uastrcpy(test2, "has the highest probability of detecting");
448 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH");
460 u_uastrcpy(source, "abchdcba");
472 u_uastrcpy(rule, "&a < b < c/abd < d");
481 u_uastrcpy(sourc
[all...]
H A Dcustrtst.c83 u_uastrcpy(dataTable[i][j],raw[i][j]);
104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
195 u_uastrcpy(temp, "");
218 u_uastrcpy(temp,"");
221 log_err("something threw an error in u_strncat or u_uastrcpy()\n");
225 log_verbose("Testing u_strncpy() and u_uastrcpy()\n");
356 u_uastrcpy(temp, tokString);
357 u_uastrcpy(delimBuf, " ");
360 u_uastrcpy(delimBuf, " ,");
362 u_uastrcpy(currTokenBu
[all...]
H A Dcallcoll.c712 u_uastrcpy(rules, str);
737 u_uastrcpy(rules, str);
764 u_uastrcpy(rules, str);
789 u_uastrcpy(rules, str);
813 u_uastrcpy(rules, str);
846 /*u_uastrcpy(source, "This is a test.");*/
847 /*u_uastrcpy(target, "THISISATEST.");*/
848 u_uastrcpy(source, "THISISATEST.");
849 u_uastrcpy(target, "Thisisatest.");
993 u_uastrcpy(rule
[all...]
H A Dcdattst.c150 u_uastrcpy(temp, "7/10/96 4:05 PM");
195 u_uastrcpy(temp, "10/lug/1996 16.05.28");
214 u_uastrcpy(temp,"2/3/76 2:50 AM");
233 u_uastrcpy(temp,"2/Don't parse this part");
579 u_uastrcpy(pattern, "jeudi");
812 u_uastrcpy(buf, "4/5/2001");
822 u_uastrcpy(buf, "5:45 PM");
870 u_uastrcpy(pattern, expected);
904 u_uastrcpy(value, expected);
H A Dutransts.c63 u_uastrcpy(rep->text, cstring);
514 /*u_uastrcpy(filt, DATA[i]);*/
524 /*u_uastrcpy(buf, DATA[i+1]);*/
574 /* u_uastrcpy has no capacity param for the buffer -- so just
582 u_uastrcpy(rules, crules);
601 /* u_uastrcpy has no capacity param for the buffer -- so just
618 u_uastrcpy(from, cfrom);
619 u_uastrcpy(to, cto);
H A Dccaltst.c236 u_uastrcpy(tzID, "PST");
327 u_uastrcpy(tzdname, expectPDT);
336 u_uastrcpy(tzdname, "PDT");
342 u_uastrcpy(tzdname, "Pacific Standard Time");
348 u_uastrcpy(tzdname, "PST");
506 u_uastrcpy(tzID, "PST");
565 u_uastrcpy(temp, "Dec 17, 1971 11:05:28 PM");
596 u_uastrcpy(temp, "May 3, 1972 4:30:42 PM");
797 u_uastrcpy(tzID, "PST");
957 u_uastrcpy(tzI
[all...]
H A Dcbiapts.c146 u_uastrcpy(text, "He's from Africa. ""Mr. Livingston, I presume?"" Yeah");
370 u_uastrcpy(text, "He's from Africa. ""Mr. Livingston, I presume?"" Yeah");
H A Dcmsccoll.c90 u_uastrcpy(temp, " & Z < ABC < Q < B");
99 u_uastrcpy(t1, cnt1[i]);
100 u_uastrcpy(t2, cnt1[j]);
117 u_uastrcpy(temp, " & Z < DAVIS < MARK <DAV");
125 u_uastrcpy(t1, cnt2[i]);
126 u_uastrcpy(t2, cnt2[j]);
198 u_uastrcpy(t1, nonignorable[i]);
199 u_uastrcpy(t2, nonignorable[j]);
212 u_uastrcpy(t1, shifted[i]);
213 u_uastrcpy(t
[all...]
H A Dputiltst.c144 /* This cannot really work on a japanese system. u_uastrcpy will have different results than */
152 u_uastrcpy(temp, dataDirectory);
/external/icu4c/samples/break/
H A Dubreak.c91 u_uastrcpy(stringToExamine, cStringToExamine);
/external/icu4c/common/
H A Dustr_cnv.c85 /* maximum string length for u_uastrcpy() and u_austrcpy() implementations */
138 u_uastrcpy(UChar *ucs1, function
/external/icu4c/test/iotest/
H A Dstrtst.c263 u_uastrcpy(uBuffer,"1,234");
288 u_uastrcpy(uBuffer,"1.234");
720 u_uastrcpy(uBuffer2, expectedResult);
725 u_uastrcpy(uBuffer2, format);
729 u_uastrcpy(uBuffer2, expectedResult);
750 u_uastrcpy(testStr, "1233456789");
H A Dfiletst.c1363 u_uastrcpy(uBuffer2, expectedResult);
1375 u_uastrcpy(uBuffer, format);
1390 u_uastrcpy(uBuffer2, expectedResult);
/external/webkit/JavaScriptCore/icu/unicode/
H A Dustring.h686 U_STABLE UChar* U_EXPORT2 u_uastrcpy(UChar *dst,
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dustring.h686 U_STABLE UChar* U_EXPORT2 u_uastrcpy(UChar *dst,
/external/webkit/WebCore/icu/unicode/
H A Dustring.h686 U_STABLE UChar* U_EXPORT2 u_uastrcpy(UChar *dst,
/external/webkit/WebKit/mac/icu/unicode/
H A Dustring.h686 U_STABLE UChar* U_EXPORT2 u_uastrcpy(UChar *dst,

Completed in 217 milliseconds

12