Lines Matching refs:sourceLimit

845                 const char* sourceLimit,  in changeState_2022()  argument
856 while (*source < sourceLimit) { in changeState_2022()
1083 const char* sourceLimit, in getEndOfBuffer_2022() argument
1089 if (*source >= sourceLimit) in getEndOfBuffer_2022()
1090 return sourceLimit; in getEndOfBuffer_2022()
1107 (mySource+i < sourceLimit)&&(value == VALID_NON_TERMINAL_2022); in getEndOfBuffer_2022()
1115 return sourceLimit; in getEndOfBuffer_2022()
1117 }while (++mySource < sourceLimit); in getEndOfBuffer_2022()
1119 return sourceLimit; in getEndOfBuffer_2022()
1121 while(mySource < sourceLimit && *mySource != ESC_2022) { in getEndOfBuffer_2022()
1287 realSourceLimit = args->sourceLimit; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1688 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1712 while(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1721 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2044 args->flush && source>=sourceLimit && cnv->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2103 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2378 const UChar *sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
2411 while(source < sourceLimit){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2499 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2550 args->flush && source>=sourceLimit && args->converter->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2621 while(U_SUCCESS(*err) && args->source < args->sourceLimit) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2624 subArgs.sourceLimit = getEndOfBuffer_2022(&(args->source), args->sourceLimit, args->flush); in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2625 if(subArgs.source != subArgs.sourceLimit) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2678 if (U_FAILURE(*err) || (args->source == args->sourceLimit)) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2685 args->sourceLimit, in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2697 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2941 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
2962 while( source < sourceLimit){ in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2971 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3243 args->flush && source>=sourceLimit && cnv->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3290 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()