Searched refs:fRuleFileName (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 161 …System.err.printf("%s: error %s creating UnicodeSet %s", fMonkeyImpl.fRuleFileName, e.toString(), … in addCharClass() 297 …tring msg = String.format("%s Rule %s contains multiple ÷ signs", fMonkeyImpl.fRuleFileName, name); 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() 437 fMonkeyImpl.fRuleFileName, lineNumber, line); in compileRules() 458 fMonkeyImpl.fRuleFileName, ccName, cclass.fName)); in compileRules() 597 rules.fMonkeyImpl.fRuleFileName, strIdx); in set() 605 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set() 639 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName)); in set() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 158 …System.err.printf("%s: error %s creating UnicodeSet %s", fMonkeyImpl.fRuleFileName, e.toString(), … in addCharClass() 294 …tring msg = String.format("%s Rule %s contains multiple ÷ signs", fMonkeyImpl.fRuleFileName, name); 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() 434 fMonkeyImpl.fRuleFileName, lineNumber, line); in compileRules() 455 fMonkeyImpl.fRuleFileName, ccName, cclass.fName)); in compileRules() 594 rules.fMonkeyImpl.fRuleFileName, strIdx); in set() 602 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set() 636 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName)); in set() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 337 __FILE__, __LINE__, fMonkeyImpl->fRuleFileName, CStr(line)()); in compileRules() 623 fRuleFileName = ruleFile; in setup() 665 __FILE__, __LINE__, msg, index, fRuleFileName, fTestData->fRandomSeed); \ 833 __FILE__, __LINE__, strIdx, fRuleFileName, fTestData->fRandomSeed); in testIsBoundaryRandom() 853 __FILE__, __LINE__, msg, i, fRuleFileName, fTestData->fRandomSeed); in checkResults() 865 __FILE__, __LINE__, msg, i, fRuleFileName, fTestData->fRandomSeed); in checkResults()
|
D | rbbimonkeytest.h | 196 const char *fRuleFileName; variable
|
D | rbbitst.cpp | 68 #define MONKEY_ERROR(msg, fRuleFileName, index, seed) { \ argument 70 __FILE__, __LINE__, msg, index, fRuleFileName, seed); \
|