Home | History | Annotate | Download | only in common

Lines Matching refs:pArgs

371                          UConverterToUnicodeArgs *pArgs, int32_t srcIndex,
378 pArgs->source, (int32_t)(pArgs->sourceLimit-pArgs->source),
380 cnv->useFallback, pArgs->flush);
384 pArgs->source+=match-cnv->preToULength;
396 &pArgs->target, pArgs->targetLimit,
397 &pArgs->offsets, srcIndex,
405 s=pArgs->source;
410 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */
867 UConverterFromUnicodeArgs *pArgs, int32_t srcIndex,
875 pArgs->source, (int32_t)(pArgs->sourceLimit-pArgs->source),
877 cnv->useFallback, pArgs->flush);
883 pArgs->source+=match-cnv->preFromULength;
898 &pArgs->target, pArgs->targetLimit,
899 &pArgs->offsets, srcIndex,
907 s=pArgs->source;
913 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */