Lines Matching refs:repl
957 UChar repl[100]; in TestRegexCAPI() local
968 u_uastrncpy(repl, "some other", sizeof(repl)/2); in TestRegexCAPI()
976 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
985 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2); in TestRegexCAPI()
986 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
996 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status); in TestRegexCAPI()
1882 UChar repl[100]; in TestUTextAPI() local
1892 u_uastrncpy(repl, "some other", sizeof(repl)/2); in TestUTextAPI()
1900 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestUTextAPI()
1909 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2); in TestUTextAPI()
1910 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestUTextAPI()