Searched refs:sourceLimit (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_u32.c50 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
65 while (mySource < sourceLimit && myTarget < targetLimit) {
70 if (mySource < sourceLimit) {
114 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) {
130 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
146 while (mySource < sourceLimit && myTarget < targetLimit) {
151 if (mySource < sourceLimit) {
199 if (mySource < sourceLimit
216 const UChar *sourceLimit = args->sourceLimit; local
318 const UChar *sourceLimit = args->sourceLimit; local
512 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
598 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
694 const UChar *sourceLimit = args->sourceLimit; local
804 const UChar *sourceLimit = args->sourceLimit; local
1049 const char *sourceLimit=pArgs->sourceLimit; local
[all...]
H A Ducnvlat1.c53 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
121 if(source<(const uint8_t *)pArgs->sourceLimit) {
136 const UChar *source, *sourceLimit; local
149 sourceLimit=pArgs->sourceLimit;
170 length=(int32_t)(sourceLimit-source);
271 if(source<sourceLimit) {
307 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) {
324 const uint8_t *source, *sourceLimit; local
334 sourceLimit
473 const uint8_t *source, *sourceLimit; local
610 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnv.c884 realSourceLimit=pArgs->sourceLimit;
890 pArgs->sourceLimit=replay-cnv->preFromULength;
919 * s<sourceLimit before converterSawEndOfInput is checked
923 pArgs->flush && pArgs->source==pArgs->sourceLimit &&
973 realSourceLimit=pArgs->sourceLimit;
979 pArgs->sourceLimit=replay-cnv->preFromULength;
998 if(s<pArgs->sourceLimit) {
1007 pArgs->sourceLimit=realSourceLimit;
1072 length=(int32_t)(pArgs->sourceLimit-pArgs->source);
1079 pArgs->sourceLimit
1178 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1624 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1849 ucnv_getNextUChar(UConverter *cnv, const char **source, const char *sourceLimit, UErrorCode *err) argument
2054 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
2421 const char *sourceLimit; local
[all...]
H A Ducnv_u8.c96 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
116 while (mySource < sourceLimit && myTarget < targetLimit)
133 if (mySource < sourceLimit)
208 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err))
226 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; local
245 while (mySource < sourceLimit && myTarget < targetLimit)
262 if (mySource < sourceLimit)
338 if (mySource < sourceLimit
353 const UChar *sourceLimit = args->sourceLimit; local
468 const UChar *sourceLimit = args->sourceLimit; local
756 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnv_u16.c60 length=(int32_t)(pArgs->sourceLimit-source);
207 if(source<pArgs->sourceLimit) {
241 if(U_SUCCESS(*pErrorCode) && source<pArgs->sourceLimit && targetCapacity==0) {
269 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
491 const uint8_t *s, *sourceLimit; local
499 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
501 if(s>=sourceLimit) {
507 if(s+2>sourceLimit) {
523 if(s+2<=sourceLimit) {
1090 const uint8_t *s, *sourceLimit; local
1327 const char *sourceLimit=pArgs->sourceLimit; local
[all...]
H A Ducnv_u7.c209 const uint8_t *source, *sourceLimit; local
233 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
262 length=(int32_t)(sourceLimit-source);
292 if(source<sourceLimit && target>=targetLimit) {
308 while(source<sourceLimit) {
435 if(U_SUCCESS(*pErrorCode) && pArgs->flush && source==sourceLimit && bits==0) {
460 const UChar *source, *sourceLimit; local
478 sourceLimit=pArgs->sourceLimit;
891 const uint8_t *source, *sourceLimit; local
1159 const UChar *source, *sourceLimit; local
[all...]
H A Ducnvbocu.cpp393 const UChar *source, *sourceLimit; local
407 sourceLimit=pArgs->sourceLimit;
431 diff=(int32_t)(sourceLimit-source);
462 while(source<sourceLimit) {
486 if(source<sourceLimit) {
647 const UChar *source, *sourceLimit; local
656 sourceLimit=pArgs->sourceLimit;
675 diff=(int32_t)(sourceLimit
942 const uint8_t *source, *sourceLimit; local
1165 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnvmbcs.c963 const UChar **source, const UChar *sourceLimit,
975 cp, source, sourceLimit,
1030 const uint8_t **source, const uint8_t *sourceLimit,
1040 length, (const char **)source, (const char *)sourceLimit,
1888 const uint8_t *source, *sourceLimit; local
1904 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
1919 while(source<sourceLimit) {
2010 1, &source, sourceLimit,
2040 const uint8_t *source, *sourceLimit, *lastSourc local
961 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
1028 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
2320 const uint8_t *source, *sourceLimit; local
2738 const uint8_t *source, *sourceLimit; local
2822 const uint8_t *source, *sourceLimit, *lastSource; local
3261 const UChar *source, *sourceLimit; local
3493 const UChar *source, *sourceLimit; local
3669 const UChar *source, *sourceLimit, *lastSource; local
3926 const UChar *source, *sourceLimit; local
4866 const uint8_t *source, *sourceLimit; local
5172 const uint8_t *source, *sourceLimit; local
[all...]
H A Ducnvscsu.c234 const uint8_t *source, *sourceLimit; local
251 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
290 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) {
334 while(source<sourceLimit) {
478 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) {
491 while(source<sourceLimit) {
588 const uint8_t *source, *sourceLimit; local
602 sourceLimit=(const uint8_t *)pArgs->sourceLimit;
1013 const UChar *source, *sourceLimit; local
1506 const UChar *source, *sourceLimit; local
[all...]
H A Ducnv_cb.c56 const UChar* sourceLimit,
85 sourceLimit,
104 /* && (*source < sourceLimit && args->target >= args->targetLimit)
140 sourceLimit,
54 ucnv_cbFromUWriteUChars(UConverterFromUnicodeArgs *args, const UChar** source, const UChar* sourceLimit, int32_t offsetIndex, UErrorCode * err) argument
H A Ducnv_ct.c181 static int32_t findNextEsc(const char *source, const char *sourceLimit) { argument
182 int32_t length = sourceLimit - source;
225 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { argument
238 } else if ((source + (n - offset)) >= sourceLimit) {
335 const UChar* sourceLimit = args->sourceLimit; local
355 while( source < sourceLimit){
364 if(source < sourceLimit) {
466 const char *mySourceLimit = args->sourceLimit;
543 subArgs.sourceLimit
[all...]
H A Ducnv2022.cpp781 const char* sourceLimit,
792 while (*source < sourceLimit) {
1008 *we return sourceLimit
1016 const char* sourceLimit,
1022 if (*source >= sourceLimit)
1023 return sourceLimit;
1040 (mySource+i < sourceLimit)&&(value == VALID_NON_TERMINAL_2022);
1048 return sourceLimit;
1050 }while (++mySource < sourceLimit);
1052 return sourceLimit;
779 changeState_2022(UConverter* _this, const char** source, const char* sourceLimit, Variant2022 var, UErrorCode* err) argument
1015 getEndOfBuffer_2022(const char** source, const char* sourceLimit, UBool ) argument
1621 const UChar* sourceLimit = args->sourceLimit; local
2310 const UChar *sourceLimit = args->sourceLimit; local
2873 const UChar* sourceLimit = args->sourceLimit; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/ucnv/
H A Dconvsamp.cpp281 the source pointer will be equal to sourceLimit. If the output
294 const char *sourceLimit; local
327 sourceLimit = inBuf + count;
335 &source, sourceLimit, NULL,
362 } while (source < sourceLimit); // while simply out of space
394 const char *sourceLimit; local
442 sourceLimit = inBuf + count;
444 while(source < sourceLimit)
446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
566 const char *source, *sourceLimit; local
874 const char *sourceLimit; local
979 const UChar *sourceLimit; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dconvtest.cpp763 const char *source, *sourceLimit, *bytesLimit; local
780 sourceLimit=bytesLimit;
785 sourceLimit=source;
800 &source, sourceLimit,
805 if(source>sourceLimit || target>targetLimit) {
825 if(source!=sourceLimit) {
831 if(sourceLimit==bytesLimit) {
837 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
838 flush=(UBool)(cc.finalFlush && sourceLimit==bytesLimit);
857 sourceLimit
1164 const char *source, *sourceLimit, *utf8Limit; local
1270 const UChar *source, *sourceLimit, *unicodeLimit; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Ducnv_cb.h116 * @param sourceLimit pointer after last UChar to write
124 const UChar* sourceLimit,
H A Ducnv_err.h197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon851
213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon852
H A Ducnv.h1093 * sourceLimit pointers to point to the next chunk.
1096 * when *source==sourceLimit and no error code is set.
1114 * @param sourceLimit the pointer just after the last of the source buffer
1139 const UChar * sourceLimit,
1162 * sourceLimit pointers to point to the next chunk.
1165 * when *source==sourceLimit and no error code is set
1182 * @param sourceLimit the pointer to the byte after the end of the source buffer
1208 const char *sourceLimit,
1332 * @param sourceLimit points to the end of the input buffer
1351 const char * sourceLimit,
[all...]
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Ducnv_cb.h116 * @param sourceLimit pointer after last UChar to write
124 const UChar* sourceLimit,
H A Ducnv_err.h197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon5654
213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon5655
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecICU.h57 const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err);
H A DTextCodecICU.cpp314 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err) argument
318 ucnv_toUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, offsets, flush, &err);
377 const char* sourceLimit = source + length; local
382 int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush, err);
389 decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, true, err);
390 } while (source < sourceLimit);
513 const UChar* sourceLimit = source + length; local
541 ucnv_fromUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, 0, true, &err);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducnv_err.h197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon2597
213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon2598
H A Ducnv.h1049 * sourceLimit pointers to point to the next chunk.
1052 * when *source==sourceLimit and no error code is set.
1070 * @param sourceLimit the pointer just after the last of the source buffer
1095 const UChar * sourceLimit,
1118 * sourceLimit pointers to point to the next chunk.
1121 * when *source==sourceLimit and no error code is set
1138 * @param sourceLimit the pointer to the byte after the end of the source buffer
1164 const char *sourceLimit,
1288 * @param sourceLimit points to the end of the input buffer
1307 const char * sourceLimit,
[all...]
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Ducnv_err.h197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon5534
213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */ member in struct:__anon5535
H A Ducnv.h1049 * sourceLimit pointers to point to the next chunk.
1052 * when *source==sourceLimit and no error code is set.
1070 * @param sourceLimit the pointer just after the last of the source buffer
1095 const UChar * sourceLimit,
1118 * sourceLimit pointers to point to the next chunk.
1121 * when *source==sourceLimit and no error code is set
1138 * @param sourceLimit the pointer to the byte after the end of the source buffer
1164 const char *sourceLimit,
1288 * @param sourceLimit points to the end of the input buffer
1307 const char * sourceLimit,
[all...]

Completed in 317 milliseconds

12