Home | History | Annotate | Download | only in common

Lines Matching full:prevlength

1729          * MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle prevLength correctly.
1840 cnv->fromUnicodeStatus=1; /* prevLength */
3947 int32_t length = 0, prevLength;
4003 prevLength=cnv->fromUnicodeStatus;
4004 if(prevLength==0) {
4006 prevLength=1;
4010 prevLength=0;
4095 * right here, then change the local prevLength state variable if necessary.
4102 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4107 } else if(prevLength<=1) {
4119 prevLength=1;
4122 if(prevLength==2) {
4134 prevLength=2;
4252 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4326 * right here, then change the local prevLength state variable if necessary.
4333 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4339 } else if(prevLength<=1) {
4351 prevLength=1;
4354 if(prevLength==2) {
4366 prevLength=2;
4471 prevLength=cnv->fromUnicodeStatus; /* restore SISO state */
4613 outputType==MBCS_OUTPUT_2_SISO && prevLength==2 &&
4641 prevLength=1; /* we switched into SBCS */
4646 cnv->fromUnicodeStatus=prevLength;
5532 /* fromUnicodeStatus contains prevLength */