Home | History | Annotate | Download | only in common

Lines Matching refs:byteIndex

1161  * @return if(U_FAILURE) return the length (toULength, byteIndex) for the input
1973 cnv->toULength=0; /* byteIndex */
2142 } else /* unassigned sequences indicated with byteIndex>0 */ {
2343 } else /* unassigned sequences indicated with byteIndex>0 */ {
2467 int8_t byteIndex;
2516 byteIndex=cnv->toULength;
2529 sourceIndex=byteIndex==0 ? 0 : -1;
2548 if(byteIndex==0) {
2570 byteIndex=1;
2610 byteIndex=1;
2645 byteIndex++]=*source++;
2646 } else /* byteIndex>0 */ {
2648 entry=stateTable[state][bytes[byteIndex++]=*source++];
2677 byteIndex=0;
2685 byteIndex=0;
2697 byteIndex=0;
2707 byteIndex=0;
2714 byteIndex=0;
2735 byteIndex=0;
2749 byteIndex=0;
2774 byteIndex=0;
2789 byteIndex=0;
2798 byteIndex=0;
2804 if(byteIndex==0) {
2808 if(byteIndex>1) {
2818 i<byteIndex && !isSingleOrLead(stateTable, state, isDBCSOnly, bytes[i]);
2820 if(i<byteIndex) {
2822 int8_t backOutDistance=byteIndex-i;
2824 byteIndex=i; /* length of reported illegal byte sequence */
2837 } else /* unassigned sequences indicated with byteIndex>0 */ {
2840 byteIndex=_extToU(cnv, cnv->sharedData,
2841 byteIndex, &source, sourceLimit,
2858 cnv->toULength=byteIndex;