Lines Matching refs:u_uastrcpy
74 u_uastrcpy(pattern, "resume"); in TestBug672()
75 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672()
147 u_uastrcpy(pattern, "resume"); in TestBug672Normalize()
148 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672Normalize()
431 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestPrevious()
432 u_uastrcpy(test2, "has the highest probability of detecting"); in TestPrevious()
449 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH"); in TestPrevious()
461 u_uastrcpy(source, "abchdcba"); in TestPrevious()
473 u_uastrcpy(rule, "&a < b < c/abd < d"); in TestPrevious()
482 u_uastrcpy(source, "abcd"); in TestPrevious()
493 u_uastrcpy(rule, "&a < b < c/aba < d < z < ch"); in TestPrevious()
503 u_uastrcpy(source, "abcdbchdc"); in TestPrevious()
572 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestOffset()
573 u_uastrcpy(test2, "has the highest probability of detecting"); in TestOffset()
714 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestSetText()
715 u_uastrcpy(test2, "has the highest probability of detecting"); in TestSetText()
792 u_uastrcpy(rule, "&a < ab < c/aba < d < z < ch"); in TestMaxExpansion()