/external/icu/icu4c/source/common/ |
D | ucnv_u32.c | 52 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local 132 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local 218 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local 320 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 514 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local 600 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local 696 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local 806 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local 1051 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
|
D | ucnv_u8.c | 107 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8() local 237 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local 364 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8() local 479 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local 771 const uint8_t *source, *sourceLimit; in ucnv_UTF8FromUTF8() local
|
D | ucnvlat1.c | 138 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local 326 const uint8_t *source, *sourceLimit; in ucnv_Latin1FromUTF8() local 472 const uint8_t *source, *sourceLimit; in _ASCIIToUnicodeWithOffsets() local 609 const uint8_t *source, *sourceLimit; in ucnv_ASCIIFromUTF8() local
|
D | ucnv_u7.c | 212 const uint8_t *source, *sourceLimit; in _UTF7ToUnicodeWithOffsets() local 463 const UChar *source, *sourceLimit; in _UTF7FromUnicodeWithOffsets() local 894 const uint8_t *source, *sourceLimit; in _IMAPToUnicodeWithOffsets() local 1162 const UChar *source, *sourceLimit; in _IMAPFromUnicodeWithOffsets() local
|
D | ucnvbocu.cpp | 395 const UChar *source, *sourceLimit; in _Bocu1FromUnicodeWithOffsets() local 656 const UChar *source, *sourceLimit; in _Bocu1FromUnicode() local 959 const uint8_t *source, *sourceLimit; in _Bocu1ToUnicodeWithOffsets() local 1182 const uint8_t *source, *sourceLimit; in _Bocu1ToUnicode() local
|
D | ucnvmbcs.cpp | 1106 const UChar **source, const UChar *sourceLimit, in _extFromU() 1173 const uint8_t **source, const uint8_t *sourceLimit, in _extToU() 2035 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local 2187 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleToBMPWithOffsets() local 2467 const uint8_t *source, *sourceLimit; in ucnv_MBCSToUnicodeWithOffsets() local 2885 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleGetNextUChar() local 2969 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSGetNextUChar() local 3408 const UChar *source, *sourceLimit; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3640 const UChar *source, *sourceLimit; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3816 const UChar *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleFromBMPWithOffsets() local [all …]
|
D | ucnvscsu.c | 236 const uint8_t *source, *sourceLimit; in _SCSUToUnicodeWithOffsets() local 590 const uint8_t *source, *sourceLimit; in _SCSUToUnicode() local 1015 const UChar *source, *sourceLimit; in _SCSUFromUnicodeWithOffsets() local 1523 const UChar *source, *sourceLimit; in _SCSUFromUnicode() local
|
D | ucnv_u16.c | 493 const uint8_t *s, *sourceLimit; in _UTF16BEGetNextUChar() local 1092 const uint8_t *s, *sourceLimit; in _UTF16LEGetNextUChar() local 1329 const char *sourceLimit=pArgs->sourceLimit; in _UTF16ToUnicodeWithOffsets() local
|
D | ucnv_ct.c | 181 static int32_t findNextEsc(const char *source, const char *sourceLimit) { in findNextEsc() 225 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, co… in findStateFromEscSeq() 335 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_CompoundText_OFFSETS() local
|
D | ucnv_cb.c | 58 const UChar* sourceLimit, in ucnv_cbFromUWriteUChars()
|
D | ucnv.c | 1172 const UChar **source, const UChar *sourceLimit, in ucnv_fromUnicode() 1618 const char **source, const char *sourceLimit, in ucnv_toUnicode() 1842 const char **source, const char *sourceLimit, in ucnv_getNextUChar() 2048 const char **source, const char *sourceLimit, in ucnv_convertEx() 2413 const char *sourceLimit; in ucnv_internalConvert() local
|
D | ucnv2022.cpp | 834 const char* sourceLimit, in changeState_2022() 1072 const char* sourceLimit, in getEndOfBuffer_2022() 1677 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2366 const UChar *sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2929 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
D | ucnvisci.c | 895 const UChar *sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local 1178 const char *sourceLimit = args->sourceLimit; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF8.java | 84 int sourceLimit = source.arrayOffset() + source.limit(); in decodeLoop() local 205 int sourceLimit = source.limit(); in decodeLoop() local 371 int sourceLimit = source.arrayOffset() + source.limit(); in encodeLoop() local 547 int sourceLimit, int targetLimit, int char32) { in encodeFourBytes()
|
D | CharsetCompoundText.java | 201 int sourceLimit = source.limit(); in findNextEsc() local 248 int sourceLimit = source.limit(); in findStateFromEscSeq() local 519 int sourceLimit = source.limit();; in decodeLoop() local
|
D | CharsetEncoderICU.java | 909 int sourceLimit, char lead) { in handleSurrogates()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 301 const char *sourceLimit; in convsample_05() local 401 const char *sourceLimit; in convsample_06() local 573 const char *source, *sourceLimit; in convsample_13() local 881 const char *sourceLimit; in convsample_40() local 986 const UChar *sourceLimit; in convsample_46() local
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv_err.h | 199 …const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member 215 …const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 864 const char *source, *sourceLimit, *bytesLimit; in stepToUnicode() local 1265 const char *source, *sourceLimit, *utf8Limit; in stepFromUTF8() local 1371 const UChar *source, *sourceLimit, *unicodeLimit; in stepFromUnicode() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 1017 UChar *sourceLimit=0; in convertFromU() local 1107 uint8_t *sourceLimit=0; in convertToU() local 1207 const UChar *sourceLimit; in testConvertFromU() local 1796 const char *source, *sourceLimit; in doTestTruncated() local
|
D | nucnvtst.c | 377 const UChar *sourceLimit; in testConvertFromU() local 2775 TestSmallTargetBuffer(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv){ in TestSmallTargetBuffer() 2844 static void TestToAndFromUChars(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv){ in TestToAndFromUChars() 2891 static void TestSmallSourceBuffer(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv){ in TestSmallSourceBuffer() 4914 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS); in TestLMBCS() local 5083 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS); in TestLMBCS() local 5490 const char* sourceLimit = data+strlen(data); in TestJB5275_1() local 5543 const char* sourceLimit = data+strlen(data); in TestJB5275() local
|
D | ccapitst.c | 413 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local 3215 const UChar* sourceLimit = source + fromUnicodeTests[i].len; in TestFromUCountPending() local 3250 const UChar* sourceLimit = source + u_strlen(head); in TestFromUCountPending() local 3321 const char* sourceLimit = source + toUnicodeTests[i].len; in TestToUCountPending() local 3358 const char* sourceLimit = source + strlen(head); in TestToUCountPending() local
|
D | ncnvfbts.c | 148 const UChar *sourceLimit; in testConvertFromUnicode() local
|
/external/icu/icu4c/source/test/perf/convperf/ |
D | convperf.h | 61 const char* sourceLimit = src + srcLen; in call() local 107 const UChar* sourceLimit = src + srcLen; in call() local
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.cpp | 172 const char* sourceLimit =NULL; in ucbuf_fillucbuf() local
|