Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdiscriminantsAndPrimitives.ts116 Pattern = "Pattern", enumerator
120 type NodeA = Disjunction | Pattern;
131 interface Pattern extends NodeBase { interface
132 type: EnumTypeNode.Pattern
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h72 class Pattern {
74 Pattern(const std::string &data1, const std::string &data2) : data(InitializePattern( in Pattern() function
76 virtual ~Pattern() = default;
84 NO_COPY_SEMANTIC(Pattern);
85 NO_MOVE_SEMANTIC(Pattern);
Djs_date_time_format.cpp1185 Pattern h11("KK", "K"); in GetIcuPatternDesc()
1188 Pattern h12("hh", "h"); in GetIcuPatternDesc()
1191 Pattern h23("HH", "H"); in GetIcuPatternDesc()
1194 Pattern h24("kk", "k"); in GetIcuPatternDesc()
1197 Pattern pattern("jj", "j"); in GetIcuPatternDesc()
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.h40 const util::StringView &Pattern() const in Pattern() function