Home | History | Annotate | Download | only in common

Lines Matching refs:preFromU

788             cnv->preFromU[j]=*s++;
869 cnv->preFromU, cnv->preFromULength,
881 /* the match did not use all of preFromU[] - keep the rest for replay */
883 uprv_memmove(cnv->preFromU, cnv->preFromU+match, length*U_SIZEOF_UCHAR);
901 /* just _append_ the newly consumed input to preFromU[] */
906 cnv->preFromU[j]=*s++;
918 * We need to move it from the preFromU buffer
938 /* mark preFromU for replay */