Home | History | Annotate | Download | only in cintltst

Lines Matching full:bufptr

965         UChar   *bufPtr;
980 bufPtr = buf;
982 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
989 bufPtr = buf;
992 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1000 bufPtr = buf;
1002 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status);
1860 UChar *bufPtr;
1874 bufPtr = buf;
1876 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1883 bufPtr = buf;
1886 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);