Lines Matching refs:byteIndex
2330 int8_t byteIndex; in ucnv_MBCSToUnicodeWithOffsets() local
2379 byteIndex=cnv->toULength; in ucnv_MBCSToUnicodeWithOffsets()
2392 sourceIndex=byteIndex==0 ? 0 : -1; in ucnv_MBCSToUnicodeWithOffsets()
2411 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets()
2433 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2473 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2508 bytes[byteIndex++]=*source++; in ucnv_MBCSToUnicodeWithOffsets()
2511 entry=stateTable[state][bytes[byteIndex++]=*source++]; in ucnv_MBCSToUnicodeWithOffsets()
2540 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2548 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2560 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2570 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2577 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2598 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2612 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2637 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2652 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2661 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2667 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets()
2671 if(byteIndex>1) { in ucnv_MBCSToUnicodeWithOffsets()
2681 i<byteIndex && !isSingleOrLead(stateTable, state, isDBCSOnly, bytes[i]); in ucnv_MBCSToUnicodeWithOffsets()
2683 if(i<byteIndex) { in ucnv_MBCSToUnicodeWithOffsets()
2685 int8_t backOutDistance=byteIndex-i; in ucnv_MBCSToUnicodeWithOffsets()
2687 byteIndex=i; /* length of reported illegal byte sequence */ in ucnv_MBCSToUnicodeWithOffsets()
2703 byteIndex=_extToU(cnv, cnv->sharedData, in ucnv_MBCSToUnicodeWithOffsets()
2704 byteIndex, &source, sourceLimit, in ucnv_MBCSToUnicodeWithOffsets()
2721 cnv->toULength=byteIndex; in ucnv_MBCSToUnicodeWithOffsets()