Home
last modified time | relevance | path

Searched defs:dfa (Results 1 - 13 of 13) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexGenerator.java157 private String generateFactorizedRegex(RangeTree dfa, String bestRegex, MergeStrategy strategy) { in generateFactorizedRegex() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java175 assertMatches(RangeTree dfa, String... numbers) assertMatches() argument
183 assertNotMatches(RangeTree dfa, Result error, String... numbers) assertNotMatches() argument
191 checkRegex(RangeTree dfa, boolean expectMatch, String... numbers) checkRegex() argument
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompilerTest.java137 private void assertCompile(RangeTree dfa, byte... expected) { in assertCompile() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexGeneratorTest.java188 assertRegex(RegexGenerator generator, RangeTree dfa, String... lines) assertRegex() argument
[all...]
/third_party/rust/crates/aho-corasick/src/
H A Dlib.rs208 mod dfa; modules
H A Dahocorasick.rs1872 pub fn dfa(&mut self, yes: bool) -> &mut AhoCorasickBuilder { dfa() functions
[all...]
/third_party/skia/src/sksl/lex/
H A DMain.cpp34 static void writeH(const DFA& dfa, const char* lexer, const char* token, in writeH() argument
104 static void writeCPP(const DFA& dfa, const char* lexer, const char* token, const char* include, in writeCPP() argument
221 DFA dfa in process() local
[all...]
H A DTransitionTable.cpp109 void WriteTransitionTable(std::ofstream& out, const DFA& dfa, size_t states) { in WriteTransitionTable() argument
/third_party/rust/crates/regex/src/
H A Dlib.rs738 mod dfa; modules
H A Dcompile.rs112 pub fn dfa(mut self, yes: bool) -> Self { in dfa() functions
H A Dexec.rs322 let mut dfa = Compiler::new() in build() variables
[all...]
H A Ddfa.rs456 let mut dfa = Fsm { in forward() variables
486 let mut dfa = Fsm { in reverse() variables
517 let mut dfa = Fsm { forward_many() variables
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java55 public static byte[] compile(RangeTree dfa) { in compile() argument
63 public static byte[] compile(RangeTree dfa, Statistics stats) { in compile() argument
68 private final ValueGraph<DfaNode, DfaEdge> dfa; field in MatcherCompiler
88 private static ValueGraph<DfaNode, DfaEdge> buildGraph(RangeTree dfa) { in buildGraph() argument
[all...]

Completed in 11 milliseconds