HomeSort by relevance Sort by last modified time
    Searched refs:u_uastrcpy (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsgtst.c 279 u_uastrcpy(str, "abc");
281 u_uastrcpy(pattern, "There are {0} files on {1,date}");
282 u_uastrcpy(expected, "There are abc files on Jul 10, 1996");
306 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)");
307 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)");
308 u_uastrcpy(str, "MyDisk");
338 u_uastrcpy(pattern, "You made a {0} of {1,number,currency}");
339 u_uastrcpy(expected, "You made a deposit of $500.00");
340 u_uastrcpy(str, "deposit");
388 u_uastrcpy(str, "disturbance in force")
    [all...]
cdtdptst.c 59 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(tzID, "PST")
    [all...]
cnmdptst.c 77 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(upat, pat[p])
    [all...]
cdtrgtst.c 91 u_uastrcpy(temp, "M yyyy dd");
162 u_uastrcpy(pat, "yyMMdd");
178 u_uastrcpy(s, strings[i]);
211 u_uastrcpy(tzID, "PST");
212 u_uastrcpy(pattern, "yyyy/MM/dd");
221 u_uastrcpy(myDate, "1970/01/12");
226 u_uastrcpy(pattern, "yyyyMMdd");
233 u_uastrcpy(myDate, "19700112");
281 u_uastrcpy(dateString, "1995-040.05:01:29 -8");
282 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z")
    [all...]
cposxtst.c 80 u_uastrcpy(exp, DATA[i+2]);
cnumtst.c 252 u_uastrcpy(temp1, "$100,000,000.00");
287 u_uastrcpy(temp1, "($10,456.37)");
343 u_uastrcpy(temp1, "Y1,235");
345 u_uastrcpy(temp, "JPY");
398 u_uastrcpy(temp1, "$462.12345");
423 u_uastrcpy(temp1, "($10,456.3E1])");
473 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)");
663 u_uastrcpy(temp,"$");
667 u_uastrcpy(prefix, "+");
684 u_uastrcpy(prefix, "+")
    [all...]
cg7coll.c 195 u_uastrcpy(temp, rules);
226 u_uastrcpy(temp, rules);
255 u_uastrcpy(temp, rules);
285 u_uastrcpy(temp, rules);
capitst.c 334 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(target, "black-bird")
    [all...]
citertst.c 76 u_uastrcpy(pattern, "resume");
77 u_uastrcpy(text, "Time to resume updating my resume.");
149 u_uastrcpy(pattern, "resume");
150 u_uastrcpy(text, "Time to resume updating my resume.");
433 u_uastrcpy(test1, "What subset of all possible test cases?");
434 u_uastrcpy(test2, "has the highest probability of detecting");
451 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH");
463 u_uastrcpy(source, "abchdcba");
475 u_uastrcpy(rule, "&a < b < c/abd < d");
484 u_uastrcpy(source, "abcd")
    [all...]
custrtst.c 83 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(currTokenBuf, tokens[currToken])
    [all...]
callcoll.c 715 u_uastrcpy(rules, str);
740 u_uastrcpy(rules, str);
767 u_uastrcpy(rules, str);
792 u_uastrcpy(rules, str);
816 u_uastrcpy(rules, str);
849 /*u_uastrcpy(source, "This is a test.");*/
850 /*u_uastrcpy(target, "THISISATEST.");*/
851 u_uastrcpy(source, "THISISATEST.");
852 u_uastrcpy(target, "Thisisatest.");
    [all...]
cdattst.c 150 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");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 285 u_uastrcpy(str, "abc");
287 u_uastrcpy(pattern, "There are {0} files on {1,date}");
288 u_uastrcpy(expected, "There are abc files on Jul 10, 1996");
312 u_uastrcpy(pattern, "The disk \"{0}\" contains {1,number,integer} file(s)");
313 u_uastrcpy(expected, "The disk \"MyDisk\" contains 23 file(s)");
314 u_uastrcpy(str, "MyDisk");
344 u_uastrcpy(pattern, "You made a {0} of {1,number,currency}");
345 u_uastrcpy(expected, "You made a deposit of $500.00");
346 u_uastrcpy(str, "deposit");
394 u_uastrcpy(str, "disturbance in force")
    [all...]
