Searched refs:prevLength (Results 1 – 3 of 3) sorted by relevance
3731 int32_t length, prevLength; in ucnv_MBCSFromUnicodeWithOffsets() local3787 prevLength=cnv->fromUnicodeStatus; in ucnv_MBCSFromUnicodeWithOffsets()3788 if(prevLength==0) { in ucnv_MBCSFromUnicodeWithOffsets()3790 prevLength=1; in ucnv_MBCSFromUnicodeWithOffsets()3794 prevLength=0; in ucnv_MBCSFromUnicodeWithOffsets()3882 cnv->fromUnicodeStatus=prevLength; /* save the old state */ in ucnv_MBCSFromUnicodeWithOffsets()3887 } else if(prevLength<=1) { in ucnv_MBCSFromUnicodeWithOffsets()3893 prevLength=1; in ucnv_MBCSFromUnicodeWithOffsets()3896 if(prevLength==2) { in ucnv_MBCSFromUnicodeWithOffsets()3902 prevLength=2; in ucnv_MBCSFromUnicodeWithOffsets()[all …]
676 int32_t length, prevLength; in ucnv_extWriteFromU() local707 if((prevLength=cnv->fromUnicodeStatus)!=0) { in ucnv_extWriteFromU()711 if(prevLength>1 && length==1) { in ucnv_extWriteFromU()715 } else if(prevLength==1 && length>1) { in ucnv_extWriteFromU()
1810 int prevLength = getLinkValueAllowZero(lastBranch + 1); in compileBracket() local1812 length = prevLength; in compileBracket()