Lines Matching refs:u_uastrcpy
71 u_uastrcpy(pattern, "resume"); in TestBug672()
72 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672()
144 u_uastrcpy(pattern, "resume"); in TestBug672Normalize()
145 u_uastrcpy(text, "Time to resume updating my resume."); in TestBug672Normalize()
428 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestPrevious()
429 u_uastrcpy(test2, "has the highest probability of detecting"); in TestPrevious()
446 u_uastrcpy(rule, "&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH"); in TestPrevious()
458 u_uastrcpy(source, "abchdcba"); in TestPrevious()
470 u_uastrcpy(rule, "&a < b < c/abd < d"); in TestPrevious()
479 u_uastrcpy(source, "abcd"); in TestPrevious()
490 u_uastrcpy(rule, "&a < b < c/aba < d < z < ch"); in TestPrevious()
500 u_uastrcpy(source, "abcdbchdc"); in TestPrevious()
569 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestOffset()
570 u_uastrcpy(test2, "has the highest probability of detecting"); in TestOffset()
711 u_uastrcpy(test1, "What subset of all possible test cases?"); in TestSetText()
712 u_uastrcpy(test2, "has the highest probability of detecting"); in TestSetText()
789 u_uastrcpy(rule, "&a < ab < c/aba < d < z < ch"); in TestMaxExpansion()