Home
last modified time | relevance | path

Searched refs:best_path_node (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc452 const Node *best_path_node = *it; in DebugString() local
453 if (best_path_node->begin_pos < info->display_node_end_pos_) { in DebugString()
456 for (const Node *prev_node = end_nodes(best_path_node->begin_pos); in DebugString()
465 << " ( + connection cost + wcost: " << best_path_node->wcost << ")" in DebugString()
469 << GetDebugStringForPath(best_path_node->prev) in DebugString()
471 << GetDebugStringForNode(best_path_node, best_path_node->prev) in DebugString()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc452 const Node *best_path_node = *it; in DebugString() local
453 if (best_path_node->begin_pos < info->display_node_end_pos_) { in DebugString()
456 for (const Node *prev_node = end_nodes(best_path_node->begin_pos); in DebugString()
465 << " ( + connection cost + wcost: " << best_path_node->wcost << ")" in DebugString()
469 << GetDebugStringForPath(best_path_node->prev) in DebugString()
471 << GetDebugStringForNode(best_path_node, best_path_node->prev) in DebugString()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc452 const Node *best_path_node = *it; in DebugString() local
453 if (best_path_node->begin_pos < info->display_node_end_pos_) { in DebugString()
456 for (const Node *prev_node = end_nodes(best_path_node->begin_pos); in DebugString()
465 << " ( + connection cost + wcost: " << best_path_node->wcost << ")" in DebugString()
469 << GetDebugStringForPath(best_path_node->prev) in DebugString()
471 << GetDebugStringForNode(best_path_node, best_path_node->prev) in DebugString()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc452 const Node *best_path_node = *it; in DebugString() local
453 if (best_path_node->begin_pos < info->display_node_end_pos_) { in DebugString()
456 for (const Node *prev_node = end_nodes(best_path_node->begin_pos); in DebugString()
465 << " ( + connection cost + wcost: " << best_path_node->wcost << ")" in DebugString()
469 << GetDebugStringForPath(best_path_node->prev) in DebugString()
471 << GetDebugStringForNode(best_path_node, best_path_node->prev) in DebugString()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc452 const Node *best_path_node = *it; in DebugString() local
453 if (best_path_node->begin_pos < info->display_node_end_pos_) { in DebugString()
456 for (const Node *prev_node = end_nodes(best_path_node->begin_pos); in DebugString()
465 << " ( + connection cost + wcost: " << best_path_node->wcost << ")" in DebugString()
469 << GetDebugStringForPath(best_path_node->prev) in DebugString()
471 << GetDebugStringForNode(best_path_node, best_path_node->prev) in DebugString()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dlattice.cc452 const Node *best_path_node = *it; in DebugString() local
453 if (best_path_node->begin_pos < info->display_node_end_pos_) { in DebugString()
456 for (const Node *prev_node = end_nodes(best_path_node->begin_pos); in DebugString()
465 << " ( + connection cost + wcost: " << best_path_node->wcost << ")" in DebugString()
469 << GetDebugStringForPath(best_path_node->prev) in DebugString()
471 << GetDebugStringForNode(best_path_node, best_path_node->prev) in DebugString()