Home
last modified time | relevance | path

Searched refs:fRuleSet (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java746 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
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java743 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
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp629 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()
Drbbimonkeytest.h192 LocalPointer<BreakRules> fRuleSet; variable