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

  /external/icu4c/common/
ucnv_bld.h 227 char preToU[UCNV_EXT_MAX_BYTES];
ucnv_ext.c 311 cnv->preToU[j]=*s++;
318 cnv->preToU[j]=*s++;
374 cnv->preToU, cnv->preToULength,
384 /* the match did not use all of preToU[] - keep the rest for replay */
386 uprv_memmove(cnv->preToU, cnv->preToU+match, length);
401 /* just _append_ the newly consumed input to preToU[] */
405 cnv->preToU[j]=*s++;
417 * We need to move it from the preToU buffer
429 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength)
    [all...]
ucnv.c     [all...]
ucnv2022.c     [all...]
ucnvmbcs.c     [all...]

Completed in 162 milliseconds