Searched refs:srcLimit (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.h353 const char **src, const char *srcLimit,
373 const UChar **src, const UChar *srcLimit,
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 Dustrtrns.cpp47 const UChar32 *srcLimit; local
86 srcLimit = src;
89 while(*++srcLimit != 0) {}
92 srcLimit = (src!=NULL)?(src + srcLength):NULL;
96 while(src < srcLimit) {
161 const UChar *srcLimit; local
200 srcLimit = src;
203 while(*++srcLimit != 0) {}
206 srcLimit = (src!=NULL)?(src + srcLength):NULL;
210 while(src < srcLimit) {
[all...]
H A Ducasemap.cpp210 * Case-maps [srcStart..srcLimit[ but takes
217 int32_t srcStart, int32_t srcLimit,
229 while(srcIndex<srcLimit) {
231 U8_NEXT(src, srcIndex, srcLimit, c);
214 _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 Dustrcase.cpp124 * Case-maps [srcStart..srcLimit[ but takes
131 int32_t srcStart, int32_t srcLimit,
143 while(srcIndex<srcLimit) {
145 U16_NEXT(src, srcIndex, srcLimit, c);
128 _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.c1729 const UChar *srcLimit; local
1753 srcLimit=src+srcLength;
1762 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1773 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1789 const char *srcLimit; local
1813 srcLimit=src+srcLength;
1822 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1834 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
H A Ducnv_ext.cpp278 const char **src, const char *srcLimit,
289 *src, (int32_t)(srcLimit-*src),
321 *src=s; /* same as *src=srcLimit; because we reached the end of input */
408 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 */
908 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */
276 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
/external/icu/icu4c/source/common/
H A Ducnv_ext.h353 const char **src, const char *srcLimit,
373 const UChar **src, const UChar *srcLimit,
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 Dustrtrns.cpp47 const UChar32 *srcLimit; local
86 srcLimit = src;
89 while(*++srcLimit != 0) {}
92 srcLimit = (src!=NULL)?(src + srcLength):NULL;
96 while(src < srcLimit) {
161 const UChar *srcLimit; local
200 srcLimit = src;
203 while(*++srcLimit != 0) {}
206 srcLimit = (src!=NULL)?(src + srcLength):NULL;
210 while(src < srcLimit) {
[all...]
H A Ducasemap.cpp210 * Case-maps [srcStart..srcLimit[ but takes
217 int32_t srcStart, int32_t srcLimit,
229 while(srcIndex<srcLimit) {
231 U8_NEXT(src, srcIndex, srcLimit, c);
214 _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 Dustrcase.cpp124 * Case-maps [srcStart..srcLimit[ but takes
131 int32_t srcStart, int32_t srcLimit,
143 while(srcIndex<srcLimit) {
145 U16_NEXT(src, srcIndex, srcLimit, c);
128 _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.c1729 const UChar *srcLimit; local
1753 srcLimit=src+srcLength;
1762 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1773 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1789 const char *srcLimit; local
1813 srcLimit=src+srcLength;
1822 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1834 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
H A Ducnv_ext.cpp278 const char **src, const char *srcLimit,
289 *src, (int32_t)(srcLimit-*src),
321 *src=s; /* same as *src=srcLimit; because we reached the end of input */
408 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 */
908 pArgs->source=s; /* same as *src=srcLimit; because we reached the end of input */
276 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
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h440 * [<TT>srcStart</TT>, <TT>srcLimit</TT>).
445 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
457 int32_t srcLimit) const;
614 * @param srcLimit The offset after the last code unit from that string to compare.
624 int32_t srcLimit) const;
785 * @param srcLimit The offset after the last code unit from that string to compare.
803 int32_t srcLimit,
2348 * [<TT>srcStart</TT>, <TT>srcLimit</TT>). <TT>srcText</TT> is not modified.
2354 * @param srcLimit the offset immediately following the range to copy
2363 int32_t srcLimit);
3879 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
4160 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h440 * [<TT>srcStart</TT>, <TT>srcLimit</TT>).
445 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
457 int32_t srcLimit) const;
614 * @param srcLimit The offset after the last code unit from that string to compare.
624 int32_t srcLimit) const;
785 * @param srcLimit The offset after the last code unit from that string to compare.
803 int32_t srcLimit,
2348 * [<TT>srcStart</TT>, <TT>srcLimit</TT>). <TT>srcText</TT> is not modified.
2354 * @param srcLimit the offset immediately following the range to copy
2363 int32_t srcLimit);
3879 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
4160 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
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 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 Dnccbtst.c2827 const char *srcLimit; local
2895 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
2912 (const char *)srcLimit,
2914 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
2916 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
3200 const char *srcLimit; local
3268 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3285 (const char *)srcLimit,
3287 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
3289 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEn
[all...]
H A Dncnvtst.c1356 const char *srcLimit; local
1413 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
1425 doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : FALSE);
1431 (const char *)srcLimit,
1441 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
H A Dccapitst.c2141 const char *srcLimit, *finalSrcLimit, *targetLimit; local
2171 srcLimit=src+chunkSize;
2173 srcLimit=finalSrcLimit;
2177 &src, srcLimit,
/external/icu/icu4c/source/test/cintltst/
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 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 Dnccbtst.c2831 const char *srcLimit; local
2899 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
2916 (const char *)srcLimit,
2918 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
2920 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
3204 const char *srcLimit; local
3272 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3289 (const char *)srcLimit,
3291 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
3293 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEn
[all...]
H A Dncnvtst.c1374 const char *srcLimit; local
1431 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
1443 doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : FALSE);
1449 (const char *)srcLimit,
1459 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */

Completed in 490 milliseconds

12