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

1 2

  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.h 353 const char **src, const char *srcLimit,
373 const UChar **src, const UChar *srcLimit,
unistr_cnv.cpp 270 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
286 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
297 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
ustrtrns.cpp 47 const UChar32 *srcLimit;
86 srcLimit = src;
89 while(*++srcLimit != 0) {}
92 srcLimit = (src!=NULL)?(src + srcLength):NULL;
96 while(src < srcLimit) {
161 const UChar *srcLimit;
200 srcLimit = src;
203 while(*++srcLimit != 0) {}
206 srcLimit = (src!=NULL)?(src + srcLength):NULL;
210 while(src < srcLimit) {
    [all...]
ucasemap.cpp 210 * Case-maps [srcStart..srcLimit[ but takes
217 int32_t srcStart, int32_t srcLimit,
229 while(srcIndex<srcLimit) {
231 U8_NEXT(src, srcIndex, srcLimit, c);
ustrcase.cpp 124 * Case-maps [srcStart..srcLimit[ but takes
131 int32_t srcStart, int32_t srcLimit,
143 while(srcIndex<srcLimit) {
145 U16_NEXT(src, srcIndex, srcLimit, c);
ucnv.c     [all...]
ucnv_ext.cpp 278 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 */
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.h 353 const char **src, const char *srcLimit,
373 const UChar **src, const UChar *srcLimit,
unistr_cnv.cpp 270 const UChar *src=getArrayStart()+start, *srcLimit=src+length;
286 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
297 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
ustrtrns.cpp 47 const UChar32 *srcLimit;
86 srcLimit = src;
89 while(*++srcLimit != 0) {}
92 srcLimit = (src!=NULL)?(src + srcLength):NULL;
96 while(src < srcLimit) {
161 const UChar *srcLimit;
200 srcLimit = src;
203 while(*++srcLimit != 0) {}
206 srcLimit = (src!=NULL)?(src + srcLength):NULL;
210 while(src < srcLimit) {
    [all...]
ucasemap.cpp 210 * Case-maps [srcStart..srcLimit[ but takes
217 int32_t srcStart, int32_t srcLimit,
229 while(srcIndex<srcLimit) {
231 U8_NEXT(src, srcIndex, srcLimit, c);
ustrcase.cpp 124 * Case-maps [srcStart..srcLimit[ but takes
131 int32_t srcStart, int32_t srcLimit,
143 while(srcIndex<srcLimit) {
145 U16_NEXT(src, srcIndex, srcLimit, c);
ucnv.c     [all...]
ucnv_ext.cpp 278 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 */
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 440 * [<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;
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 440 * [<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;
    [all...]
  /external/chromium_org/third_party/icu/source/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);
nccbtst.c     [all...]
ncnvtst.c     [all...]
  /external/icu/icu4c/source/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);
nccbtst.c     [all...]
ncnvtst.c     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 806 milliseconds

1 2