/external/icu/icu4c/source/common/ |
D | ucnv_u32.cpp | 53 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE() local 133 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local 219 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_BE() local 321 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 515 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_LE() local 601 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local 697 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_LE() local 807 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
|
D | ucnv_cnv.cpp | 57 char **target, const char *targetLimit, in ucnv_fromUWriteBytes() 97 UChar **target, const UChar *targetLimit, in ucnv_toUWriteUChars() 137 UChar **target, const UChar *targetLimit, in ucnv_toUWriteCodePoint()
|
D | ucnv_u8.cpp | 72 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8() local 190 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local 307 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; in ucnv_fromUnicode_UTF8() local 422 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
|
D | ucnv_u7.cpp | 216 const UChar *targetLimit; in _UTF7ToUnicodeWithOffsets() local 466 uint8_t *target, *targetLimit; in _UTF7FromUnicodeWithOffsets() local 900 const UChar *targetLimit; in _IMAPToUnicodeWithOffsets() local 1167 uint8_t *target, *targetLimit; in _IMAPFromUnicodeWithOffsets() local
|
D | ucnv_ext.cpp | 239 UChar **target, const UChar *targetLimit, in ucnv_extWriteToU() 282 UChar **target, const UChar *targetLimit, in ucnv_extInitialMatchToU() 674 char **target, const char *targetLimit, in ucnv_extWriteFromU() 753 char **target, const char *targetLimit, in ucnv_extInitialMatchFromU()
|
D | ucnv.cpp | 1118 char **target, const char *targetLimit, in ucnv_outputOverflowFromUnicode() 1171 char **target, const char *targetLimit, in ucnv_fromUnicode() 1564 UChar **target, const UChar *targetLimit, in ucnv_outputOverflowToUnicode() 1617 UChar **target, const UChar *targetLimit, in ucnv_toUnicode() 2039 char **target, const char *targetLimit, in ucnv_convertEx() 2406 const char *targetLimit; in ucnv_internalConvert() local
|
D | ucnvbocu.cpp | 961 const UChar *targetLimit; in _Bocu1ToUnicodeWithOffsets() local 1184 const UChar *targetLimit; in _Bocu1ToUnicode() local
|
D | ucnvisci.cpp | 834 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ argument 901 unsigned char *targetLimit = (unsigned char *) args->targetLimit; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local 1184 const UChar* targetLimit = args->targetLimit; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
|
D | unistr_cnv.cpp | 157 char *targetLimit = (char *)U_MAX_PTR(target); in extract() local
|
D | ucnvscsu.cpp | 238 const UChar *targetLimit; in _SCSUToUnicodeWithOffsets() local 592 const UChar *targetLimit; in _SCSUToUnicode() local
|
D | ucnv2022.cpp | 434 uint8_t **target, const char *targetLimit, in fromUWriteUInt8() 1675 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2368 unsigned char *targetLimit = (unsigned char *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2927 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
D | ucnvmbcs.cpp | 1108 uint8_t **target, const uint8_t *targetLimit, in _extFromU() 1175 UChar **target, const UChar *targetLimit, in _extToU() 2038 const UChar *targetLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local 2470 const UChar *targetLimit; in ucnv_MBCSToUnicodeWithOffsets() local
|
D | ucnv_ct.cpp | 338 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_CompoundText_OFFSETS() local
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF8.java | 68 int targetLimit = target.arrayOffset() + target.limit(); in decodeLoop() local 190 int targetLimit = target.limit(); in decodeLoop() local 346 int targetLimit = target.arrayOffset() + target.limit(); in encodeLoop() local 519 int sourceLimit, int targetLimit, int char32) { in encodeFourBytes()
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv_err.h | 201 …const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member 217 …const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
|
/external/icu/libandroidicu/include/unicode/ |
D | ucnv_err.h | 201 …const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member 217 …const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 306 UChar *targetLimit; in convsample_05() local 885 UChar *targetLimit; in convsample_40() local 989 char *targetLimit; in convsample_46() local
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 753 const char *targetLimit = result + sizeof(result); in TestUTF8ToUTF8Overflow() local 977 UChar *target, *targetLimit, *resultLimit; in stepToUnicode() local 1381 char *target, *targetLimit, *resultLimit; in stepFromUTF8() local 1485 char *target, *targetLimit, *resultLimit; in stepFromUnicode() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 414 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local 2149 const char *srcLimit, *finalSrcLimit, *targetLimit; in convertExStreaming() local 3234 char* targetLimit = target + 10; in TestFromUCountPending() local 3269 char* targetLimit = target + 2; /* expect overflow from converting \U00101234\U00050005 */ in TestFromUCountPending() local 3340 UChar* targetLimit = target + 20; in TestToUCountPending() local 3377 UChar* targetLimit = target + 1; /* expect overflow from converting */ in TestToUCountPending() local
|
D | ncnvtst.c | 1018 char *targetLimit; in convertFromU() local 1108 UChar *targetLimit; in convertToU() local 1797 UChar *target, *targetLimit; in doTestTruncated() local
|
D | cintltst.c | 509 char *newString,*targetLimit,*target; in aescstrdup() local
|
D | nucnvtst.c | 4179 UChar* targetLimit = target+100; in TestJitterbug2411() local 5498 UChar* targetLimit = dest+100; in TestJB5275_1() local 5551 UChar* targetLimit = dest+100; in TestJB5275() local
|
/external/icu/icu4c/source/test/perf/convperf/ |
D | convperf.h | 34 UChar* targetLimit; variable 79 char* targetLimit; variable
|
/external/icu/icu4c/source/i18n/ |
D | rbt_pars.cpp | 1656 UChar *targetLimit = target+sourceLen; in utrans_stripRules() local
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestCharset.java | 1899 boolean throwException, boolean flush, boolean backedByArray, int targetLimit) in smBufDecode() 2034 … boolean throwException, boolean flush, boolean backedByArray, int targetLimit) throws Exception, in smBufEncode()
|