Searched refs:fRuleSet (Results 1 – 4 of 4) sorted by relevance
746 fRuleSet = new BreakRules(this); in setup()747 fRuleSet.compileRules(fRuleCharBuffer); in setup()748 fBI = fRuleSet.createICUBreakIterator(); in setup()809 fTestData.set(fRuleSet, fRandomGenerator); in run()979 BreakRules fRuleSet; field in RBBIMonkeyTest.RBBIMonkeyImpl
743 fRuleSet = new BreakRules(this); in setup()744 fRuleSet.compileRules(fRuleCharBuffer); in setup()745 fBI = fRuleSet.createICUBreakIterator(); in setup()806 fTestData.set(fRuleSet, fRandomGenerator); in run()976 BreakRules fRuleSet; field in RBBIMonkeyTest.RBBIMonkeyImpl
629 fRuleSet.adoptInstead(new BreakRules(this, status)); in setup()630 fRuleSet->compileRules(fRuleCharBuffer.getAlias(), status); in setup()635 fBI.adoptInstead(fRuleSet->createICUBreakIterator(status)); in setup()675 fTestData->set(fRuleSet.getAlias(), fRandomGenerator, status); in runTest()
192 LocalPointer<BreakRules> fRuleSet; variable