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

1 2 3

  /external/chromium/third_party/icu/source/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) {
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...]
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...]
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);
  /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) {
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...]
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...]
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);
  /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...]
  /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/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/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 */

Completed in 466 milliseconds

1 2 3