/external/icu4c/common/ |
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...] |
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/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);
|
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.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 | 520 const char *srcLimit; 568 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); 585 srcLimit, 587 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */ 592 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */ [all...] |
/external/icu4c/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 | 539 const char *srcLimit; 587 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); 604 srcLimit, 606 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */ 611 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */ [all...] |
/prebuilts/tools/common/m2/internal/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 | |