Home | History | Annotate | Download | only in common

Lines Matching refs:source

388     const UChar *source, *sourceLimit;
401 source=pArgs->source;
425 /* use only one loop counter variable, targetCapacity, not also source */
426 diff=(int32_t)(sourceLimit-source);
430 while(targetCapacity>0 && (c=*source)<0x3000) {
437 ++source;
445 ++source;
457 while(source<sourceLimit) {
459 c=*source++;
481 if(source<sourceLimit) {
483 UChar trail=*source;
485 ++source;
626 pArgs->source=source;
642 const UChar *source, *sourceLimit;
650 source=pArgs->source;
669 /* use only one loop counter variable, targetCapacity, not also source */
670 diff=(int32_t)(sourceLimit-source);
674 while(targetCapacity>0 && (c=*source)<0x3000) {
689 ++source;
696 while(source<sourceLimit) {
698 c=*source++;
716 if(source<sourceLimit) {
718 UChar trail=*source;
720 ++source;
847 pArgs->source=source;
937 const uint8_t *source, *sourceLimit;
951 source=(const uint8_t *)pArgs->source;
981 diff=(int32_t)(sourceLimit-source);
987 source) && c<BOCU1_START_POS_2) {
1005 ++source;
1011 while(source<sourceLimit) {
1019 c=*source++;
1042 } else if(BOCU1_START_NEG_3<=c && c<BOCU1_START_POS_3 && source<sourceLimit) {
1052 c=decodeBocu1TrailByte(1, *source++);
1054 bytes[0]=source[-2];
1055 bytes[1]=source[-1];
1079 if(source>=sourceLimit) {
1083 c=bytes[byteIndex++]=*source++;
1143 pArgs->source=(const char *)source;
1160 const uint8_t *source, *sourceLimit;
1173 source=(const uint8_t *)pArgs->source;
1198 diff=(int32_t)(sourceLimit-source);
1204 if(BOCU1_START_NEG_2<=(c=*source) && c<BOCU1_START_POS_2) {
1220 ++source;
1225 while(source<sourceLimit) {
1232 c=*source++;
1251 } else if(BOCU1_START_NEG_3<=c && c<BOCU1_START_POS_3 && source<sourceLimit) {
1260 c=decodeBocu1TrailByte(1, *source++);
1262 bytes[0]=source[-2];
1263 bytes[1]=source[-1];
1286 if(source>=sourceLimit) {
1289 c=bytes[byteIndex++]=*source++;
1344 pArgs->source=(const char *)source;