Home
last modified time | relevance | path

Searched refs:ichartype (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Disbidi.c75 int ichartype; in wvIsBidiDocumentComplex() local
139 ichartype = in wvIsBidiDocumentComplex()
141 if(ichartype==-1) in wvIsBidiDocumentComplex()
143 chartype = (U8) ichartype; in wvIsBidiDocumentComplex()
321 int ichartype; in wvIsBidiDocumentSimple() local
399 ichartype = in wvIsBidiDocumentSimple()
401 if(ichartype==-1) in wvIsBidiDocumentSimple()
403 chartype = (U8) ichartype; in wvIsBidiDocumentSimple()
H A Dtable.c710 int ichartype; in TheTest() local
727 ichartype = in TheTest()
729 if(ichartype==-1) in TheTest()
731 chartype = (U8) ichartype; in TheTest()
H A Ddecode_simple.c51 int ichartype; in wvDecodeSimple() local
279 ichartype = in wvDecodeSimple()
281 if(ichartype==-1) in wvDecodeSimple()
283 chartype = (U8) ichartype; in wvDecodeSimple()
H A Ddecode_complex.c358 int ichartype; in wvDecodeComplex() local
543 ichartype = in wvDecodeComplex()
545 if(ichartype==-1) in wvDecodeComplex()
547 chartype = (U8) ichartype; in wvDecodeComplex()