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

1 2

  /external/chromium/third_party/icu/public/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 */
  /external/chromium/third_party/icu/source/common/
unistr_cnv.cpp 164 char *targetLimit = target + 0x7fffffff;
165 if(targetLimit < target) {
167 targetLimit = (char *)U_MAX_PTR(target);
168 capacity = (int32_t)(targetLimit - target);
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) {
448 uint8_t *target, *targetLimit;
467 targetLimit=(uint8_t *)pArgs->targetLimit;
485 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...]
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...]
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...]
  /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 */
  /external/icu4c/common/
unistr_cnv.cpp 164 char *targetLimit = target + 0x7fffffff;
165 if(targetLimit < target) {
167 targetLimit = (char *)U_MAX_PTR(target);
168 capacity = (int32_t)(targetLimit - target);
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) {
448 uint8_t *target, *targetLimit;
467 targetLimit=(uint8_t *)pArgs->targetLimit;
485 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...]
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...]
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...]
  /external/webkit/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 */
  /external/webkit/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/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/chromium/third_party/icu/source/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);
  /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);
  /external/webkit/WebCore/platform/text/
TextCodecICU.cpp 250 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err)
254 ucnv_toUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, offsets, flush, &err);
460 char* targetLimit = target + ConversionBufferSize;
462 ucnv_fromUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, 0, true, &err);
  /external/chromium/third_party/icu/source/test/cintltst/
cintltst.c 477 char *newString,*targetLimit,*target;
496 targetLimit = newString+sizeof(char) * 8 * (length +1);
498 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
  /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/cintltst/
cintltst.c 491 char *newString,*targetLimit,*target;
510 targetLimit = newString+sizeof(char) * 8 * (length +1);
512 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
  /external/chromium/third_party/icu/source/test/intltest/
convtest.cpp 756 UChar *target, *targetLimit, *resultLimit;
773 targetLimit=resultLimit;
778 targetLimit=target;
791 &target, targetLimit,
797 if(source>sourceLimit || target>targetLimit) {
801 if(target!=targetLimit) {
805 } else if(targetLimit==resultLimit) {
811 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
887 targetLimit=target<resultLimit ? target+1 : resultLimit;
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 787 UChar *target, *targetLimit, *resultLimit;
804 targetLimit=resultLimit;
809 targetLimit=target;
822 &target, targetLimit,
828 if(source>sourceLimit || target>targetLimit) {
832 if(target!=targetLimit) {
836 } else if(targetLimit==resultLimit) {
842 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
    [all...]

Completed in 1150 milliseconds

1 2