Home
last modified time | relevance | path

Searched refs:picokpr_Preproc (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicokpr.h87 typedef struct picokpr_preproc * picokpr_Preproc; typedef
90 picokpr_Preproc picokpr_getPreproc(picoknow_KnowledgeBase this);
98 extern picokpr_VarStrPtr picokpr_getVarStrPtr(picokpr_Preproc preproc, picokpr_StrArrOffset ofs);
99 extern picoos_bool picokpr_isEqual (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__…
100 extern picoos_bool picokpr_isEqualHead (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 l…
101 extern picoos_bool picokpr_isEqualMid (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 le…
102 extern picoos_bool picokpr_isEqualTail (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 l…
105 extern picokpr_LexCat picokpr_getLexCat(picokpr_Preproc preproc, picokpr_LexCatArrOffset ofs);
108 extern picoos_int32 picokpr_getAttrValArrInt32(picokpr_Preproc preproc, picokpr_AttrValArrOffset of…
111 extern picokpr_StrArrOffset picokpr_getOutItemStrOfs(picokpr_Preproc preproc, picokpr_OutItemArrOff…
[all …]
Dpicokpr.c260 picokpr_Preproc picokpr_getPreproc(picoknow_KnowledgeBase this) in picokpr_getPreproc()
265 return (picokpr_Preproc) this->subObj; in picokpr_getPreproc()
274 extern picokpr_VarStrPtr picokpr_getVarStrPtr(picokpr_Preproc preproc, picokpr_StrArrOffset ofs) in picokpr_getVarStrPtr()
283 extern picoos_bool picokpr_isEqual (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 len__… in picokpr_isEqual()
293 extern picoos_bool picokpr_isEqualHead (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 l… in picokpr_isEqualHead()
303 extern picoos_bool picokpr_isEqualMid (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 le… in picokpr_isEqualMid()
313 extern picoos_bool picokpr_isEqualTail (picokpr_Preproc preproc, picoos_uchar str[], picoos_int32 l… in picokpr_isEqualTail()
331 extern picokpr_LexCat picokpr_getLexCat(picokpr_Preproc preproc, picokpr_LexCatArrOffset ofs) in picokpr_getLexCat()
342 extern picoos_int32 picokpr_getAttrValArrInt32(picokpr_Preproc preproc, picokpr_AttrValArrOffset of… in picokpr_getAttrValArrInt32()
361 extern picokpr_OutItemArrOffset picokpr_getOutItemNextOfs(picokpr_Preproc preproc, picokpr_OutItemA… in picokpr_getOutItemNextOfs()
[all …]
Dpicopr.c184 picokpr_Preproc rNetwork;
251 picokpr_Preproc rnetwork;
295 picokpr_Preproc preproc[PR_MAX_NR_PREPROC];
338 picokpr_Preproc network,
861 picokpr_Preproc net; in pr_addContext()
1304picokpr_Preproc network, picokpr_OutItemArrOffset outitem, pr_OutItemVarPtr vars, pr_ioItemPtr * f… in pr_genCommands()
1671 picokpr_Preproc network, in pr_getOutputItemList()
1968 static picoos_int32 pr_attrVal (picokpr_Preproc network, picokpr_TokArrOffset tok, pr_TokSetEleWP t… in pr_attrVal()
2327 … picoos_uchar str[], picokpr_Preproc * network, picokpr_TokArrOffset * tokOfs) in pr_findProduction()