HomeSort by relevance Sort by last modified time
    Searched defs:srcLimit (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/icu/source/common/
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...]
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);
ucnv.c     [all...]
  /external/icu/icu4c/source/common/
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...]
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);
ucnv.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
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);
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 */
ncnvtst.c     [all...]
ccapitst.c     [all...]
nccbtst.c     [all...]
nucnvtst.c 528 const char *srcLimit;
576 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
593 srcLimit,
595 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
600 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
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);
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 */
ncnvtst.c     [all...]
ccapitst.c     [all...]
nccbtst.c     [all...]
nucnvtst.c 527 const char *srcLimit;
575 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
592 srcLimit,
594 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
599 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2275 milliseconds