Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Disbidi.c156 beginfc, endfc, char_fcLim)); in wvIsBidiDocumentComplex()
162 char_fcLim = beginfc; in wvIsBidiDocumentComplex()
254 if ((char_fcLim == 0xffffffffL) || (char_fcLim == j)) in wvIsBidiDocumentComplex()
259 &char_fcFirst, &char_fcLim, in wvIsBidiDocumentComplex()
266 char_fcLim)); in wvIsBidiDocumentComplex()
267 if (char_fcLim == char_fcFirst) in wvIsBidiDocumentComplex()
279 char_fcLim, &char_fkp, in wvIsBidiDocumentComplex()
423 char_fcLim = beginfc; in wvIsBidiDocumentSimple()
477 if ((char_fcLim == 0xffffffff) || (char_fcLim == j)) in wvIsBidiDocumentSimple()
487 char_fcFirst, char_fcLim, j)); in wvIsBidiDocumentSimple()
[all …]
H A Ddecode_complex.c560 beginfc, endfc, char_fcLim)); in wvDecodeComplex()
566 char_fcLim = beginfc; in wvDecodeComplex()
573 if (j == char_fcLim) in wvDecodeComplex()
720 char_fcLim = j; in wvDecodeComplex()
749 if ((char_fcLim == 0xffffffffL) || (char_fcLim == j)) in wvDecodeComplex()
754 &char_fcFirst, &char_fcLim, in wvDecodeComplex()
761 char_fcLim)); in wvDecodeComplex()
762 if (char_fcLim == char_fcFirst) in wvDecodeComplex()
793 char_fcLim, &char_fkp, in wvDecodeComplex()
837 if (j == char_fcLim) in wvDecodeComplex()
[all …]
H A Ddecode_simple.c56 U32 char_fcFirst, char_fcLim = 0xffffffff; in wvDecodeSimple() local
303 char_fcLim = beginfc; in wvDecodeSimple()
309 if (j == char_fcLim) in wvDecodeSimple()
417 char_fcLim = j; in wvDecodeSimple()
445 if ((char_fcLim == 0xffffffff) || (char_fcLim == j)) in wvDecodeSimple()
450 &char_fcFirst, &char_fcLim, i, in wvDecodeSimple()
455 char_fcFirst, char_fcLim, j)); in wvDecodeSimple()
484 char_fcLim, &char_fkp, in wvDecodeSimple()
519 if (j == char_fcLim) in wvDecodeSimple()
523 char_fcLim = 0xffffffffL; in wvDecodeSimple()