Lines Matching refs:delayed
35 // new (possibly delayed) FST is instead constructed.
38 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
40 if (!delayed)
43 if (!delayed || inprops & kAccessible)
82 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
87 bool empty1 = delayed; // Can fst1 be the empty machine?
88 bool empty2 = delayed; // Can fst2 be the empty machine?
90 if (!delayed) {
96 if (!delayed || inprops1 & kAccessible)
106 if (!delayed || inprops2 & kAccessible)
345 uint64 RmEpsilonProperties(uint64 inprops, bool delayed) {
350 if (!delayed) {
354 if (!delayed || inprops & kAccessible)
376 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
382 bool empty1 = delayed; // Can fst1 be the empty machine?
383 bool empty2 = delayed; // Can fst2 be the empty machine?
384 if (!delayed) {
393 if (!delayed || inprops1 & kAccessible)
398 if (!delayed || inprops2 & kAccessible)