Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/model/
Dselector.ts47 ruleDef: ContentInterface[]; property
69 const ruleDef = style[key]._meta.ruleDef; constant
70 if (ruleDef) {
71 const rule = ruleDef[ruleDef.length - 1]; constant
74 ruleDef: ruleDef, constant
76 score: getScore(ruleDef),
228 const ruleDef = list[i].ruleDef; constant
231 for (let j = ruleDef.length - 3; j >= 0; j = j - 2) {
232 const rule = ruleDef[j];
235 ruleDef[j + 1].type !== 'child',
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBIMonkeyTest.java428 String ruleDef = fRuleDefMatcher.group(/*"RuleDef"*/ 2); in compileRules() local
430 System.out.printf("scanned rule: %s : %s\n", ruleName, ruleDef); in compileRules()
432 addRule(ruleName, ruleDef); in compileRules()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java425 String ruleDef = fRuleDefMatcher.group(/*"RuleDef"*/ 2); in compileRules() local
427 System.out.printf("scanned rule: %s : %s\n", ruleName, ruleDef); in compileRules()
429 addRule(ruleName, ruleDef); in compileRules()
/third_party/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp328 …UnicodeString ruleDef = fRuleDefMatcher->group(fRuleDefMatcher->pattern().groupNumberFromName("Ru… in compileRules() local
330 printf("scanned rule: %s : %s\n", CStr(ruleName)(), CStr(ruleDef)()); in compileRules()
332 addRule(ruleName, ruleDef, status); in compileRules()