Home | History | Annotate | Download | only in common

Lines Matching defs:prevLength

1657          * MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle prevLength correctly.
1759 cnv->fromUnicodeStatus=1; /* prevLength */
3862 int32_t length, prevLength;
3918 prevLength=cnv->fromUnicodeStatus;
3919 if(prevLength==0) {
3921 prevLength
3925 prevLength=0;
4006 * right here, then change the local prevLength state variable if necessary.
4013 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4018 } else if(prevLength<=1) {
4024 prevLength=1;
4027 if(prevLength==2) {
4033 prevLength=2;
4151 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4225 * right here, then change the local prevLength state variable if necessary.
4232 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4238 } else if(prevLength<=1) {
4244 prevLength=1;
4247 if(prevLength==2) {
4253 prevLength=2;
4358 prevLength=cnv->fromUnicodeStatus; /* restore SISO state */
4500 outputType==MBCS_OUTPUT_2_SISO && prevLength==2 &&
4516 prevLength=1; /* we switched into SBCS */
4521 cnv->fromUnicodeStatus=prevLength;
5394 /* fromUnicodeStatus contains prevLength */