cdtdptst.c 59 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(tzID, "PST")
    [all...]
cnmdptst.c 77 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(upat, pat[p])
    [all...]
cdtrgtst.c 91 u_uastrcpy(temp, "M yyyy dd");
162 u_uastrcpy(pat, "yyMMdd");
178 u_uastrcpy(s, strings[i]);
211 u_uastrcpy(tzID, "PST");
212 u_uastrcpy(pattern, "yyyy/MM/dd");
221 u_uastrcpy(myDate, "1970/01/12");
226 u_uastrcpy(pattern, "yyyyMMdd");
233 u_uastrcpy(myDate, "19700112");
281 u_uastrcpy(dateString, "1995-040.05:01:29 -8");
282 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z")
    [all...]
citertst.c 71 u_uastrcpy(pattern, "resume");
72 u_uastrcpy(text, "Time to resume updating my resume.");
144 u_uastrcpy(pattern, "resume");
145 u_uastrcpy(text, "Time to resume updating my resume.");
428 u_uastrcpy(test1, "What subset of all possible test cases?");
429 u_uastrcpy(test2, "has the highest probability of detecting");
446 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH");
458 u_uastrcpy(source, "abchdcba");
470 u_uastrcpy(rule, "&a < b < c/abd < d");
479 u_uastrcpy(source, "abcd")
    [all...]
cposxtst.c 80 u_uastrcpy(exp, DATA[i+2]);
cnumtst.c 248 u_uastrcpy(temp1, "$100,000,000.00");
283 u_uastrcpy(temp1, "-$10,456.37");
338 u_uastrcpy(temp1, "Y1,235");
340 u_uastrcpy(temp, "JPY");
395 u_uastrcpy(temp1, "$462.12345");
420 u_uastrcpy(temp1, "($10,456.3E1])");
470 u_uastrcpy(temp1, "#,##0.0#;(#,##0.0#)");
660 u_uastrcpy(temp,"$");
664 u_uastrcpy(prefix, "+");
681 u_uastrcpy(prefix, "+")
    [all...]
cg7coll.c 206 u_uastrcpy(temp, rules);
237 u_uastrcpy(temp, rules);
266 u_uastrcpy(temp, rules);
296 u_uastrcpy(temp, rules);
capitst.c 321 u_uastrcpy(source, "ab");
322 u_uastrcpy(target, "abc");
326 u_uastrcpy(source, "ab");
327 u_uastrcpy(target, "AB");
331 u_uastrcpy(source, "blackbird");
332 u_uastrcpy(target, "black-bird");
336 u_uastrcpy(source, "black bird");
337 u_uastrcpy(target, "black-bird");
341 u_uastrcpy(source, "Hello");
342 u_uastrcpy(target, "hello")
    [all...]
custrtst.c 79 u_uastrcpy(dataTable[i][j],raw[i][j]);
100 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
191 u_uastrcpy(temp, "");
214 u_uastrcpy(temp,"");
217 log_err("something threw an error in u_strncat or u_uastrcpy()\n");
221 log_verbose("Testing u_strncpy() and u_uastrcpy()\n");
352 u_uastrcpy(temp, tokString);
353 u_uastrcpy(delimBuf, " ");
356 u_uastrcpy(delimBuf, " ,");
358 u_uastrcpy(currTokenBuf, tokens[currToken])
    [all...]
callcoll.c 744 u_uastrcpy(rules, str);
769 u_uastrcpy(rules, str);
796 u_uastrcpy(rules, str);
821 u_uastrcpy(rules, str);
845 u_uastrcpy(rules, str);
878 /*u_uastrcpy(source, "This is a test.");*/
879 /*u_uastrcpy(target, "THISISATEST.");*/
880 u_uastrcpy(source, "THISISATEST.");
881 u_uastrcpy(target, "Thisisatest.");
    [all...]
  /external/icu/icu4c/source/samples/break/
ubreak.c 91 u_uastrcpy(stringToExamine, cStringToExamine);
  /external/chromium_org/third_party/icu/source/common/
ustr_cnv.c 108 /* maximum string length for u_uastrcpy() and u_austrcpy() implementations */
161 u_uastrcpy(UChar *ucs1, function

Completed in 1292 milliseconds

1 2 3