Lines Matching refs:source
208 const uint8_t *source, *sourceLimit;
231 source=(const uint8_t *)pArgs->source;
261 length=(int32_t)(sourceLimit-source);
267 b=*source++;
291 if(source<sourceLimit && target>=targetLimit) {
303 * base64 bytes, while nextSourceIndex is precisely parallel to source,
307 while(source<sourceLimit) {
309 bytes[byteIndex++]=b=*source++;
400 --source;
422 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) {
437 pArgs->source=(const char *)source;
447 const UChar *source, *sourceLimit;
464 source=pArgs->source;
484 length=(int32_t)(sourceLimit-source);
490 c=*source++;
520 --source;
531 if(source<sourceLimit && target>=targetLimit) {
537 while(source<sourceLimit) {
539 c=*source++;
545 --source;
677 if(pArgs->flush && source>=sourceLimit) {
700 pArgs->source=source;
865 const uint8_t *source, *sourceLimit;
890 source=(const uint8_t *)pArgs->source;
919 length=(int32_t)(sourceLimit-source);
925 b=*source++;
949 if(source<sourceLimit && target>=targetLimit) {
962 * base64 bytes, while nextSourceIndex is precisely parallel to source,
966 while(source<sourceLimit) {
968 bytes[byteIndex++]=b=*source++;
1104 pArgs->flush && source>=sourceLimit
1123 pArgs->source=(const char *)source;
1133 const UChar *source, *sourceLimit;
1150 source=pArgs->source;
1169 length=(int32_t)(sourceLimit-source);
1175 c=*source++;
1205 --source;
1216 if(source<sourceLimit && target>=targetLimit) {
1222 while(source<sourceLimit) {
1224 c=*source++;
1230 --source;
1375 if(pArgs->flush && source>=sourceLimit) {
1410 pArgs->source=source;