Lines Matching refs:u_uastrcpy
322 u_uastrcpy(source, "ab"); in TestProperty()
323 u_uastrcpy(target, "abc"); in TestProperty()
327 u_uastrcpy(source, "ab"); in TestProperty()
328 u_uastrcpy(target, "AB"); in TestProperty()
332 u_uastrcpy(source, "blackbird"); in TestProperty()
333 u_uastrcpy(target, "black-bird"); in TestProperty()
337 u_uastrcpy(source, "black bird"); in TestProperty()
338 u_uastrcpy(target, "black-bird"); in TestProperty()
342 u_uastrcpy(source, "Hello"); in TestProperty()
343 u_uastrcpy(target, "hello"); in TestProperty()
458 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestRuleBasedColl()
459 u_uastrcpy(ruleset2, "&9 < a, A < b, B < c, C < d, D, e, E"); in TestRuleBasedColl()
511 u_uastrcpy(ruleset1, "!&a<b"); in TestRuleBasedColl()
551 u_uastrcpy(ruleset1, "< z < a"); in TestRuleBasedColl()
577 u_uastrcpy(test1, "Abcda"); in TestCompare()
578 u_uastrcpy(test2, "abcda"); in TestCompare()
665 u_uastrcpy(test1, "abCda"); in TestSafeClone()
666 u_uastrcpy(test2, "abcda"); in TestSafeClone()
667 u_uastrcpy(sampleRule, sampleRuleChars); in TestSafeClone()
1121 u_uastrcpy(test1, "Abcda"); in TestSortKey()
1122 u_uastrcpy(test2, "abcda"); in TestSortKey()
1123 u_uastrcpy(test3, "abcda"); in TestSortKey()
1231 u_uastrcpy(test1, "Abcda"); in TestHashCode()
1232 u_uastrcpy(test2, "abcda"); in TestHashCode()
1233 u_uastrcpy(test3, "abcda"); in TestHashCode()
1287 …u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability … in TestElemIter()
1288 …u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter()