HomeSort by relevance Sort by last modified time
    Searched refs:srcLimit (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/third_party/icu/source/common/
ucnv_ext.h 349 const char **src, const char *srcLimit,
369 const UChar **src, const UChar *srcLimit,
unistr_cnv.cpp 274 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
290 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
301 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
ustrtrns.c 41 const UChar32 *srcLimit;
79 srcLimit = src;
82 while(*++srcLimit != 0) {}
85 srcLimit = src + srcLength;
89 while(src < srcLimit) {
154 const UChar *srcLimit;
192 srcLimit = src;
195 while(*++srcLimit != 0) {}
198 srcLimit = src + srcLength;
202 while(src < srcLimit) {
    [all...]
ucasemap.c 218 * Case-maps [srcStart..srcLimit[ but takes
225 int32_t srcStart, int32_t srcLimit,
237 while(srcIndex<srcLimit) {
239 U8_NEXT(src, srcIndex, srcLimit, c);
ucnv.c     [all...]
ucnv_ext.c 277 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 */
    [all...]
ustrcase.c 119 * Case-maps [srcStart..srcLimit[ but takes
126 int32_t srcStart, int32_t srcLimit,
138 while(srcIndex<srcLimit) {
140 U16_NEXT(src, srcIndex, srcLimit, c);
  /external/icu4c/common/
ucnv_ext.h 349 const char **src, const char *srcLimit,
369 const UChar **src, const UChar *srcLimit,
unistr_cnv.cpp 274 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
290 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
301 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
ustrtrns.c 41 const UChar32 *srcLimit;
80 srcLimit = src;
83 while(*++srcLimit != 0) {}
86 srcLimit = src + srcLength;
90 while(src < srcLimit) {
155 const UChar *srcLimit;
194 srcLimit = src;
197 while(*++srcLimit != 0) {}
200 srcLimit = src + srcLength;
204 while(src < srcLimit) {
    [all...]
ucasemap.c 218 * Case-maps [srcStart..srcLimit[ but takes
225 int32_t srcStart, int32_t srcLimit,
237 while(srcIndex<srcLimit) {
239 U8_NEXT(src, srcIndex, srcLimit, c);
ucnv.c     [all...]
ucnv_ext.c 277 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 */
    [all...]
ustrcase.c 118 * Case-maps [srcStart..srcLimit[ but takes
125 int32_t srcStart, int32_t srcLimit,
137 while(srcIndex<srcLimit) {
139 U16_NEXT(src, srcIndex, srcLimit, c);
  /external/chromium/third_party/icu/public/common/unicode/
unistr.h 381 * [<TT>srcStart</TT>, <TT>srcLimit</TT>).
386 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
398 int32_t srcLimit) const;
555 * @param srcLimit The offset after the last code unit from that string to compare.
565 int32_t srcLimit) const;
726 * @param srcLimit The offset after the last code unit from that string to compare.
    [all...]
  /external/icu4c/common/unicode/
unistr.h 381 * [<TT>srcStart</TT>, <TT>srcLimit</TT>).
386 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
398 int32_t srcLimit) const;
555 * @param srcLimit The offset after the last code unit from that string to compare.
565 int32_t srcLimit) const;
726 * @param srcLimit The offset after the last code unit from that string to compare.
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvfbts.c 299 const char *srcLimit;
356 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
373 (const char *)srcLimit,
375 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
377 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just need another buffer */
ucsdetst.c 54 const UChar *srcLimit = src + length;
60 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
72 const UChar *srcLimit = src + length;
76 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
nccbtst.c     [all...]
ncnvtst.c     [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.c 301 const char *srcLimit;
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 */
ucsdetst.c 56 const UChar *srcLimit = src + length;
62 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
74 const UChar *srcLimit = src + length;
78 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
ncnvtst.c     [all...]
nccbtst.c     [all...]
  /libcore/luni/src/main/native/
NativeConverter.cpp 273 const UChar* srcLimit = (codeUnit < 0x10000) ? &src[1] : &src[2];
282 ucnv_fromUnicode(cnv, &dst, dstLimit, &src, srcLimit, NULL, TRUE, &errorCode);

Completed in 739 milliseconds

1 2