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

1 2

  /external/icu4c/common/
ucnv_cnv.c 49 char **target, const char *targetLimit,
58 while(length>0 && t<targetLimit) {
64 while(length>0 && t<targetLimit) {
89 UChar **target, const UChar *targetLimit,
98 while(length>0 && t<targetLimit) {
104 while(length>0 && t<targetLimit) {
129 UChar **target, const UChar *targetLimit,
138 if(t<targetLimit) {
145 if(t<targetLimit) {
ucnv_u32.c 51 const UChar *targetLimit = args->targetLimit;
56 if (args->converter->toUnicodeStatus && myTarget < targetLimit) {
65 while (mySource < sourceLimit && myTarget < targetLimit) {
94 if (myTarget < targetLimit) {
114 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) {
131 const UChar *targetLimit = args->targetLimit;
137 if (args->converter->toUnicodeStatus && myTarget < targetLimit) {
146 while (mySource < sourceLimit && myTarget < targetLimit) {
    [all...]
ucnv_u7.c 211 const UChar *targetLimit;
235 targetLimit=pArgs->targetLimit;
263 targetCapacity=(int32_t)(targetLimit-target);
292 if(source<sourceLimit && target>=targetLimit) {
309 if(target<targetLimit) {
461 uint8_t *target, *targetLimit;
480 targetLimit=(uint8_t *)pArgs->targetLimit;
499 targetCapacity=(int32_t)(targetLimit-target)
    [all...]
ucnv_u8.c 97 const UChar *targetLimit = args->targetLimit;
104 if (cnv->toUnicodeStatus && myTarget < targetLimit)
116 while (mySource < sourceLimit && myTarget < targetLimit)
184 if (myTarget < targetLimit)
208 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err))
227 const UChar *targetLimit = args->targetLimit;
234 if (cnv->toUnicodeStatus && myTarget < targetLimit)
245 while (mySource < sourceLimit && myTarget < targetLimit)
    [all...]
ucnv.c     [all...]
ucnv_cb.c 48 &args->target, args->targetLimit,
83 args->targetLimit,
104 /* && (*source < sourceLimit && args->target >= args->targetLimit)
239 &args->target, args->targetLimit,
ucnv_cnv.h 94 * - U_BUFFER_OVERFLOW_ERROR and the target is full: target==targetLimit
299 char **target, const char *targetLimit,
306 UChar **target, const UChar *targetLimit,
314 UChar **target, const UChar *targetLimit,
ucnvbocu.cpp 409 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
458 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target);
658 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
698 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target);
944 const UChar *targetLimit;
959 targetLimit=pArgs->targetLimit;
    [all...]
ucnv_u16.c 73 &pArgs->target, pArgs->targetLimit,
80 if(target >= pArgs->targetLimit) {
85 targetCapacity=(uint32_t)(pArgs->targetLimit-target);
235 (char **)&target, pArgs->targetLimit,
238 targetCapacity=(uint32_t)(pArgs->targetLimit-(char *)target);
276 if(target >= pArgs->targetLimit) {
281 targetCapacity=(uint32_t)(pArgs->targetLimit-target);
672 &pArgs->target, pArgs->targetLimit,
679 if(target >= pArgs->targetLimit) {
684 targetCapacity=(uint32_t)(pArgs->targetLimit-pArgs->target)
    [all...]
ucnv2022.cpp 413 uint8_t **target, const char *targetLimit,
419 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
    [all...]
ucnv_ext.h 350 UChar **target, const UChar *targetLimit,
370 char **target, const char *targetLimit,
ucnvlat1.c 44 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
151 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
307 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) {
336 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
486 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
558 } else if(source<sourceLimit && target>=pArgs->targetLimit) {
626 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
684 } else if(source<sourceLimit && target>=(const uint8_t *)pFromUArgs->targetLimit) {
ucnvscsu.c 236 const UChar *targetLimit;
253 targetLimit=pArgs->targetLimit;
290 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) {
310 if(target<targetLimit) {
335 if(target>=targetLimit) {
418 if(target<targetLimit) {
478 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) {
492 if(target>=targetLimit) {
590 const UChar *targetLimit;
    [all...]
ucnv_ext.cpp 236 UChar **target, const UChar *targetLimit,
244 target, targetLimit,
254 target, targetLimit,
273 * target<targetLimit; set error code for overflow
279 UChar **target, const UChar *targetLimit,
299 target, targetLimit,
394 &pArgs->target, pArgs->targetLimit,
672 char **target, const char *targetLimit,
736 target, targetLimit,
742 * target<targetLimit; set error code for overflo
    [all...]
ucnv_ct.c 333 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit;
351 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) {
356 if(target < targetLimit){
435 if (target < targetLimit) {
490 if(myTarget < args->targetLimit){
530 if (myTarget < args->targetLimit) {
ucnvmbcs.c     [all...]
  /external/icu4c/test/intltest/
convtest.cpp 789 UChar *target, *targetLimit, *resultLimit;
806 targetLimit=resultLimit;
811 targetLimit=target;
824 &target, targetLimit,
830 if(source>sourceLimit || target>targetLimit) {
834 if(target!=targetLimit) {
838 } else if(targetLimit==resultLimit) {
844 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
    [all...]
  /external/icu4c/common/unicode/
ucnv_err.h 199 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
215 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
ucnv.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 192 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
208 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
ucnv.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 192 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
208 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 192 const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
208 const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 */
  /external/icu4c/samples/ucnv/
convsamp.cpp 297 UChar *targetLimit;
332 targetLimit = uBuf + uBufSize;
334 ucnv_toUnicode(conv, &target, targetLimit,
878 UChar *targetLimit;
922 targetLimit = uBuf + uBufSize;
924 ucnv_toUnicode( conv, &target, targetLimit,
983 char *targetLimit;
1028 targetLimit = buf + bufSize;
1030 ucnv_fromUnicode( conv, &target, targetLimit,
  /external/icu4c/test/perf/convperf/
convperf.h 30 UChar* targetLimit;
42 targetLimit = NULL;
48 targetLimit = target + reqdLen;
59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
75 char* targetLimit;
88 targetLimit = NULL;
94 targetLimit = target + reqdLen;
105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);

Completed in 482 milliseconds

1 2