Lines Matching refs:repl
963 UChar repl[100]; in TestRegexCAPI() local
974 u_uastrncpy(repl, "some other", sizeof(repl)/2); in TestRegexCAPI()
982 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
991 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2); in TestRegexCAPI()
992 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestRegexCAPI()
1002 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status); in TestRegexCAPI()
1858 UChar repl[100]; in TestUTextAPI() local
1868 u_uastrncpy(repl, "some other", sizeof(repl)/2); in TestUTextAPI()
1876 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestUTextAPI()
1885 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2); in TestUTextAPI()
1886 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status); in TestUTextAPI()