• Home
  • Raw
  • Download

Lines Matching refs:u_uastrcpy

325     u_uastrcpy(source, "ab");  in TestProperty()
326 u_uastrcpy(target, "abc"); in TestProperty()
330 u_uastrcpy(source, "ab"); in TestProperty()
331 u_uastrcpy(target, "AB"); in TestProperty()
335 u_uastrcpy(source, "blackbird"); in TestProperty()
336 u_uastrcpy(target, "black-bird"); in TestProperty()
340 u_uastrcpy(source, "black bird"); in TestProperty()
341 u_uastrcpy(target, "black-bird"); in TestProperty()
345 u_uastrcpy(source, "Hello"); in TestProperty()
346 u_uastrcpy(target, "hello"); in TestProperty()
461 u_uastrcpy(ruleset1, "&9 < a, A < b, B < c, C; ch, cH, Ch, CH < d, D, e, E"); in TestRuleBasedColl()
462 u_uastrcpy(ruleset2, "&9 < a, A < b, B < c, C < d, D, e, E"); in TestRuleBasedColl()
514 u_uastrcpy(ruleset1, "!&a<b"); in TestRuleBasedColl()
554 u_uastrcpy(ruleset1, "< z < a"); in TestRuleBasedColl()
580 u_uastrcpy(test1, "Abcda"); in TestCompare()
581 u_uastrcpy(test2, "abcda"); in TestCompare()
668 u_uastrcpy(test1, "abCda"); in TestSafeClone()
669 u_uastrcpy(test2, "abcda"); in TestSafeClone()
670 u_uastrcpy(sampleRule, sampleRuleChars); in TestSafeClone()
823 u_uastrcpy(test1, "abCda"); in TestClone()
824 u_uastrcpy(test2, "abcda"); in TestClone()
825 u_uastrcpy(sampleRule, sampleRuleChars); in TestClone()
1242 u_uastrcpy(test1, "Abcda"); in TestSortKey()
1243 u_uastrcpy(test2, "abcda"); in TestSortKey()
1244 u_uastrcpy(test3, "abcda"); in TestSortKey()
1352 u_uastrcpy(test1, "Abcda"); in TestHashCode()
1353 u_uastrcpy(test2, "abcda"); in TestHashCode()
1354 u_uastrcpy(test3, "abcda"); in TestHashCode()
1408u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability … in TestElemIter()
1409u_uastrcpy(testString2, "Xf_ile What subset of all possible test cases has the lowest probability … in TestElemIter()