Home
last modified time | relevance | path

Searched refs:MatchValue (Results 1 – 15 of 15) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DMatchValue.java35 public abstract class MatchValue implements Predicate<String> { class
51 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 …]
DDtdData.java122 public MatchValue matchValue;
176 : MatchValue.DEFAULT_SAMPLE; in getSampleValue()
253 matchValue = MatchValue.of(argument); in addComment()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/json/
DLdmlConvertRulesTest.java18 import org.unicode.cldr.util.MatchValue;
52 … if(attr.matchValue != null && attr.matchValue instanceof MatchValue.SetMatchValue) { in testSplittableAttributes()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestDtdData.java24 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()
/external/python/cpython3/Doc/library/
Dast.rst1309 .. class:: MatchValue(value)
1329 pattern=MatchValue(
1383 MatchValue(
1385 MatchValue(
1415 MatchValue(
1417 MatchValue(
1513 MatchValue(
1515 MatchValue(
1531 MatchValue(
1533 MatchValue(
[all …]
/external/python/cpython3/Lib/test/
Dtest_ast.py1487 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(
/external/python/cpython3/Parser/
DPython.asdl129 pattern = MatchValue(expr value)
/external/python/cpython3/Include/internal/
Dpycore_ast.h571 } MatchValue; member
/external/python/cpython3/Python/
Dast_opt.c808 CALL(astfold_expr, expr_ty, node_->v.MatchValue.value); in astfold_pattern()
Dast.c516 ret = validate_pattern_match_value(state, p->v.MatchValue.value); in validate_pattern()
Dsymtable.c1752 VISIT(st, expr, p->v.MatchValue.value); in symtable_visit_pattern()
DPython-ast.c3404 p->v.MatchValue.value = value; in _PyAST_MatchValue()
5155 value = ast2obj_expr(state, o->v.MatchValue.value); in ast2obj_pattern()
Dcompile.c6311 expr_ty value = p->v.MatchValue.value; in compiler_pattern_value()
/external/python/cpython3/Misc/NEWS.d/
D3.10.0b1.rst236 Match patterns now use new dedicated AST nodes (``MatchValue``,
/external/python/cpython3/Doc/data/
Dpython3.10.abi14165 …<var-decl name='MatchValue' type-id='type-id-551' visibility='default' filepath='./Include/interna…