HomeSort by relevance Sort by last modified time
    Searched refs:toULimit (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucnv_u8.c 770 int8_t oldToULength, toULength, toULimit;
786 toULimit=(int8_t)utf8->mode;
788 toULength=oldToULength=toULimit=0;
792 if(count<toULimit) {
797 } else if(targetCapacity<toULimit) {
815 * into the source length but reduce the source index by toULimit
828 while(i<3 && i<(count-toULimit)) {
899 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
902 while(toULength<toULimit) {
910 break; /* sequence too short, stop with toULength<toULimit */
    [all...]
ucnvmbcs.cpp     [all...]

Completed in 572 milliseconds