Home | History | Annotate | Download | only in common

Lines Matching refs:preToU

312             cnv->preToU[j]=*s++;
319 cnv->preToU[j]=*s++;
375 cnv->preToU, cnv->preToULength,
385 /* the match did not use all of preToU[] - keep the rest for replay */
387 uprv_memmove(cnv->preToU, cnv->preToU+match, length);
402 /* just _append_ the newly consumed input to preToU[] */
406 cnv->preToU[j]=*s++;
418 * We need to move it from the preToU buffer
430 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength);
436 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length);
439 /* mark preToU for replay */