Home | History | Annotate | Download | only in common

Lines Matching defs:source

214     const uint8_t *source, *sourceLimit;
237 source=(const uint8_t *)pArgs->source;
267 length=(int32_t)(sourceLimit-source);
273 b=*source++;
297 if(source<sourceLimit && target>=targetLimit) {
309 * base64 bytes, while nextSourceIndex is precisely parallel to source,
313 while(source<sourceLimit) {
315 bytes[byteIndex++]=b=*source++;
336 --source;
344 --source;
356 --source;
440 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) {
455 pArgs->source=(const char *)source;
465 const UChar *source, *sourceLimit;
482 source=pArgs->source;
503 length=(int32_t)(sourceLimit-source);
509 c=*source++;
539 --source;
550 if(source<sourceLimit && target>=targetLimit) {
556 while(source<sourceLimit) {
558 c=*source++;
564 --source;
696 if(pArgs->flush && source>=sourceLimit) {
731 pArgs->source=source;
898 const uint8_t *source, *sourceLimit;
923 source=(const uint8_t *)pArgs->source;
952 length=(int32_t)(sourceLimit-source);
958 b=*source++;
982 if(source<sourceLimit && target>=targetLimit) {
995 * base64 bytes, while nextSourceIndex is precisely parallel to source,
999 while(source<sourceLimit) {
1001 bytes[byteIndex++]=b=*source++;
1137 pArgs->flush && source>=sourceLimit
1156 pArgs->source=(const char *)source;
1166 const UChar *source, *sourceLimit;
1183 source=pArgs->source;
1202 length=(int32_t)(sourceLimit-source);
1208 c=*source++;
1238 --source;
1249 if(source<sourceLimit && target>=targetLimit) {
1255 while(source<sourceLimit) {
1257 c=*source++;
1263 --source;
1408 if(pArgs->flush && source>=sourceLimit) {
1443 pArgs->source=source;