Lines Matching refs:prevLength
1727 * MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle prevLength correctly.
1838 cnv->fromUnicodeStatus=1; /* prevLength */
3944 int32_t length = 0, prevLength;
4000 prevLength=cnv->fromUnicodeStatus;
4001 if(prevLength==0) {
4003 prevLength=1;
4007 prevLength=0;
4092 * right here, then change the local prevLength state variable if necessary.
4099 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4104 } else if(prevLength<=1) {
4116 prevLength=1;
4119 if(prevLength==2) {
4131 prevLength=2;
4249 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4323 * right here, then change the local prevLength state variable if necessary.
4330 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4336 } else if(prevLength<=1) {
4348 prevLength=1;
4351 if(prevLength==2) {
4363 prevLength=2;
4468 prevLength=cnv->fromUnicodeStatus; /* restore SISO state */
4610 outputType==MBCS_OUTPUT_2_SISO && prevLength==2 &&
4638 prevLength=1; /* we switched into SBCS */
4643 cnv->fromUnicodeStatus=prevLength;
5530 /* fromUnicodeStatus contains prevLength */