Home | History | Annotate | Download | only in common

Lines Matching refs:preFromULength

796         cnv->preFromULength=(int8_t)match;
874 cnv->preFromU, cnv->preFromULength,
881 if(match>=cnv->preFromULength) {
883 pArgs->source+=match-cnv->preFromULength;
884 cnv->preFromULength=0;
887 int32_t length=cnv->preFromULength-match;
889 cnv->preFromULength=(int8_t)-length;
909 for(j=cnv->preFromULength; j<match; ++j) {
914 cnv->preFromULength=(int8_t)match;
944 cnv->preFromULength=-cnv->preFromULength;