Lines Matching defs:source
209 const uint8_t *source, *sourceLimit;
232 source=(const uint8_t *)pArgs->source;
262 length=(int32_t)(sourceLimit-source);
268 b=*source++;
292 if(source<sourceLimit && target>=targetLimit) {
304 * base64 bytes, while nextSourceIndex is precisely parallel to source,
308 while(source<sourceLimit) {
310 bytes[byteIndex++]=b=*source++;
331 --source;
339 --source;
351 --source;
435 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) {
450 pArgs->source=(const char *)source;
460 const UChar *source, *sourceLimit;
477 source=pArgs->source;
498 length=(int32_t)(sourceLimit-source);
504 c=*source++;
534 --source;
545 if(source<sourceLimit && target>=targetLimit) {
551 while(source<sourceLimit) {
553 c=*source++;
559 --source;
691 if(pArgs->flush && source>=sourceLimit) {
726 pArgs->source=source;
891 const uint8_t *source, *sourceLimit;
916 source=(const uint8_t *)pArgs->source;
945 length=(int32_t)(sourceLimit-source);
951 b=*source++;
975 if(source<sourceLimit && target>=targetLimit) {
988 * base64 bytes, while nextSourceIndex is precisely parallel to source,
992 while(source<sourceLimit) {
994 bytes[byteIndex++]=b=*source++;
1130 pArgs->flush && source>=sourceLimit
1149 pArgs->source=(const char *)source;
1159 const UChar *source, *sourceLimit;
1176 source=pArgs->source;
1195 length=(int32_t)(sourceLimit-source);
1201 c=*source++;
1231 --source;
1242 if(source<sourceLimit && target>=targetLimit) {
1248 while(source<sourceLimit) {
1250 c=*source++;
1256 --source;
1401 if(pArgs->flush && source>=sourceLimit) {
1436 pArgs->source=source;