Searched refs:MatchValue (Results 1 – 15 of 15) sorted by relevance
35 public abstract class MatchValue implements Predicate<String> { class51 public static MatchValue of(String command) { in of()60 MatchValue result = null; in of()110 public static class LocaleMatchValue extends MatchValue {251 static public class ValidityMatchValue extends MatchValue {278 public static MatchValue of(String typeName) { in of()346 static public class Bcp47MatchValue extends MatchValue {453 static public class RangeMatchValue extends MatchValue {499 static public class LiteralMatchValue extends MatchValue {526 static public class RegexMatchValue extends MatchValue {[all …]
122 public MatchValue matchValue;176 : MatchValue.DEFAULT_SAMPLE; in getSampleValue()253 matchValue = MatchValue.of(argument); in addComment()
18 import org.unicode.cldr.util.MatchValue;52 … if(attr.matchValue != null && attr.matchValue instanceof MatchValue.SetMatchValue) { in testSplittableAttributes()
24 import org.unicode.cldr.util.MatchValue;25 import org.unicode.cldr.util.MatchValue.EnumParser;671 EnumParser parser = MatchValue.EnumParser.of(aClass); in TestEnumParser()694 MatchValue matcher = MatchValue.of((String)test[0]); in TestMatchValue()
1309 .. class:: MatchValue(value)1329 pattern=MatchValue(1383 MatchValue(1385 MatchValue(1415 MatchValue(1417 MatchValue(1513 MatchValue(1515 MatchValue(1531 MatchValue(1533 MatchValue([all …]
1487 pattern_1 = ast.MatchValue(constant_1)1490 pattern_x = ast.MatchValue(constant_x)1498 ast.MatchValue(1507 ast.MatchValue(1516 ast.MatchValue(1519 ast.MatchValue(1522 ast.MatchValue(
129 pattern = MatchValue(expr value)
571 } MatchValue; member
808 CALL(astfold_expr, expr_ty, node_->v.MatchValue.value); in astfold_pattern()
516 ret = validate_pattern_match_value(state, p->v.MatchValue.value); in validate_pattern()
1752 VISIT(st, expr, p->v.MatchValue.value); in symtable_visit_pattern()
3404 p->v.MatchValue.value = value; in _PyAST_MatchValue()5155 value = ast2obj_expr(state, o->v.MatchValue.value); in ast2obj_pattern()
6311 expr_ty value = p->v.MatchValue.value; in compiler_pattern_value()
236 Match patterns now use new dedicated AST nodes (``MatchValue``,
14165 …<var-decl name='MatchValue' type-id='type-id-551' visibility='default' filepath='./Include/interna…