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