Searched refs:osorted (Results 1 – 1 of 1) sorted by relevance
349 bool osorted = fst1.Properties(kOLabelSorted, false); in ComposeFstImpl() local356 if (!osorted || FLAGS_fst_verify_properties) in ComposeFstImpl()357 osorted = fst1.Properties(kOLabelSorted, true); in ComposeFstImpl()358 if (!osorted) in ComposeFstImpl()372 if (!isorted && !osorted || FLAGS_fst_verify_properties) { in ComposeFstImpl()373 osorted = fst1.Properties(kOLabelSorted, true); in ComposeFstImpl()374 if (!osorted) in ComposeFstImpl()385 } else if (osorted && (T & COMPOSE_FST1_SIGMA)) { in ComposeFstImpl()389 } else if (osorted && (T & COMPOSE_FST1_PHI)) { in ComposeFstImpl()393 } else if (osorted && (T & COMPOSE_FST1_RHO)) { in ComposeFstImpl()[all …]