Searched refs:toULimit (Results 1 – 2 of 2) sorted by relevance
770 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local786 toULimit=(int8_t)utf8->mode; in ucnv_UTF8FromUTF8()788 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()792 if(count<toULimit) { in ucnv_UTF8FromUTF8()797 } else if(targetCapacity<toULimit) { in ucnv_UTF8FromUTF8()828 while(i<3 && i<(count-toULimit)) { in ucnv_UTF8FromUTF8()899 toULimit=U8_COUNT_TRAIL_BYTES(b)+1; in ucnv_UTF8FromUTF8()902 while(toULength<toULimit) { in ucnv_UTF8FromUTF8()920 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()927 if( toULength==toULimit && /* consumed all trail bytes */ in ucnv_UTF8FromUTF8()[all …]
5010 int8_t oldToULength, toULength, toULimit; in ucnv_SBCSFromUTF8() local5049 toULimit=(int8_t)utf8->mode; in ucnv_SBCSFromUTF8()5051 toULength=oldToULength=toULimit=0; in ucnv_SBCSFromUTF8()5065 length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength); in ucnv_SBCSFromUTF8()5164 toULimit=U8_COUNT_TRAIL_BYTES(b)+1; in ucnv_SBCSFromUTF8()5167 while(toULength<toULimit) { in ucnv_SBCSFromUTF8()5192 utf8->mode=toULimit; in ucnv_SBCSFromUTF8()5199 if( toULength==toULimit && /* consumed all trail bytes */ in ucnv_SBCSFromUTF8()5206 toULength==toULimit && toULength==4 && in ucnv_SBCSFromUTF8()5289 toULimit=U8_COUNT_TRAIL_BYTES(b)+1; in ucnv_SBCSFromUTF8()[all …]