Home
last modified time | relevance | path

Searched refs:toULimit (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Ducnv_u8.c758 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
775 toULimit=(int8_t)utf8->mode; in ucnv_UTF8FromUTF8()
777 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
781 if(count<toULimit) { in ucnv_UTF8FromUTF8()
786 } else if(targetCapacity<toULimit) { in ucnv_UTF8FromUTF8()
817 while(i<3 && i<(count-toULimit)) { in ucnv_UTF8FromUTF8()
888 toULimit=utf8_countTrailBytes[b]+1; in ucnv_UTF8FromUTF8()
891 while(toULength<toULimit) { in ucnv_UTF8FromUTF8()
909 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()
916 if( toULength==toULimit && /* consumed all trail bytes */ in ucnv_UTF8FromUTF8()
[all …]
Ducnvmbcs.c4870 int8_t oldToULength, toULength, toULimit; in ucnv_SBCSFromUTF8() local
4909 toULimit=(int8_t)utf8->mode; in ucnv_SBCSFromUTF8()
4911 toULength=oldToULength=toULimit=0; in ucnv_SBCSFromUTF8()
4925 length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength); in ucnv_SBCSFromUTF8()
5024 toULimit=utf8_countTrailBytes[b]+1; in ucnv_SBCSFromUTF8()
5027 while(toULength<toULimit) { in ucnv_SBCSFromUTF8()
5052 utf8->mode=toULimit; in ucnv_SBCSFromUTF8()
5059 if( toULength==toULimit && /* consumed all trail bytes */ in ucnv_SBCSFromUTF8()
5066 toULength==toULimit && toULength==4 && in ucnv_SBCSFromUTF8()
5146 toULimit=utf8_countTrailBytes[b]+1; in ucnv_SBCSFromUTF8()
[all …]