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

  /external/icu4c/common/
ucnv_u8.c 761 int8_t oldToULength, toULength, toULimit;
776 toULength=oldToULength=utf8->toULength;
779 toULength=oldToULength=toULimit=0;
782 count=(int32_t)(sourceLimit-source)+oldToULength;
805 * Count oldToULength (number of source bytes from a previous buffer)
820 b=source[count-oldToULength-i-1];
888 oldToULength=0;
905 source-=(toULength-oldToULength);
906 while(oldToULength<toULength) {
907 utf8->toUBytes[oldToULength++]=*source++
    [all...]
ucnvmbcs.c     [all...]

Completed in 1115 milliseconds