HomeSort by relevance Sort by last modified time
    Searched defs:toULength (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
ucnv_u8.c 107 i = cnv->toULength; /* restore # of bytes consumed */
108 cnv->toULength = 0;
149 cnv->toULength = (int8_t) i;
200 cnv->toULength = (int8_t)i;
237 i = cnv->toULength; /* restore # of bytes consumed */
238 cnv->toULength = 0;
277 cnv->toULength = (int8_t)i;
330 cnv->toULength = (int8_t)i;
632 cnv->toULength = 1;
655 cnv->toULength = i
    [all...]
ucnv_bld.h 182 int8_t toULength; /* number of bytes in toUBytes */
ucnvmbcs.c     [all...]

Completed in 83 milliseconds