Home
last modified time | relevance | path

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

/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.c211 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
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.c1113 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
Ducnvisci.c779 #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
Ducnvbocu.c939 const UChar *targetLimit; in _Bocu1ToUnicodeWithOffsets() local
1162 const UChar *targetLimit; in _Bocu1ToUnicode() local
Ducnvscsu.c233 const UChar *targetLimit; in _SCSUToUnicodeWithOffsets() local
587 const UChar *targetLimit; in _SCSUToUnicode() local
Ducnv2022.c405 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
Ducnvmbcs.c891 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/
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/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/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/icu4c/common/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/samples/ucnv/
Dconvsamp.cpp302 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/
DTextCodecICU.cpp254 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/
Dconvtest.cpp753 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/
Dccapitst.c445 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
Dcintltst.c517 char *newString,*targetLimit,*target; in aescstrdup() local
Dncnvtst.c1000 char *targetLimit; in convertFromU() local
1090 UChar *targetLimit; in convertToU() local
1773 UChar *target, *targetLimit; in doTestTruncated() local
Dnucnvtst.c4064 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/
Dconvperf.h30 UChar* targetLimit; variable
75 char* targetLimit; variable
/external/icu4c/i18n/
Drbt_pars.cpp1583 UChar *targetLimit = target+sourceLen; in utrans_stripRules() local
/external/icu4c/tools/genrb/
Dparse.c277 UChar *targetLimit = NULL; in parseUCARules() local