Home | History | Annotate | Download | only in common

Lines Matching defs:prevLength

1727          * MBCS_OUTPUT_2_SISO: Bypass the ASCII fastpath to handle prevLength correctly.
1838 cnv->fromUnicodeStatus=1; /* prevLength */
3942 int32_t length, prevLength;
3998 prevLength=cnv->fromUnicodeStatus;
3999 if(prevLength==0) {
4001 prevLength=1;
4005 prevLength=0;
4090 * right here, then change the local prevLength state variable if necessary.
4097 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4102 } else if(prevLength<=1) {
4114 prevLength=1;
4117 if(prevLength==2) {
4129 prevLength=2;
4247 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4321 * right here, then change the local prevLength state variable if necessary.
4328 cnv->fromUnicodeStatus=prevLength; /* save the old state */
4334 } else if(prevLength<=1) {
4346 prevLength=1;
4349 if(prevLength==2) {
4361 prevLength=2;
4466 prevLength=cnv->fromUnicodeStatus; /* restore SISO state */
4608 outputType==MBCS_OUTPUT_2_SISO && prevLength==2 &&
4636 prevLength=1; /* we switched into SBCS */
4641 cnv->fromUnicodeStatus=prevLength;
5528 /* fromUnicodeStatus contains prevLength */