Lines Matching refs:sourceLimit

834                 const char* sourceLimit,  in changeState_2022()  argument
845 while (*source < sourceLimit) { in changeState_2022()
1072 const char* sourceLimit, in getEndOfBuffer_2022() argument
1078 if (*source >= sourceLimit) in getEndOfBuffer_2022()
1079 return sourceLimit; in getEndOfBuffer_2022()
1096 (mySource+i < sourceLimit)&&(value == VALID_NON_TERMINAL_2022); in getEndOfBuffer_2022()
1104 return sourceLimit; in getEndOfBuffer_2022()
1106 }while (++mySource < sourceLimit); in getEndOfBuffer_2022()
1108 return sourceLimit; in getEndOfBuffer_2022()
1110 while(mySource < sourceLimit && *mySource != ESC_2022) { in getEndOfBuffer_2022()
1276 realSourceLimit = args->sourceLimit; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1677 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1701 while(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1710 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2033 args->flush && source>=sourceLimit && cnv->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2092 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2366 const UChar *sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
2399 while(source < sourceLimit){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2487 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2538 args->flush && source>=sourceLimit && args->converter->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2609 while(U_SUCCESS(*err) && args->source < args->sourceLimit) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2612 subArgs.sourceLimit = getEndOfBuffer_2022(&(args->source), args->sourceLimit, args->flush); in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2613 if(subArgs.source != subArgs.sourceLimit) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2666 if (U_FAILURE(*err) || (args->source == args->sourceLimit)) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2673 args->sourceLimit, in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2685 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2929 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
2950 while( source < sourceLimit){ in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2959 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3231 args->flush && source>=sourceLimit && cnv->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3278 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()