Searched refs:U8_COUNT_BYTES_NON_ASCII (Results 1 – 3 of 3) sorted by relevance
95 (U8_IS_SINGLE(leadByte) ? 1 : U8_COUNT_BYTES_NON_ASCII(leadByte))105 #define U8_COUNT_BYTES_NON_ASCII(leadByte) \ macro
102 inBytes = U8_COUNT_BYTES_NON_ASCII(ch); /* lookup current sequence length */ in ucnv_toUnicode_UTF8()219 inBytes = U8_COUNT_BYTES_NON_ASCII(ch); in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()760 toULimit=U8_COUNT_BYTES_NON_ASCII(b); in ucnv_UTF8FromUTF8()
5185 toULimit=U8_COUNT_BYTES_NON_ASCII(b); in ucnv_SBCSFromUTF8()5459 toULimit=U8_COUNT_BYTES_NON_ASCII(b); in ucnv_DBCSFromUTF8()