Lines Matching refs:sourceLimit
803 const char* sourceLimit, in changeState_2022() argument
814 while (*source < sourceLimit) { in changeState_2022()
1038 const char* sourceLimit, in getEndOfBuffer_2022() argument
1044 if (*source >= sourceLimit) in getEndOfBuffer_2022()
1045 return sourceLimit; in getEndOfBuffer_2022()
1062 (mySource+i < sourceLimit)&&(value == VALID_NON_TERMINAL_2022); in getEndOfBuffer_2022()
1070 return sourceLimit; in getEndOfBuffer_2022()
1072 }while (++mySource < sourceLimit); in getEndOfBuffer_2022()
1074 return sourceLimit; in getEndOfBuffer_2022()
1076 while(mySource < sourceLimit && *mySource != ESC_2022) { in getEndOfBuffer_2022()
1242 realSourceLimit = args->sourceLimit; in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
1643 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
1667 while(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1676 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
1999 args->flush && source>=sourceLimit && cnv->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2058 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2332 const UChar *sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
2365 while(source < sourceLimit){ in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2453 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2504 args->flush && source>=sourceLimit && args->converter->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2575 while(U_SUCCESS(*err) && args->source < args->sourceLimit) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2578 subArgs.sourceLimit = getEndOfBuffer_2022(&(args->source), args->sourceLimit, args->flush); in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2579 if(subArgs.source != subArgs.sourceLimit) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2632 if (U_FAILURE(*err) || (args->source == args->sourceLimit)) { in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2639 args->sourceLimit, in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC_IBM()
2651 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC()
2895 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
2916 while( source < sourceLimit){ in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
2925 if(source < sourceLimit) { in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3197 args->flush && source>=sourceLimit && cnv->fromUChar32==0 in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3244 const char *mySourceLimit = args->sourceLimit; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()