Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java161 …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 …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java158 …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 …]
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp337 __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()
Drbbimonkeytest.h196 const char *fRuleFileName; variable