HomeSort by relevance Sort by last modified time
    Searched full:srclimit (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf8statetable.cc 143 const uint8* srclimit = isrc + len; local
144 const uint8* srclimit8 = srclimit - 7;
185 while (src < srclimit) {
  /external/chromium_org/third_party/icu/source/common/
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);
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);
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...]
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);
ucnv.c     [all...]
ucnv_ext.h 349 const char **src, const char *srcLimit,
369 const UChar **src, const UChar *srcLimit,
  /external/icu4c/common/
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);
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);
ustrtrns.cpp 45 const UChar32 *srcLimit;
84 srcLimit = src;
87 while(*++srcLimit != 0) {}
90 srcLimit = (src!=NULL)?(src + srcLength):NULL;
94 while(src < srcLimit) {
159 const UChar *srcLimit;
198 srcLimit = src;
201 while(*++srcLimit != 0) {}
204 srcLimit = (src!=NULL)?(src + srcLength):NULL;
208 while(src < srcLimit) {
    [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...]
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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 366 const uint8* srclimit = isrc + str_length; local
367 const uint8* srclimit8 = srclimit - 7;
380 (src < srclimit) &&
419 while (src < srclimit) {
475 const uint8* srclimit = isrc + str_length; local
476 const uint8* srclimit8 = srclimit - 7;
483 (src < srclimit) && (src[0] < 0x80)) {
493 while ((src < srclimit) && (src[0] < 0x80)) {
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 366 const uint8* srclimit = isrc + str_length; local
367 const uint8* srclimit8 = srclimit - 7;
380 (src < srclimit) &&
419 while (src < srclimit) {
475 const uint8* srclimit = isrc + str_length; local
476 const uint8* srclimit8 = srclimit - 7;
483 (src < srclimit) && (src[0] < 0x80)) {
493 while ((src < srclimit) && (src[0] < 0x80)) {
  /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);
  /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);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc 565 const char* srclimit = src + srclen; local
578 while (src < srclimit) {
642 DCHECK(src < srclimit);
659 // If advancing by more than 2, src may have overshot srclimit
681 const char* srclimit = src + srclen + 1; local
693 while (src < srclimit) {
compact_lang_det_impl.cc 808 const uint8* srclimit = src + srclen; local
874 const uint8* srclimit = src + srclen; local
974 char* srclimit = src + srclen; local
1536 const char* srclimit = src + scriptspan->text_bytes; local
1603 const char* srclimit = src + scriptspan->text_bytes; local
    [all...]
getonescriptspan.cc 221 const uint8* srclimit = src + len; local
224 while (src < srclimit) {
234 if (src >= srclimit) {
  /external/chromium_org/third_party/icu/source/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 442 * [<TT>srcStart</TT>, <TT>srcLimit</TT>).
447 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
459 int32_t srcLimit) const;
616 * @param srcLimit The offset after the last code unit from that string to compare.
626 int32_t srcLimit) const;
    [all...]

Completed in 1460 milliseconds

1 2