Home | History | Annotate | Download | only in intltest

Lines Matching full:returnedcontext

4728         const void          *returnedContext = &returnedContext;
4734 matcher.getMatchCallback(returnedFn, returnedContext, status);
4737 REGEX_ASSERT(returnedContext == NULL);
4743 const void *returnedContext;
4750 matcher.getMatchCallback(returnedFn, returnedContext, status);
4753 REGEX_ASSERT(returnedContext == &cbInfo);
4820 const void *returnedContext = &returnedContext;
4826 matcher.getFindProgressCallback(returnedFn, returnedContext, status);
4829 REGEX_ASSERT(returnedContext == NULL);
4835 const void *returnedContext;
4842 matcher.getFindProgressCallback(returnedFn, returnedContext, status);
4845 REGEX_ASSERT(returnedContext == &cbInfo);