Lines Matching refs:delayed
31 // new (possibly delayed) FST is instead constructed.
34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
36 if (!delayed)
39 if (!delayed || inprops & kAccessible)
69 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
73 bool empty1 = delayed; // Can fst1 be the empty machine?
74 bool empty2 = delayed; // Can fst2 be the empty machine?
76 if (!delayed) {
82 if (!delayed || inprops1 & kAccessible)
92 if (!delayed || inprops2 & kAccessible)
266 uint64 RmEpsilonProperties(uint64 inprops, bool delayed) {
271 if (!delayed) {
275 if (!delayed || inprops & kAccessible)
290 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
293 bool empty1 = delayed; // Can fst1 be the empty machine?
294 bool empty2 = delayed; // Can fst2 be the empty machine?
295 if (!delayed) {
304 if (!delayed || inprops1 & kAccessible)
309 if (!delayed || inprops2 & kAccessible)