/external/icu/icu4c/source/common/ |
D | ucnvlat1.cpp | 40 int32_t targetCapacity, length; in _Latin1ToUnicodeWithOffsets() local 142 int32_t targetCapacity, length; in _Latin1FromUnicodeWithOffsets() local 330 int32_t targetCapacity; in ucnv_Latin1FromUTF8() local 486 int32_t targetCapacity, length; in _ASCIIToUnicodeWithOffsets() local 623 int32_t targetCapacity, length; in ucnv_ASCIIFromUTF8() local
|
D | ucnv_u7.cpp | 222 int32_t length, targetCapacity; in _UTF7ToUnicodeWithOffsets() local 469 int32_t length, targetCapacity, sourceIndex; in _UTF7FromUnicodeWithOffsets() local 906 int32_t length, targetCapacity; in _IMAPToUnicodeWithOffsets() local 1170 int32_t length, targetCapacity, sourceIndex; in _IMAPFromUnicodeWithOffsets() local
|
D | ucnv_u16.cpp | 59 uint32_t targetCapacity, length, sourceIndex; in _UTF16BEFromUnicodeWithOffsets() local 263 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16BEToUnicodeWithOffsets() local 660 uint32_t targetCapacity, length, sourceIndex; in _UTF16LEFromUnicodeWithOffsets() local 864 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16LEToUnicodeWithOffsets() local
|
D | ucnvmbcs.cpp | 2190 int32_t targetCapacity, length; in ucnv_MBCSSingleToBMPWithOffsets() local 3411 int32_t targetCapacity; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3643 int32_t targetCapacity; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3819 int32_t targetCapacity, length; in ucnv_MBCSSingleFromBMPWithOffsets() local 4076 int32_t targetCapacity; in ucnv_MBCSFromUnicodeWithOffsets() local 5026 int32_t targetCapacity; in ucnv_SBCSFromUTF8() local 5328 int32_t targetCapacity; in ucnv_DBCSFromUTF8() local
|
D | ucnvbocu.cpp | 397 int32_t targetCapacity; in _Bocu1FromUnicodeWithOffsets() local 658 int32_t targetCapacity; in _Bocu1FromUnicode() local
|
D | ucnv.cpp | 2398 char *target, int32_t targetCapacity, in ucnv_internalConvert() 2471 char *target, int32_t targetCapacity, in ucnv_convert() 2522 char *target, int32_t targetCapacity, in ucnv_convertAlgorithmic() 2578 char *target, int32_t targetCapacity, in ucnv_toAlgorithmic() 2590 char *target, int32_t targetCapacity, in ucnv_fromAlgorithmic()
|
D | ucnvscsu.cpp | 1017 int32_t targetCapacity; in _SCSUFromUnicodeWithOffsets() local 1525 int32_t targetCapacity; in _SCSUFromUnicode() local
|
D | ucnv_u8.cpp | 657 int32_t targetCapacity; in ucnv_UTF8FromUTF8() local
|
D | unistr.cpp | 898 int32_t targetCapacity, in extract()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 394 paramEmpty(const USystemParams * /* param */, char *target, int32_t targetCapacity, UErrorCode *sta… in paramEmpty() 400 paramStatic(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) { in paramStatic() 412 static int32_t stringToStringBuffer(char *target, int32_t targetCapacity, const char *str, UErrorCo… in stringToStringBuffer() 430 static int32_t integerToStringBuffer(char *target, int32_t targetCapacity, int32_t n, int32_t radix… in integerToStringBuffer() 438 paramInteger(const USystemParams *param, char *target, int32_t targetCapacity, UErrorCode *status) { in paramInteger() 456 paramCldrVersion(const USystemParams * /* param */, char *target, int32_t targetCapacity, UErrorCod… in paramCldrVersion() 473 paramTimezoneDefault(const USystemParams * /* param */, char *target, int32_t targetCapacity, UErro… in paramTimezoneDefault() 490 paramLocaleDefaultBcp47(const USystemParams * /* param */, char *target, int32_t targetCapacity, UE… in paramLocaleDefaultBcp47()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF7.java | 501 int length, targetCapacity, sourceIndex; in encodeLoop() local
|
D | CharsetBOCU1.java | 240 int targetCapacity; field in CharsetBOCU1.CharsetEncoderBOCU
|
D | CharsetSCSU.java | 636 private int targetCapacity; field in CharsetSCSU.CharsetEncoderSCSU
|
D | CharsetMBCS.java | 2365 int targetCapacity, length; in cnvMBCSSingleToBMPWithOffsets() local 3992 int targetCapacity, length; in cnvMBCSSingleFromBMPWithOffsets() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 414 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 925 … toConverterName, const char * fromConverterName, char * target, int32_t targetCapacity, const cha… in ucnv_convert_android() 949 …UConverter * cnv, UConverterType algorithmicType, char * target, int32_t targetCapacity, const cha… in ucnv_fromAlgorithmic_android() 1081 …UConverterType algorithmicType, UConverter * cnv, char * target, int32_t targetCapacity, const cha… in ucnv_toAlgorithmic_android()
|