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

/external/icu4c/common/
H A Ducnv_u8.c758 int8_t oldToULength, toULength, toULimit; local
775 toULimit=(int8_t)utf8->mode;
777 toULength=oldToULength=toULimit=0;
781 if(count<toULimit) {
786 } else if(targetCapacity<toULimit) {
804 * into the source length but reduce the source index by toULimit
817 while(i<3 && i<(count-toULimit)) {
888 toULimit=utf8_countTrailBytes[b]+1;
891 while(toULength<toULimit) {
899 break; /* sequence too short, stop with toULength<toULimit */
[all...]
H A Ducnvmbcs.c4870 int8_t oldToULength, toULength, toULimit; local
4909 toULimit=(int8_t)utf8->mode;
4911 toULength=oldToULength=toULimit=0;
4925 length=(int32_t)(sourceLimit-source) - (toULimit-oldToULength);
5024 toULimit=utf8_countTrailBytes[b]+1;
5027 while(toULength<toULimit) {
5042 break; /* sequence too short, stop with toULength<toULimit */
5052 utf8->mode=toULimit;
5059 if( toULength==toULimit && /* consumed all trail bytes */
5066 toULength==toULimit
5173 int8_t oldToULength, toULength, toULimit; local
[all...]

Completed in 521 milliseconds