Searched refs:myByte (Results 1 – 1 of 1) sorted by relevance
559 uint8_t myByte; in ucnv_getNextUChar_UTF8() local574 myByte = (uint8_t)*(source++); in ucnv_getNextUChar_UTF8()575 if (U8_IS_SINGLE(myByte)) in ucnv_getNextUChar_UTF8()578 return (UChar32)myByte; in ucnv_getNextUChar_UTF8()581 uint16_t countTrailBytes = U8_COUNT_TRAIL_BYTES(myByte); in ucnv_getNextUChar_UTF8()583 cnv->toUBytes[0] = myByte; in ucnv_getNextUChar_UTF8()595 cnv->toUBytes[0] = myByte; in ucnv_getNextUChar_UTF8()600 if(icu::UTF8::isValidTrail(myByte, b, i, extraBytesToWrite)) { in ucnv_getNextUChar_UTF8()614 ch = myByte << 6; in ucnv_getNextUChar_UTF8()617 if(U8_IS_VALID_LEAD3_AND_T1(myByte, t1) && U8_IS_TRAIL(t2 = *++source)) { in ucnv_getNextUChar_UTF8()[all …]