Home
last modified time | relevance | path

Searched defs:targetCapacity (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/common/
Ducnvlat1.cpp40 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
Ducnv_u7.cpp222 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
Ducnv_u16.cpp59 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
Ducnvmbcs.cpp2190 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
Ducnvbocu.cpp397 int32_t targetCapacity; in _Bocu1FromUnicodeWithOffsets() local
658 int32_t targetCapacity; in _Bocu1FromUnicode() local
Ducnv.cpp2398 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()
Ducnvscsu.cpp1017 int32_t targetCapacity; in _SCSUFromUnicodeWithOffsets() local
1525 int32_t targetCapacity; in _SCSUFromUnicode() local
Ducnv_u8.cpp657 int32_t targetCapacity; in ucnv_UTF8FromUTF8() local
Dunistr.cpp898 int32_t targetCapacity, in extract()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp394 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/
DCharsetUTF7.java501 int length, targetCapacity, sourceIndex; in encodeLoop() local
DCharsetBOCU1.java240 int targetCapacity; field in CharsetBOCU1.CharsetEncoderBOCU
DCharsetSCSU.java636 private int targetCapacity; field in CharsetSCSU.CharsetEncoderSCSU
DCharsetMBCS.java2365 int targetCapacity, length; in cnvMBCSSingleToBMPWithOffsets() local
3992 int targetCapacity, length; in cnvMBCSSingleFromBMPWithOffsets() local
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c414 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local
/external/icu/libandroidicu/static_shim/
Dshim.cpp925 … 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()