Home | History | Annotate | Download | only in common

Lines Matching defs:source

50     const unsigned char *mySource = (unsigned char *) args->source;
122 args->source = (const char *) mySource;
129 const unsigned char *mySource = (unsigned char *) args->source;
208 args->source = (const char *) mySource;
216 const UChar *mySource = args->source;
270 /* ran out of source */
310 args->source = mySource;
317 const UChar *mySource = args->source;
374 /* ran out of source */
416 args->source = mySource;
428 mySource = (const uint8_t *)args->source;
442 args->source = (const char *)(mySource + length);
453 args->source = (const char *)(mySource + 4);
512 const unsigned char *mySource = (unsigned char *) args->source;
590 args->source = (const char *) mySource;
597 const unsigned char *mySource = (unsigned char *) args->source;
686 args->source = (const char *) mySource;
694 const UChar *mySource = args->source;
752 /* ran out of source */
796 args->source = mySource;
803 const UChar *mySource = args->source;
865 /* ran out of source */
911 args->source = mySource;
923 mySource = (const uint8_t *)args->source;
937 args->source = (const char *)(mySource + length);
948 args->source = (const char *)(mySource + 4);
1052 const char *source=pArgs->source;
1068 while(source<sourceLimit && U_SUCCESS(*pErrorCode)) {
1071 b=*source;
1080 ++source;
1088 if(*source==utf32BOM[state]) {
1090 ++source;
1093 offsetDelta=(int32_t)(source-pArgs->source);
1096 offsetDelta=(int32_t)(source-pArgs->source);
1100 int32_t count=(int32_t)(source-pArgs->source); /* number of bytes from this buffer */
1102 /* reset the source */
1103 source=pArgs->source;
1106 /* simple: all in the same buffer, just reset source */
1111 pArgs->source=utf32BOM+(state&4); /* select the correct BOM */
1112 pArgs->sourceLimit=pArgs->source+((state&3)-count); /* replay previous bytes */
1113 pArgs->flush=FALSE; /* this sourceLimit is not the real source stream limit */
1118 /* restore real pointers; pArgs->source will be set in case 8/9 */
1128 pArgs->source=source;
1134 source=pArgs->source;
1138 pArgs->source=source;
1144 source=pArgs->source;
1159 pArgs->source=source;
1161 if(source==sourceLimit && pArgs->flush) {
1174 pArgs->source=utf32BOM+(state&4); /* select the correct BOM */
1175 pArgs->sourceLimit=pArgs->source+(state&3); /* replay bytes */
1179 pArgs->source=source;