Home | History | Annotate | Download | only in cintltst

Lines Matching full:repl

918         UChar    repl[100];
929 u_uastrncpy(repl, "some other", sizeof(repl)/2);
937 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
946 u_uastrncpy(repl, "abc\\u0041\\U00000042 \\\\ $ \\abc", sizeof(repl)/2);
947 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
957 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status);