• Home
  • Raw
  • Download

Lines Matching refs:byteIndex

2328     int8_t byteIndex;  in ucnv_MBCSToUnicodeWithOffsets()  local
2377 byteIndex=cnv->toULength; in ucnv_MBCSToUnicodeWithOffsets()
2390 sourceIndex=byteIndex==0 ? 0 : -1; in ucnv_MBCSToUnicodeWithOffsets()
2409 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets()
2431 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2471 byteIndex=1; in ucnv_MBCSToUnicodeWithOffsets()
2506 bytes[byteIndex++]=*source++; in ucnv_MBCSToUnicodeWithOffsets()
2509 entry=stateTable[state][bytes[byteIndex++]=*source++]; in ucnv_MBCSToUnicodeWithOffsets()
2538 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2546 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2558 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2568 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2575 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2596 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2610 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2635 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2650 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2659 byteIndex=0; in ucnv_MBCSToUnicodeWithOffsets()
2665 if(byteIndex==0) { in ucnv_MBCSToUnicodeWithOffsets()
2669 if(byteIndex>1) { in ucnv_MBCSToUnicodeWithOffsets()
2679 i<byteIndex && !isSingleOrLead(stateTable, state, isDBCSOnly, bytes[i]); in ucnv_MBCSToUnicodeWithOffsets()
2681 if(i<byteIndex) { in ucnv_MBCSToUnicodeWithOffsets()
2683 int8_t backOutDistance=byteIndex-i; in ucnv_MBCSToUnicodeWithOffsets()
2685 byteIndex=i; /* length of reported illegal byte sequence */ in ucnv_MBCSToUnicodeWithOffsets()
2701 byteIndex=_extToU(cnv, cnv->sharedData, in ucnv_MBCSToUnicodeWithOffsets()
2702 byteIndex, &source, sourceLimit, in ucnv_MBCSToUnicodeWithOffsets()
2719 cnv->toULength=byteIndex; in ucnv_MBCSToUnicodeWithOffsets()