Lines Matching refs:RBBIMonkeyImpl
60 BreakRules::BreakRules(RBBIMonkeyImpl *monkeyImpl, UErrorCode &status) : in BreakRules()
613 RBBIMonkeyImpl::RBBIMonkeyImpl(UErrorCode &status) : fDumpExpansions(FALSE), fThread(this) { in RBBIMonkeyImpl() function in RBBIMonkeyImpl
622 void RBBIMonkeyImpl::setup(const char *ruleFile, UErrorCode &status) { in setup()
640 RBBIMonkeyImpl::~RBBIMonkeyImpl() { in ~RBBIMonkeyImpl()
644 void RBBIMonkeyImpl::openBreakRules(const char *fileName, UErrorCode &status) { in openBreakRules()
654 void RBBIMonkeyImpl::startTest() { in startTest()
658 void RBBIMonkeyImpl::join() { in join()
670 void RBBIMonkeyImpl::runTest() { in runTest()
699 void RBBIMonkeyImpl::testForwards(UErrorCode &status) { in testForwards()
720 void RBBIMonkeyImpl::testFollowing(UErrorCode &status) { in testFollowing()
749 void RBBIMonkeyImpl::testPrevious(UErrorCode &status) { in testPrevious()
770 void RBBIMonkeyImpl::testPreceding(UErrorCode &status) { in testPreceding()
808 void RBBIMonkeyImpl::testIsBoundary(UErrorCode &status) { in testIsBoundary()
822 void RBBIMonkeyImpl::testIsBoundaryRandom(UErrorCode &status) { in testIsBoundaryRandom()
845 void RBBIMonkeyImpl::checkResults(const char *msg, CheckDirection direction, UErrorCode &status) { in checkResults()
950 LocalPointer<RBBIMonkeyImpl> test(new RBBIMonkeyImpl(status)); in testMonkey()
973 RBBIMonkeyImpl *test = static_cast<RBBIMonkeyImpl *>(startedTests.elementAt(i)); in testMonkey()