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 104 i = cnv->toULength; /* restore # of bytes consumed */
105 cnv->toULength = 0;
146 cnv->toULength = (int8_t) i;
197 cnv->toULength = (int8_t)i;
234 i = cnv->toULength; /* restore # of bytes consumed */
235 cnv->toULength = 0;
274 cnv->toULength = (int8_t)i;
327 cnv->toULength = (int8_t)i;
629 cnv->toULength = 1;
652 cnv->toULength = i
    [all...]
ucnv_bld.h 181 int8_t toULength; /* number of bytes in toUBytes */
ucnvmbcs.c     [all...]

Completed in 58 milliseconds