Searched defs:srcLimit (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/common/
H A Dunistr_cnv.cpp270 const UChar *src=getArrayStart()+start, *srcLimit=src+length; local
286 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
297 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
H A Ducasemap.c218 * Case-maps [srcStart..srcLimit[ but takes
225 int32_t srcStart, int32_t srcLimit,
237 while(srcIndex<srcLimit) {
239 U8_NEXT(src, srcIndex, srcLimit, c);
222 _caseMap(const UCaseMap *csm, UCaseMapFull *map, uint8_t *dest, int32_t destCapacity, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
H A Dustrtrns.c41 const UChar32 *srcLimit; local
80 srcLimit = src;
83 while(*++srcLimit != 0) {}
86 srcLimit = src + srcLength;
90 while(src < srcLimit) {
155 const UChar *srcLimit; local
194 srcLimit = src;
197 while(*++srcLimit != 0) {}
200 srcLimit = src + srcLength;
204 while(src < srcLimit) {
[all...]
H A Dustrcase.c118 * Case-maps [srcStart..srcLimit[ but takes
125 int32_t srcStart, int32_t srcLimit,
137 while(srcIndex<srcLimit) {
139 U16_NEXT(src, srcIndex, srcLimit, c);
122 _caseMap(const UCaseMap *csm, UCaseMapFull *map, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
H A Ducnv_ext.c277 const char **src, const char *srcLimit,
288 *src, (int32_t)(srcLimit-*src),
320 *src=s; /* same as *src=srcLimit; because we reached the end of input */
407 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */
746 const UChar **src, const UChar *srcLimit,
757 *src, (int32_t)(srcLimit-*src),
790 *src=s; /* same as *src=srcLimit; because we reached the end of input */
907 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
H A Ducnv.c1719 const UChar *srcLimit; local
1743 srcLimit=src+srcLength;
1752 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1763 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1779 const char *srcLimit; local
1803 srcLimit=src+srcLength;
1812 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1824 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
/external/icu4c/test/cintltst/
H A Ducsdetst.c56 const UChar *srcLimit = src + length; local
62 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
74 const UChar *srcLimit = src + length; local
78 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
H A Dncnvfbts.c301 const char *srcLimit; local
358 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
375 (const char *)srcLimit,
377 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
379 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just need another buffer */
H A Dncnvtst.c1375 const char *srcLimit; local
1432 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
1444 doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : FALSE);
1450 (const char *)srcLimit,
1460 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
H A Dnccbtst.c2853 const char *srcLimit; local
2921 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
2938 (const char *)srcLimit,
2940 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
2942 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
3229 const char *srcLimit; local
3297 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3314 (const char *)srcLimit,
3316 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
3318 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEn
[all...]
H A Dccapitst.c2187 const char *srcLimit, *finalSrcLimit, *targetLimit; local
2217 srcLimit=src+chunkSize;
2219 srcLimit=finalSrcLimit;
2223 &src, srcLimit,
H A Dnucnvtst.c538 const char *srcLimit; local
586 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
603 srcLimit,
605 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
610 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
/external/icu4c/common/unicode/
H A Dunistr.h382 * [<TT>srcStart</TT>, <TT>srcLimit</TT>).
387 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
399 int32_t srcLimit) const;
556 * @param srcLimit The offset after the last code unit from that string to compare.
566 int32_t srcLimit) const;
727 * @param srcLimit The offset after the last code unit from that string to compare.
745 int32_t srcLimit,
2287 * [<TT>srcStart</TT>, <TT>srcLimit</TT>). <TT>srcText</TT> is not modified.
2293 * @param srcLimit the offset immediately following the range to copy
2302 int32_t srcLimit);
3773 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
4065 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 329 milliseconds