Home
last modified time | relevance | path

Searched defs:backtrack (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRule.java25 private final RuleSegment backtrack; field in Rule
31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule()
397 static Set<Rule> oneToOneRules(RuleSegment backtrack, List<Integer> inputs, in oneToOneRules()
DRuleExtractor.java318 RuleSegment backtrack = ruleSegmentFromGlyphs(table.backtrackGlyphs); in extract() local
409 RuleSegment backtrack = ruleSegmentFromClasses(table.backtrackGlyphs, backtrackClassDef); in extract() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRule.java25 private final RuleSegment backtrack; field in Rule
31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule()
397 static Set<Rule> oneToOneRules(RuleSegment backtrack, List<Integer> inputs, in oneToOneRules()
DRuleExtractor.java318 RuleSegment backtrack = ruleSegmentFromGlyphs(table.backtrackGlyphs); in extract() local
409 RuleSegment backtrack = ruleSegmentFromClasses(table.backtrackGlyphs, backtrackClassDef); in extract() local
/third_party/rust/crates/regex/src/
Dlib.rs735 mod backtrack; module
Dbacktrack.rs162 fn backtrack(&mut self, start: InputAt) -> bool { in backtrack() method
Dexec.rs1526 pub backtrack: backtrack::Cache, field
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c9430 backtrack_common *backtrack; in compile_ref_iterator_matchingpath() local
9636 backtrack_common *backtrack; in compile_recurse_matchingpath() local
9752 backtrack_common *backtrack; in compile_callout_matchingpath() local
9856 …le_assert_matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtrack *backtrack, BOOL c… in compile_assert_matchingpath()
10448 backtrack_common *backtrack; in compile_bracket_matchingpath() local
11009 backtrack_common *backtrack; in compile_bracketpos_matchingpath() local
11437 backtrack_common *backtrack; in compile_iterator_matchingpath() local
11949 backtrack_common *backtrack; in compile_fail_accept_matchingpath() local
12024 backtrack_common *backtrack; in compile_control_verb_matchingpath() local
12058 backtrack_common *backtrack; in compile_then_trap_matchingpath() local
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh1009 const HBUINT16 backtrack[], in match_backtrack()
1821 const HBUINT16 backtrack[], in chain_context_intersects()
1841 const HBUINT16 backtrack[], in chain_context_closure_lookup()
1861 const HBUINT16 backtrack[], in chain_context_collect_glyphs_lookup()
1902 const HBUINT16 backtrack[], in chain_context_apply_lookup()
2013 backtrack; /* Array of backtracking values member
2477 backtrack; /* Array of coverage tables member
Dhb-ot-layout-gsub-table.hh1133 backtrack; /* Array of coverage tables member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh1176 const HBUINT16 backtrack[], in match_backtrack()
2356 const HBUINT16 backtrack[], in chain_context_intersects()
2376 const HBUINT16 backtrack[], in chain_context_closure_lookup()
2402 const HBUINT16 backtrack[], in chain_context_collect_glyphs_lookup()
2443 const HBUINT16 backtrack[], in chain_context_apply_lookup()
2647 backtrack; /* Array of backtracking values member
3374 backtrack; /* Array of coverage tables member
Dhb-ot-layout-gsub-table.hh1406 backtrack; /* Array of coverage tables member
/third_party/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh1176 const HBUINT16 backtrack[], in match_backtrack()
2329 const HBUINT16 backtrack[], in chain_context_intersects()
2349 const HBUINT16 backtrack[], in chain_context_closure_lookup()
2375 const HBUINT16 backtrack[], in chain_context_collect_glyphs_lookup()
2416 const HBUINT16 backtrack[], in chain_context_apply_lookup()
2629 backtrack; /* Array of backtracking values member
3345 backtrack; /* Array of coverage tables member
Dhb-ot-layout-gsub-table.hh1371 backtrack; /* Array of coverage tables member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1420 const SDep *backtrack() { in backtrack() function in __anon224228790311::SchedDAGReverseDFS
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp558 bool backtrack = false; in try_reserve() local
/third_party/node/tools/
Dlint-md.mjs2667 backtrack: false, property