Searched refs:matchingRule (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 566 BreakRule matchingRule = null; in set() local 586 matchingRule = rule; in set() 591 if (matchingRule == null) { in set() 599 if (matchingRule.fRuleMatcher.group().length() == 0) { in set() 602 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set() 620 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher); in set() 636 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName)); in set()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIMonkeyTest.java | 569 BreakRule matchingRule = null; in set() local 589 matchingRule = rule; in set() 594 if (matchingRule == null) { in set() 602 if (matchingRule.fRuleMatcher.group().length() == 0) { in set() 605 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName, strIdx); in set() 623 int breakPos = strIdx + BreakGroupStart(matchingRule.fRuleMatcher); in set() 639 rules.fMonkeyImpl.fRuleFileName, matchingRule.fName)); in set()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbimonkeytest.cpp | 456 BreakRule *matchingRule = NULL; in set() local 480 matchingRule = rule; in set() 485 if (matchingRule == NULL) { in set() 493 if (matchingRule->fRuleMatcher->group(status).length() == 0) { in set() 513 int32_t breakPos = matchingRule->fRuleMatcher->start(breakGroup, status); in set() 528 strIdx = matchingRule->fRuleMatcher->end(breakGroup, status); in set() 539 ruleName.appendInvariantChars(matchingRule->fName, status); in set()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CompileCommands.h | 93 const Rule *matchingRule(llvm::StringRef Arg, unsigned Mode,
|
D | CompileCommands.cpp | 442 const ArgStripper::Rule *ArgStripper::matchingRule(llvm::StringRef Arg, in matchingRule() function in clang::clangd::ArgStripper 479 if (matchingRule(Args[Read], CurrentMode, ArgCount)) { in process()
|