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

  /external/icu4c/common/
ucnv_bld.h 229 int8_t preToUFirstLength; /* length of first character */
ucnv_ext.c 309 cnv->preToUFirstLength=(int8_t)firstLength;
429 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength);
430 cnv->toULength=cnv->preToUFirstLength;
433 length=cnv->preToULength-cnv->preToUFirstLength;
435 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length);
    [all...]

Completed in 41 milliseconds