Home
last modified time | relevance | path

Searched refs:labelID (Results 1 – 9 of 9) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DM_E_T_A_.py63 def getLabelString(labelID): argument
65 label = METALabelDict[labelID]
275 writer.simpletag("labelID", value=self.labelID)
276 writer.comment(getLabelString(self.labelID))
305 return "StringRecord [ labelID: " + str(self.labelID) + " aka " + getLabelString(self.labelID) \
/external/srec/srec/include/
Dsearch_network.h131 labelID ilabel; /* input label */
132 labelID olabel; /* output label */
Dsrec_sizes.h29 typedef asr_uint16_t labelID; /*16 bits is a bit overkill for this, but 8's not enough*/ typedef
Dastar.h63 labelID olabel; /* output label */
/external/srec/srec/Semproc/include/
DSR_SemanticGraphImpl.h66 labelID script_olabel_offset; /* starts at SEMGRAPH_SCRIPT_OFFSET */
/external/srec/tools/test_g2g/
Dtest_g2g.c297 ilabels[j] = ilabels[j] - (labelID)fst->hmm_ilabel_offset; in CheckG2G()
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c279 labelID olabel = 0; in SR_SemanticGraph_LoadFromTextFiles()
437 olabel = (labelID) atoi(&oword[1]); in SR_SemanticGraph_LoadFromTextFiles()
/external/srec/srec/crec/
Dsrec_context.c1772 labelID word_label = MAXwordID; in FST_LoadReverseWordGraph()
2135 static FSMarc* find_next_arc_with_ilabel(srec_context* fst, FSMnode* node, labelID ilabel, FSMarc**… in find_next_arc_with_ilabel()
2149 FSMarc* find_prev_arc_with_iolabels(srec_context* fst, FSMnode* node, labelID ilabel, labelID olabe… in find_prev_arc_with_iolabels()
2727 ENCODE(signature, labelID); in FST_sizes_signature()
Dsrec.c1268 labelID ilabel; in update_from_hmms_to_fsmnodes()
1569 labelID ilabel; in update_from_current_fsm_nodes_into_new_HMMs()