Home | History | Annotate | Download | only in common

Lines Matching defs:prevLength

1873          * MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle prevLength correctly.
1984 cnv->fromUnicodeStatus=1; /* prevLength */
4095 int32_t length = 0, prevLength;
4151 prevLength=cnv->fromUnicodeStatus;
4152 if(prevLength==0) {
4154 prevLength=1;
4158 prevLength=0;
4243 * right here, then change the local prevLength state variable if necessary.
4250 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4255 } else if(prevLength<=1) {
4267 prevLength=1;
4270 if(prevLength==2) {
4282 prevLength=2;
4400 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4474 * right here, then change the local prevLength state variable if necessary.
4481 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4487 } else if(prevLength<=1) {
4499 prevLength=1;
4502 if(prevLength==2) {
4514 prevLength=2;
4619 prevLength=cnv->fromUnicodeStatus; /* restore SISO state */
4775 outputType==MBCS_OUTPUT_2_SISO && prevLength==2 &&
4803 prevLength=1; /* we switched into SBCS */
4808 cnv->fromUnicodeStatus=prevLength;
5680 /* fromUnicodeStatus contains prevLength */