/external/icu4c/common/ |
D | ucnv_cnv.c | 49 char **target, const char *targetLimit, in ucnv_fromUWriteBytes() 89 UChar **target, const UChar *targetLimit, in ucnv_toUWriteUChars() 129 UChar **target, const UChar *targetLimit, in ucnv_toUWriteCodePoint()
|
D | ucnv_u32.c | 50 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE() local 130 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local 216 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_BE() local 318 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 512 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_LE() local 598 const UChar *targetLimit = args->targetLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local 694 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_LE() local 804 const unsigned char *targetLimit = (unsigned char *) args->targetLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
|
D | ucnv_u8.c | 94 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8() local 224 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local 352 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; in ucnv_fromUnicode_UTF8() local 467 const uint8_t *targetLimit = (uint8_t *) args->targetLimit; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
|
D | ucnv_u7.c | 211 const UChar *targetLimit; in _UTF7ToUnicodeWithOffsets() local 449 uint8_t *target, *targetLimit; in _UTF7FromUnicodeWithOffsets() local 868 const UChar *targetLimit; in _IMAPToUnicodeWithOffsets() local 1135 uint8_t *target, *targetLimit; in _IMAPFromUnicodeWithOffsets() local
|
D | ucnv_ext.c | 235 UChar **target, const UChar *targetLimit, in ucnv_extWriteToU() 278 UChar **target, const UChar *targetLimit, in ucnv_extInitialMatchToU() 671 char **target, const char *targetLimit, in ucnv_extWriteFromU() 747 char **target, const char *targetLimit, in ucnv_extInitialMatchFromU()
|
D | ucnv.c | 1113 char **target, const char *targetLimit, in ucnv_outputOverflowFromUnicode() 1166 char **target, const char *targetLimit, in ucnv_fromUnicode() 1556 UChar **target, const UChar *targetLimit, in ucnv_outputOverflowToUnicode() 1609 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 | ucnvisci.c | 779 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ argument 827 unsigned char *targetLimit = (unsigned char *) args->targetLimit; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local 1086 const UChar* targetLimit = args->targetLimit; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
|
D | ucnvbocu.c | 939 const UChar *targetLimit; in _Bocu1ToUnicodeWithOffsets() local 1162 const UChar *targetLimit; in _Bocu1ToUnicode() local
|
D | ucnvscsu.c | 233 const UChar *targetLimit; in _SCSUToUnicodeWithOffsets() local 587 const UChar *targetLimit; in _SCSUToUnicode() local
|
D | ucnv2022.c | 405 uint8_t **target, const char *targetLimit, in fromUWriteUInt8() 1550 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2194 unsigned char *targetLimit = (unsigned char *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2716 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
D | ucnvmbcs.c | 891 uint8_t **target, const uint8_t *targetLimit, in _extFromU() 958 UChar **target, const UChar *targetLimit, in _extToU() 1787 const UChar *targetLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local 2160 const UChar *targetLimit; in ucnv_MBCSToUnicodeWithOffsets() local
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | ucnv_err.h | 192 …const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member 208 …const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | ucnv_err.h | 192 …const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member 208 …const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
|
/external/webkit/WebCore/icu/unicode/ |
D | ucnv_err.h | 192 …const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member 208 …const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
|
/external/icu4c/common/unicode/ |
D | ucnv_err.h | 192 …const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member 208 …const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
|
/external/icu4c/samples/ucnv/ |
D | convsamp.cpp | 302 UChar *targetLimit; in convsample_05() local 881 UChar *targetLimit; in convsample_40() local 985 char *targetLimit; in convsample_46() local
|
/external/webkit/WebCore/platform/text/ |
D | TextCodecICU.cpp | 254 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char… in decodeToBuffer() 464 char* targetLimit = target + ConversionBufferSize; in encode() local
|
/external/icu4c/test/intltest/ |
D | convtest.cpp | 753 UChar *target, *targetLimit, *resultLimit; in stepToUnicode() local 1159 char *target, *targetLimit, *resultLimit; in stepFromUTF8() local 1263 char *target, *targetLimit, *resultLimit; in stepFromUnicode() local
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 445 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local 2171 const char *srcLimit, *finalSrcLimit, *targetLimit; in convertExStreaming() local 3145 char* targetLimit = target + 10; in TestFromUCountPending() local 3180 char* targetLimit = target + 2; /* expect overflow from converting \U00101234\U00050005 */ in TestFromUCountPending() local 3251 UChar* targetLimit = target + 20; in TestToUCountPending() local 3288 UChar* targetLimit = target + 1; /* expect overflow from converting */ in TestToUCountPending() local
|
D | cintltst.c | 517 char *newString,*targetLimit,*target; in aescstrdup() local
|
D | ncnvtst.c | 1000 char *targetLimit; in convertFromU() local 1090 UChar *targetLimit; in convertToU() local 1773 UChar *target, *targetLimit; in doTestTruncated() local
|
D | nucnvtst.c | 4064 UChar* targetLimit = target+100; in TestJitterbug2411() local 5301 UChar* targetLimit = dest+100; in TestJB5275_1() local 5348 UChar* targetLimit = dest+100; in TestJB5275() local
|
/external/icu4c/test/perf/convperf/ |
D | convperf.h | 30 UChar* targetLimit; variable 75 char* targetLimit; variable
|
/external/icu4c/i18n/ |
D | rbt_pars.cpp | 1583 UChar *targetLimit = target+sourceLen; in utrans_stripRules() local
|
/external/icu4c/tools/genrb/ |
D | parse.c | 277 UChar *targetLimit = NULL; in parseUCARules() local
|