Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_uastrcpy

320     u_uastrcpy(source, "ab");
321 u_uastrcpy(target, "abc");
325 u_uastrcpy(source, "ab");
326 u_uastrcpy(target, "AB");
330 u_uastrcpy(source, "blackbird");
331 u_uastrcpy(target, "black-bird");
335 u_uastrcpy(source, "black bird");
336 u_uastrcpy(target, "black-bird");
340 u_uastrcpy(source, "Hello");
341 u_uastrcpy(target, "hello");
456 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E");
457 u_uastrcpy(ruleset2, "&9 < a, A < b, B < c, C < d, D, e, E");
509 u_uastrcpy(ruleset1, "!&a<b");
549 u_uastrcpy(ruleset1, "< z < a");
575 u_uastrcpy(test1, "Abcda");
576 u_uastrcpy(test2, "abcda");
663 u_uastrcpy(test1, "abCda");
664 u_uastrcpy(test2, "abcda");
665 u_uastrcpy(sampleRule, sampleRuleChars);
1119 u_uastrcpy(test1, "Abcda");
1120 u_uastrcpy(test2, "abcda");
1121 u_uastrcpy(test3, "abcda");
1229 u_uastrcpy(test1, "Abcda");
1230 u_uastrcpy(test2, "abcda");
1231 u_uastrcpy(test3, "abcda");
1285 u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
1286 u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability of detecting the least errors?");