Home | History | Annotate | Download | only in common

Lines Matching refs:preFromULength

791         cnv->preFromULength=(int8_t)match;
869 cnv->preFromU, cnv->preFromULength,
876 if(match>=cnv->preFromULength) {
878 pArgs->source+=match-cnv->preFromULength;
879 cnv->preFromULength=0;
882 int32_t length=cnv->preFromULength-match;
884 cnv->preFromULength=(int8_t)-length;
904 for(j=cnv->preFromULength; j<match; ++j) {
909 cnv->preFromULength=(int8_t)match;
939 cnv->preFromULength=-cnv->preFromULength;