Home | History | Annotate | Download | only in cintltst

Lines Matching defs:bufPtr

999         UChar   *bufPtr;
1014 bufPtr = buf;
1016 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1023 bufPtr = buf;
1026 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1034 bufPtr = buf;
1036 uregex_appendReplacement(re, repl, -1, &bufPtr, NULL, &status);
1904 UChar *bufPtr;
1918 bufPtr = buf;
1920 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);
1927 bufPtr = buf;
1930 uregex_appendReplacement(re, repl, -1, &bufPtr, &bufCap, &status);