Lines Matching refs:u_uastrcpy

323     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()
459 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestRuleBasedColl()
460 u_uastrcpy(ruleset2, "&9 < a, A < b, B < c, C < d, D, e, E"); in TestRuleBasedColl()
512 u_uastrcpy(ruleset1, "!&a<b"); in TestRuleBasedColl()
552 u_uastrcpy(ruleset1, "< z < a"); in TestRuleBasedColl()
578 u_uastrcpy(test1, "Abcda"); in TestCompare()
579 u_uastrcpy(test2, "abcda"); in TestCompare()
666 u_uastrcpy(test1, "abCda"); in TestSafeClone()
667 u_uastrcpy(test2, "abcda"); in TestSafeClone()
668 u_uastrcpy(sampleRule, sampleRuleChars); in TestSafeClone()
1122 u_uastrcpy(test1, "Abcda"); in TestSortKey()
1123 u_uastrcpy(test2, "abcda"); in TestSortKey()
1124 u_uastrcpy(test3, "abcda"); in TestSortKey()
1232 u_uastrcpy(test1, "Abcda"); in TestHashCode()
1233 u_uastrcpy(test2, "abcda"); in TestHashCode()
1234 u_uastrcpy(test3, "abcda"); in TestHashCode()
1288u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability … in TestElemIter()
1289u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter()