• Home
  • Raw
  • Download

Lines Matching refs:byteIndex

2478     int8_t byteIndex;  in ucnv_MBCSToUnicodeWithOffsets()  local
2527 byteIndex=cnv->toULength; in ucnv_MBCSToUnicodeWithOffsets()
2540 sourceIndex=byteIndex==0 ? 0 : -1; in ucnv_MBCSToUnicodeWithOffsets()
2559 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets()
2581 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2621 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2656 bytes[byteIndex++]=*source++; in ucnv_MBCSToUnicodeWithOffsets()
2659 entry=stateTable[state][bytes[byteIndex++]=*source++]; in ucnv_MBCSToUnicodeWithOffsets()
2688 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2696 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2708 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2718 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2725 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2746 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2760 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2785 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2800 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2809 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2815 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets()
2819 if(byteIndex>1) { in ucnv_MBCSToUnicodeWithOffsets()
2829 i<byteIndex && !isSingleOrLead(stateTable, state, isDBCSOnly, bytes[i]); in ucnv_MBCSToUnicodeWithOffsets()
2831 if(i<byteIndex) { in ucnv_MBCSToUnicodeWithOffsets()
2833 int8_t backOutDistance=byteIndex-i; in ucnv_MBCSToUnicodeWithOffsets()
2835 byteIndex=i; /* length of reported illegal byte sequence */ in ucnv_MBCSToUnicodeWithOffsets()
2851 byteIndex=_extToU(cnv, cnv->sharedData, in ucnv_MBCSToUnicodeWithOffsets()
2852 byteIndex, &source, sourceLimit, in ucnv_MBCSToUnicodeWithOffsets()
2869 cnv->toULength=byteIndex; in ucnv_MBCSToUnicodeWithOffsets()