Lines Matching full:prevlength
1729 * MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle prevLength correctly.
1840 cnv->fromUnicodeStatus=1; /* prevLength */
3951 int32_t length = 0, prevLength;
4007 prevLength=cnv->fromUnicodeStatus;
4008 if(prevLength==0) {
4010 prevLength=1;
4014 prevLength=0;
4099 * right here, then change the local prevLength state variable if necessary.
4106 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4111 } else if(prevLength<=1) {
4123 prevLength=1;
4126 if(prevLength==2) {
4138 prevLength=2;
4256 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4330 * right here, then change the local prevLength state variable if necessary.
4337 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4343 } else if(prevLength<=1) {
4355 prevLength=1;
4358 if(prevLength==2) {
4370 prevLength=2;
4475 prevLength=cnv->fromUnicodeStatus; /* restore SISO state */
4617 outputType==MBCS_OUTPUT_2_SISO && prevLength==2 &&
4645 prevLength=1; /* we switched into SBCS */
4650 cnv->fromUnicodeStatus=prevLength;
5536 /* fromUnicodeStatus contains prevLength */