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 50 const UChar *targetLimit = args->targetLimit;
55 if (args->converter->toUnicodeStatus && myTarget < targetLimit) {
64 while (mySource < sourceLimit && myTarget < targetLimit) {
93 if (myTarget < targetLimit) {
113 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err)) {
130 const UChar *targetLimit = args->targetLimit;
136 if (args->converter->toUnicodeStatus && myTarget < targetLimit) {
145 while (mySource < sourceLimit && myTarget < targetLimit) {
    [all...]
ucnv_u7.c 210 const UChar *targetLimit;
234 targetLimit=pArgs->targetLimit;
262 targetCapacity=(int32_t)(targetLimit-target);
291 if(source<sourceLimit && target>=targetLimit) {
308 if(target<targetLimit) {
460 uint8_t *target, *targetLimit;
479 targetLimit=(uint8_t *)pArgs->targetLimit;
497 targetCapacity=(int32_t)(targetLimit-target)
    [all...]
ucnv_u8.c 94 const UChar *targetLimit = args->targetLimit;
101 if (cnv->toUnicodeStatus && myTarget < targetLimit)
113 while (mySource < sourceLimit && myTarget < targetLimit)
181 if (myTarget < targetLimit)
205 if (mySource < sourceLimit && myTarget >= targetLimit && U_SUCCESS(*err))
224 const UChar *targetLimit = args->targetLimit;
231 if (cnv->toUnicodeStatus && myTarget < targetLimit)
242 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 91 * - U_BUFFER_OVERFLOW_ERROR and the target is full: target==targetLimit
296 char **target, const char *targetLimit,
303 UChar **target, const UChar *targetLimit,
311 UChar **target, const UChar *targetLimit,
ucnvbocu.c 404 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
453 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target);
653 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
693 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target);
939 const UChar *targetLimit;
954 targetLimit=pArgs->targetLimit;
974 if(count>0 && byteIndex>0 && target<targetLimit) {
982 count=(int32_t)(pArgs->targetLimit-target);
    [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.c 407 uint8_t **target, const char *targetLimit,
413 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 43 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
150 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
306 if(U_SUCCESS(*pErrorCode) && source<sourceLimit && target>=(uint8_t *)pArgs->targetLimit) {
335 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
485 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target);
557 } else if(source<sourceLimit && target>=pArgs->targetLimit) {
625 targetCapacity=(int32_t)(pFromUArgs->targetLimit-pFromUArgs->target);
683 } else if(source<sourceLimit && target>=(const uint8_t *)pFromUArgs->targetLimit) {
ucnvscsu.c 235 const UChar *targetLimit;
252 targetLimit=pArgs->targetLimit;
289 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) {
309 if(target<targetLimit) {
334 if(target>=targetLimit) {
417 if(target<targetLimit) {
477 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) {
491 if(target>=targetLimit) {
589 const UChar *targetLimit;
    [all...]
ucnv_ext.c 235 UChar **target, const UChar *targetLimit,
243 target, targetLimit,
253 target, targetLimit,
272 * target<targetLimit; set error code for overflow
278 UChar **target, const UChar *targetLimit,
298 target, targetLimit,
393 &pArgs->target, pArgs->targetLimit,
671 char **target, const char *targetLimit,
735 target, targetLimit,
741 * target<targetLimit; set error code for overflo
    [all...]
ucnv_ct.c 332 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit;
350 if((sourceChar = cnv->fromUChar32)!=0 && target< targetLimit) {
355 if(target < targetLimit){
434 if (target < targetLimit) {
489 if(myTarget < args->targetLimit){
526 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 302 UChar *targetLimit;
337 targetLimit = uBuf + uBufSize;
339 ucnv_toUnicode(conv, &target, targetLimit,
883 UChar *targetLimit;
927 targetLimit = uBuf + uBufSize;
929 ucnv_toUnicode( conv, &target, targetLimit,
988 char *targetLimit;
1033 targetLimit = buf + bufSize;
1035 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 749 milliseconds

1 2