Home
last modified time | relevance | path

Searched defs:targetLimit (Results 1 – 25 of 27) sorted by relevance

12

/external/icu4c/common/
Ducnv_cnv.c49 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()
Ducnv_u32.c50 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
Ducnv_u8.c94 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
Ducnv_u7.c210 const UChar *targetLimit; in _UTF7ToUnicodeWithOffsets() local
460 uint8_t *target, *targetLimit; in _UTF7FromUnicodeWithOffsets() local
891 const UChar *targetLimit; in _IMAPToUnicodeWithOffsets() local
1158 uint8_t *target, *targetLimit; in _IMAPFromUnicodeWithOffsets() local
Ducnv_ext.c235 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()
Ducnv.c1116 char **target, const char *targetLimit, in ucnv_outputOverflowFromUnicode()
1169 char **target, const char *targetLimit, in ucnv_fromUnicode()
1562 UChar **target, const UChar *targetLimit, in ucnv_outputOverflowToUnicode()
1615 UChar **target, const UChar *targetLimit, in ucnv_toUnicode()
2045 char **target, const char *targetLimit, in ucnv_convertEx()
2412 const char *targetLimit; in ucnv_internalConvert() local
Ducnvisci.c825 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ argument
892 unsigned char *targetLimit = (unsigned char *) args->targetLimit; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local
1174 const UChar* targetLimit = args->targetLimit; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
Ducnvbocu.c939 const UChar *targetLimit; in _Bocu1ToUnicodeWithOffsets() local
1162 const UChar *targetLimit; in _Bocu1ToUnicode() local
Dunistr_cnv.cpp165 char *targetLimit = (char *)U_MAX_PTR(target); in extract() local
Ducnvscsu.c235 const UChar *targetLimit; in _SCSUToUnicodeWithOffsets() local
589 const UChar *targetLimit; in _SCSUToUnicode() local
Ducnv2022.c407 uint8_t **target, const char *targetLimit, in fromUWriteUInt8()
1635 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2328 unsigned char *targetLimit = (unsigned char *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
2887 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
Ducnvmbcs.c962 uint8_t **target, const uint8_t *targetLimit, in _extFromU()
1029 UChar **target, const UChar *targetLimit, in _extToU()
1889 const UChar *targetLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local
2321 const UChar *targetLimit; in ucnv_MBCSToUnicodeWithOffsets() local
Ducnv_ct.c332 const uint8_t *targetLimit = (const uint8_t *) args->targetLimit; in UConverter_fromUnicode_CompoundText_OFFSETS() local
/external/webkit/Source/WebCore/icu/unicode/
Ducnv_err.h192 …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/Source/JavaScriptGlue/icu/unicode/
Ducnv_err.h192 …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/Source/JavaScriptCore/icu/unicode/
Ducnv_err.h192 …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/
Ducnv_err.h199 …const char *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
215 …const UChar *targetLimit; /**< Pointer to the limit (end + 1) of target buffer. @stable ICU 2.0 … member
/external/icu4c/samples/ucnv/
Dconvsamp.cpp302 UChar *targetLimit; in convsample_05() local
883 UChar *targetLimit; in convsample_40() local
988 char *targetLimit; in convsample_46() local
/external/webkit/Source/WebCore/platform/text/
DTextCodecICU.cpp251 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char… in decodeToBuffer()
460 char* targetLimit = target + ConversionBufferSize; in encode() local
/external/icu4c/test/intltest/
Dconvtest.cpp789 UChar *target, *targetLimit, *resultLimit; in stepToUnicode() local
1192 char *target, *targetLimit, *resultLimit; in stepFromUTF8() local
1296 char *target, *targetLimit, *resultLimit; in stepFromUnicode() local
/external/icu4c/test/cintltst/
Dccapitst.c457 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local
2187 const char *srcLimit, *finalSrcLimit, *targetLimit; in convertExStreaming() local
3248 char* targetLimit = target + 10; in TestFromUCountPending() local
3283 char* targetLimit = target + 2; /* expect overflow from converting \U00101234\U00050005 */ in TestFromUCountPending() local
3354 UChar* targetLimit = target + 20; in TestToUCountPending() local
3391 UChar* targetLimit = target + 1; /* expect overflow from converting */ in TestToUCountPending() local
Dncnvtst.c1019 char *targetLimit; in convertFromU() local
1109 UChar *targetLimit; in convertToU() local
1799 UChar *target, *targetLimit; in doTestTruncated() local
Dcintltst.c492 char *newString,*targetLimit,*target; in aescstrdup() local
/external/icu4c/test/perf/convperf/
Dconvperf.h30 UChar* targetLimit; variable
75 char* targetLimit; variable
/external/icu4c/i18n/
Drbt_pars.cpp1649 UChar *targetLimit = target+sourceLen; in utrans_stripRules() local

12