Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java76 fMonkeyImpl = monkeyImpl; in BreakRules()
146 if (fMonkeyImpl.fDumpExpansions) { in addCharClass()
158 …System.err.printf("%s: error %s creating UnicodeSet %s", fMonkeyImpl.fRuleFileName, e.toString(), … in addCharClass()
168 if (fMonkeyImpl.fDumpExpansions) { in addCharClass()
294 …String msg = String.format("%s Rule %s contains multiple ÷ signs", fMonkeyImpl.fRuleFileName, name… in addRule()
316 if (fMonkeyImpl.fDumpExpansions) { in addRule()
326 fMonkeyImpl.fRuleFileName, name, thisRule.fExpandedRule); in addRule()
357 … String msg = String.format("%s: Unrecognized break type %s", fMonkeyImpl.fRuleFileName, value); in setKeywordParameter()
383 … String msg = String.format("%s: Bad break iterator type of %d", fMonkeyImpl.fRuleFileName, fType); in createICUBreakIterator()
409 if (fMonkeyImpl.fDumpExpansions) { in compileRules()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java79 fMonkeyImpl = monkeyImpl; in BreakRules()
149 if (fMonkeyImpl.fDumpExpansions) { in addCharClass()
161 …System.err.printf("%s: error %s creating UnicodeSet %s", fMonkeyImpl.fRuleFileName, e.toString(), … in addCharClass()
171 if (fMonkeyImpl.fDumpExpansions) { in addCharClass()
297 …String msg = String.format("%s Rule %s contains multiple ÷ signs", fMonkeyImpl.fRuleFileName, name… in addRule()
319 if (fMonkeyImpl.fDumpExpansions) { in addRule()
329 fMonkeyImpl.fRuleFileName, name, thisRule.fExpandedRule); in addRule()
360 … String msg = String.format("%s: Unrecognized break type %s", fMonkeyImpl.fRuleFileName, value); in setKeywordParameter()
386 … String msg = String.format("%s: Bad break iterator type of %d", fMonkeyImpl.fRuleFileName, fType); in createICUBreakIterator()
412 if (fMonkeyImpl.fDumpExpansions) { in compileRules()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.h122 RBBIMonkeyImpl *fMonkeyImpl; // Pointer back to the owning MonkeyImpl instance. variable
217 RBBIMonkeyImpl *fMonkeyImpl;
219 RBBIMonkeyThread(RBBIMonkeyImpl *impl) : fMonkeyImpl(impl) {} in RBBIMonkeyThread()
220 void run() U_OVERRIDE { fMonkeyImpl->runTest(); } in run()
Drbbimonkeytest.cpp61 fMonkeyImpl(monkeyImpl), fBreakRules(status), fType(UBRK_COUNT) { in BreakRules()
134 if (fMonkeyImpl->fDumpExpansions) { in addCharClass()
215 if (fMonkeyImpl->fDumpExpansions) { in addRule()
312 if (fMonkeyImpl->fDumpExpansions) { in compileRules()
329 if (fMonkeyImpl->fDumpExpansions) { in compileRules()
337 __FILE__, __LINE__, fMonkeyImpl->fRuleFileName, CStr(line)()); in compileRules()