/external/icu4c/common/ |
D | ucnv_u32.c | 49 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE() local 129 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() local 215 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE() local 317 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 511 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE() local 597 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() local 693 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE() local 803 const UChar *sourceLimit = args->sourceLimit; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local 1048 const char *sourceLimit=pArgs->sourceLimit; in _UTF32ToUnicodeWithOffsets() local
|
D | ucnv_u8.c | 93 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8() local 223 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC() local 350 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8() local 465 const UChar *sourceLimit = args->sourceLimit; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local 753 const uint8_t *source, *sourceLimit; in ucnv_UTF8FromUTF8() local
|
D | ucnvlat1.c | 135 const UChar *source, *sourceLimit; in _Latin1FromUnicodeWithOffsets() local 323 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 | 208 const uint8_t *source, *sourceLimit; in _UTF7ToUnicodeWithOffsets() local 459 const UChar *source, *sourceLimit; in _UTF7FromUnicodeWithOffsets() local 889 const uint8_t *source, *sourceLimit; in _IMAPToUnicodeWithOffsets() local 1157 const UChar *source, *sourceLimit; in _IMAPFromUnicodeWithOffsets() local
|
D | ucnvbocu.c | 388 const UChar *source, *sourceLimit; in _Bocu1FromUnicodeWithOffsets() local 642 const UChar *source, *sourceLimit; in _Bocu1FromUnicode() local 937 const uint8_t *source, *sourceLimit; in _Bocu1ToUnicodeWithOffsets() local 1160 const uint8_t *source, *sourceLimit; in _Bocu1ToUnicode() local
|
D | ucnvmbcs.c | 961 const UChar **source, const UChar *sourceLimit, in _extFromU() 1028 const uint8_t **source, const uint8_t *sourceLimit, in _extToU() 1887 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleToUnicodeWithOffsets() local 2039 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleToBMPWithOffsets() local 2319 const uint8_t *source, *sourceLimit; in ucnv_MBCSToUnicodeWithOffsets() local 2737 const uint8_t *source, *sourceLimit; in ucnv_MBCSSingleGetNextUChar() local 2821 const uint8_t *source, *sourceLimit, *lastSource; in ucnv_MBCSGetNextUChar() local 3260 const UChar *source, *sourceLimit; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3492 const UChar *source, *sourceLimit; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3668 const UChar *source, *sourceLimit, *lastSource; in ucnv_MBCSSingleFromBMPWithOffsets() local [all …]
|
D | ucnvscsu.c | 233 const uint8_t *source, *sourceLimit; in _SCSUToUnicodeWithOffsets() local 587 const uint8_t *source, *sourceLimit; in _SCSUToUnicode() local 1012 const UChar *source, *sourceLimit; in _SCSUFromUnicodeWithOffsets() local 1505 const UChar *source, *sourceLimit; in _SCSUFromUnicode() local
|
D | ucnv_ct.c | 180 static int32_t findNextEsc(const char *source, const char *sourceLimit) { in findNextEsc() 224 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, co… in findStateFromEscSeq() 334 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_CompoundText_OFFSETS() local
|
D | ucnv_u16.c | 491 const uint8_t *s, *sourceLimit; in _UTF16BEGetNextUChar() local 1090 const uint8_t *s, *sourceLimit; in _UTF16LEGetNextUChar() local 1327 const char *sourceLimit=pArgs->sourceLimit; in _UTF16ToUnicodeWithOffsets() local
|
D | ucnv_cb.c | 56 const UChar* sourceLimit, in ucnv_cbFromUWriteUChars()
|
D | ucnv.c | 1170 const UChar **source, const UChar *sourceLimit, in ucnv_fromUnicode() 1616 const char **source, const char *sourceLimit, in ucnv_toUnicode() 1840 const char **source, const char *sourceLimit, in ucnv_getNextUChar() 2046 const char **source, const char *sourceLimit, in ucnv_convertEx() 2411 const char *sourceLimit; in ucnv_internalConvert() local
|
D | ucnv2022.c | 797 const char* sourceLimit, in changeState_2022() 1032 const char* sourceLimit, in getEndOfBuffer_2022() 1637 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_JP_OFFSETS_LOGIC() local 2326 const UChar *sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_KR_OFFSETS_LOGIC() local 2889 const UChar* sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
|
D | ucnvisci.c | 890 const UChar *sourceLimit = args->sourceLimit; in UConverter_fromUnicode_ISCII_OFFSETS_LOGIC() local 1173 const char *sourceLimit = args->sourceLimit; in UConverter_toUnicode_ISCII_OFFSETS_LOGIC() local
|
/external/icu4c/samples/ucnv/ |
D | convsamp.cpp | 299 const char *sourceLimit; in convsample_05() local 399 const char *sourceLimit; in convsample_06() local 571 const char *source, *sourceLimit; in convsample_13() local 880 const char *sourceLimit; in convsample_40() local 985 const UChar *sourceLimit; in convsample_46() local
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | ucnv_err.h | 190 …const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member 206 …const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | ucnv_err.h | 190 …const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member 206 …const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | ucnv_err.h | 190 …const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member 206 …const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member
|
/external/icu4c/common/unicode/ |
D | ucnv_err.h | 197 …const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member 213 …const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 … member
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecICU.cpp | 251 …ToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t*… in decodeToBuffer() 314 const char* sourceLimit = source + length; in decode() local 434 const UChar* sourceLimit = source + copy.length(); in encode() local
|
/external/icu4c/test/cintltst/ |
D | ncnvtst.c | 1020 UChar *sourceLimit=0; in convertFromU() local 1110 uint8_t *sourceLimit=0; in convertToU() local 1210 const UChar *sourceLimit; in testConvertFromU() local 1800 const char *source, *sourceLimit; in doTestTruncated() local
|
D | nucnvtst.c | 388 const UChar *sourceLimit; in testConvertFromU() local 2787 TestSmallTargetBuffer(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv){ in TestSmallTargetBuffer() 2856 static void TestToAndFromUChars(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv){ in TestToAndFromUChars() 2903 static void TestSmallSourceBuffer(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv){ in TestSmallSourceBuffer() 4926 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS); in TestLMBCS() local 5095 const char * sourceLimit = (const char *)pszLMBCS + sizeof(pszLMBCS); in TestLMBCS() local 5493 const char* sourceLimit = data+strlen(data); in TestJB5275_1() local 5546 const char* sourceLimit = data+strlen(data); in TestJB5275() local
|
D | ccapitst.c | 457 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local 3250 const UChar* sourceLimit = source + fromUnicodeTests[i].len; in TestFromUCountPending() local 3285 const UChar* sourceLimit = source + u_strlen(head); in TestFromUCountPending() local 3356 const char* sourceLimit = source + toUnicodeTests[i].len; in TestToUCountPending() local 3393 const char* sourceLimit = source + strlen(head); in TestToUCountPending() local
|
/external/icu4c/test/intltest/ |
D | convtest.cpp | 788 const char *source, *sourceLimit, *bytesLimit; in stepToUnicode() local 1189 const char *source, *sourceLimit, *utf8Limit; in stepFromUTF8() local 1295 const UChar *source, *sourceLimit, *unicodeLimit; in stepFromUnicode() local
|
/external/icu4c/test/perf/convperf/ |
D | convperf.h | 57 const char* sourceLimit = src + srcLen; in call() local 103 const UChar* sourceLimit = src + srcLen; in call() local
|
/external/icu4c/tools/toolutil/ |
D | ucbuf.c | 169 const char* sourceLimit =NULL; in ucbuf_fillucbuf() local
|