Searched defs:targetCapacity (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/common/ |
D | ucnvlat1.c | 35 int32_t targetCapacity, length; in _Latin1ToUnicodeWithOffsets() local 137 int32_t targetCapacity, length; in _Latin1FromUnicodeWithOffsets() local 325 int32_t targetCapacity; in ucnv_Latin1FromUTF8() local 474 int32_t targetCapacity, length; in _ASCIIToUnicodeWithOffsets() local 611 int32_t targetCapacity, length; in ucnv_ASCIIFromUTF8() local
|
D | ucnv_u7.c | 216 int32_t length, targetCapacity; in _UTF7ToUnicodeWithOffsets() local 451 int32_t length, targetCapacity, sourceIndex; in _UTF7FromUnicodeWithOffsets() local 873 int32_t length, targetCapacity; in _IMAPToUnicodeWithOffsets() local 1137 int32_t length, targetCapacity, sourceIndex; in _IMAPFromUnicodeWithOffsets() local
|
D | ucnv_u16.c | 55 uint32_t targetCapacity, length, sourceIndex; in _UTF16BEFromUnicodeWithOffsets() local 259 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16BEToUnicodeWithOffsets() local 654 uint32_t targetCapacity, length, sourceIndex; in _UTF16LEFromUnicodeWithOffsets() local 858 uint32_t targetCapacity, length, count, sourceIndex; in _UTF16LEToUnicodeWithOffsets() local
|
D | ucnvbocu.c | 390 int32_t targetCapacity; in _Bocu1FromUnicodeWithOffsets() local 644 int32_t targetCapacity; in _Bocu1FromUnicode() local
|
D | ucnvmbcs.c | 2040 int32_t targetCapacity, length; in ucnv_MBCSSingleToBMPWithOffsets() local 3261 int32_t targetCapacity; in ucnv_MBCSDoubleFromUnicodeWithOffsets() local 3493 int32_t targetCapacity; in ucnv_MBCSSingleFromUnicodeWithOffsets() local 3669 int32_t targetCapacity, length; in ucnv_MBCSSingleFromBMPWithOffsets() local 3926 int32_t targetCapacity; in ucnv_MBCSFromUnicodeWithOffsets() local 4865 int32_t targetCapacity; in ucnv_SBCSFromUTF8() local 5168 int32_t targetCapacity; in ucnv_DBCSFromUTF8() local
|
D | ucnv.c | 2404 char *target, int32_t targetCapacity, in ucnv_internalConvert() 2477 char *target, int32_t targetCapacity, in ucnv_convert() 2528 char *target, int32_t targetCapacity, in ucnv_convertAlgorithmic() 2584 char *target, int32_t targetCapacity, in ucnv_toAlgorithmic() 2596 char *target, int32_t targetCapacity, in ucnv_fromAlgorithmic()
|
D | ucnvscsu.c | 1014 int32_t targetCapacity; in _SCSUFromUnicodeWithOffsets() local 1507 int32_t targetCapacity; in _SCSUFromUnicode() local
|
D | ucnv_u8.c | 755 int32_t targetCapacity; in ucnv_UTF8FromUTF8() local
|
D | unistr.cpp | 765 int32_t targetCapacity, in extract()
|
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 457 int32_t targetLimit=0, sourceLimit=0, i=0, targetCapacity=0; in TestConvert() local
|