Searched refs:testCallBackFn (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp4724 testCallBackFn(const void *context, int32_t steps) { function
4742 URegexMatchCallback *returnedFn = &testCallBackFn;
4761 matcher.setMatchCallback(testCallBackFn, &cbInfo, status);
4765 REGEX_ASSERT(returnedFn == testCallBackFn);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4729 testCallBackFn(const void *context, int32_t steps) { function
4747 URegexMatchCallback *returnedFn = &testCallBackFn;
4766 matcher.setMatchCallback(testCallBackFn, &cbInfo, status);
4770 REGEX_ASSERT(returnedFn == testCallBackFn);

Completed in 123 milliseconds