Home
last modified time | relevance | path

Searched defs:destCapacity (Results 1 – 25 of 47) sorted by relevance

12

/external/icu/icu4c/source/common/
Ducasemap.cpp124 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, in appendResult()
197 appendUChar(uint8_t *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar()
210 appendString(uint8_t *dest, int32_t destIndex, int32_t destCapacity, in appendString()
262 uint8_t *dest, int32_t destCapacity, in _caseMap()
312 uint8_t *dest, int32_t destCapacity, in ucasemap_internalUTF8ToTitle()
475 uint8_t *dest, int32_t destCapacity, in toUpper()
606 uint8_t *dest, int32_t destCapacity, in ucasemap_internalUTF8ToLower()
621 uint8_t *dest, int32_t destCapacity, in ucasemap_internalUTF8ToUpper()
640 uint8_t *dest, int32_t destCapacity, in utf8_foldCase()
685 uint8_t *dest, int32_t destCapacity, in ucasemap_internalUTF8Fold()
[all …]
Dustrtrns.cpp41 int32_t destCapacity, in u_strFromUTF32WithSub()
141 int32_t destCapacity, in u_strFromUTF32()
155 int32_t destCapacity, in u_strToUTF32WithSub()
247 int32_t destCapacity, in u_strToUTF32()
407 int32_t destCapacity, in u_strFromUTF8WithSub()
731 int32_t destCapacity, in u_strFromUTF8()
745 int32_t destCapacity, in u_strFromUTF8Lenient()
984 int32_t destCapacity, in u_strToUTF8WithSub()
1248 int32_t destCapacity, in u_strToUTF8()
1263 int32_t destCapacity, in u_strFromJavaModifiedUTF8WithSub()
[all …]
Dunorm.cpp99 UChar *dest, int32_t destCapacity, in unorm_normalize()
118 UChar *dest, int32_t destCapacity, in _iterate()
178 UChar *dest, int32_t destCapacity, in unorm_iterate()
198 UChar *dest, int32_t destCapacity, in unorm_previous()
211 UChar *dest, int32_t destCapacity, in unorm_next()
227 UChar *dest, int32_t destCapacity, in _concatenate()
263 UChar *dest, int32_t destCapacity, in unorm_concatenate()
Dustr_titlecase_brkiter.cpp53 u_strToTitle(UChar *dest, int32_t destCapacity, in u_strToTitle()
78 UChar *dest, int32_t destCapacity, in ucasemap_toTitle()
Dlocdispnames.cpp302 UChar *dest, int32_t destCapacity, in _getStringOrCopyKey()
353 UChar *dest, int32_t destCapacity, in _getDisplayNameForComponent()
394 UChar *dest, int32_t destCapacity, in uloc_getDisplayLanguage()
403 UChar *dest, int32_t destCapacity, in uloc_getDisplayScript()
422 UChar *dest, int32_t destCapacity, in uloc_getDisplayScriptInContext()
432 UChar *dest, int32_t destCapacity, in uloc_getDisplayCountry()
446 UChar *dest, int32_t destCapacity, in uloc_getDisplayVariant()
467 UChar *dest, int32_t destCapacity, in uloc_getDisplayName()
771 int32_t destCapacity, in uloc_getDisplayKeyword()
803 int32_t destCapacity, in uloc_getDisplayKeywordValue()
Dustrcase.cpp41 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult()
92 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar()
102 appendString(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendString()
154 UChar *dest, int32_t destCapacity, in _caseMap()
195 UChar *dest, int32_t destCapacity, in ustrcase_internalToTitle()
817 UChar *dest, int32_t destCapacity, in toUpper()
940 UChar *dest, int32_t destCapacity, in ustrcase_internalToLower()
955 UChar *dest, int32_t destCapacity, in ustrcase_internalToUpper()
974 UChar *dest, int32_t destCapacity, in ustr_foldCase()
1008 UChar *dest, int32_t destCapacity, in ustrcase_internalFold()
[all …]
Dustrcase_locale.cpp87 u_strToLower(UChar *dest, int32_t destCapacity, in u_strToLower()
101 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper()
Dustr_wcs.cpp66 int32_t destCapacity, in _strToWCS()
233 int32_t destCapacity, in u_strToWCS()
284 int32_t destCapacity, in _strFromWCS()
487 int32_t destCapacity, in u_strFromWCS()
Duidna.cpp197 UChar* dest, int32_t destCapacity, in _internal_toASCII()
397 UChar* dest, int32_t destCapacity, in _internal_toUnicode()
613 UChar* dest, int32_t destCapacity, in uidna_toASCII()
642 UChar* dest, int32_t destCapacity, in uidna_toUnicode()
671 UChar* dest, int32_t destCapacity, in uidna_IDNToASCII()
764 UChar* dest, int32_t destCapacity, in uidna_IDNToUnicode()
Ducasemap_titlecase_brkiter.cpp47 char *dest, int32_t destCapacity, in ucasemap_utf8ToTitle()
Dunistr_titlecase_brkiter.cpp33 UChar *dest, int32_t destCapacity, in unistr_case_internalToTitle()
Dustring.cpp1357 static void _appendUChars(UChar *dest, int32_t destCapacity, in _appendUChars()
1370 u_unescape(const char *src, UChar *dest, int32_t destCapacity) { in u_unescape()
1430 #define __TERMINATE_STRING(dest, destCapacity, length, pErrorCode) \ argument
1453 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChars()
1459 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateChars()
1465 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChar32s()
1471 u_terminateWChars(wchar_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateWChars()
Dunistr_cnv.cpp207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract()
251 char *dest, int32_t destCapacity, in doExtract()
Dpunycode.cpp185 UChar *dest, int32_t destCapacity, in u_strToPunycode()
378 UChar *dest, int32_t destCapacity, in u_strFromPunycode()
Dutext.cpp426 UChar *dest, int32_t destCapacity, in utext_extract()
1405 int32_t destCapacity, in utext_strFromUTF8()
1468 UChar *dest, int32_t destCapacity, in utf8TextExtract()
1845 UChar *dest, int32_t destCapacity, in repTextExtract()
2127 UChar *dest, int32_t destCapacity, in unistrTextExtract()
2493 UChar *dest, int32_t destCapacity, in ucstrTextExtract()
2762 UChar *dest, int32_t destCapacity, in charIterTextExtract()
/external/icu/icu4c/source/tools/genrb/
Dprscmnts.cpp88 UChar** dest, int32_t destCapacity, in getText()
125 UChar** dest, int32_t destCapacity, in getDescription()
186 UChar** dest, int32_t destCapacity, in getAt()
228 UChar** dest, int32_t destCapacity, in getTranslate()
238 UChar** dest, int32_t destCapacity, in getNote()
/external/icu/icu4c/source/test/cintltst/
Dnfsprep.c43 char* dest, int32_t destCapacity, in nfs4_prepare()
209 char* dest, int32_t destCapacity, in nfs4_mixed_prepare()
283 char* dest, int32_t destCapacity, in nfs4_cis_prepare()
292 char* dest, int32_t destCapacity, in nfs4_cs_prepare()
/external/icu/icu4c/source/tools/toolutil/
Duparse.c190 uint32_t *dest, int32_t destCapacity, in u_parseCodePoints()
238 UChar *dest, int32_t destCapacity, in u_parseString()
366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status)… in u_parseUTF8()
/external/icu/icu4c/source/test/intltest/
Didnaref.cpp132 UChar* dest, int32_t destCapacity, in convertToPuny()
202 UChar* dest, int32_t destCapacity, in convertFromPuny()
247 UChar* dest, int32_t destCapacity, in idnaref_toASCII()
416 UChar* dest, int32_t destCapacity, in idnaref_toUnicode()
681 UChar* dest, int32_t destCapacity, in idnaref_IDNToASCII()
836 UChar* dest, int32_t destCapacity, in idnaref_IDNToUnicode()
Dnptrans.cpp142 UChar* dest, int32_t destCapacity, in map()
187 UChar* dest, int32_t destCapacity, in process()
/external/icu/icu4c/source/i18n/
Duregex.cpp669 int32_t destCapacity, in uregex_group()
1155 int32_t destCapacity, in uregex_replaceAll()
1229 int32_t destCapacity, in uregex_replaceFirst()
1343 int32_t *destCapacity, in appendReplacement()
1588 int32_t *destCapacity, in uregex_appendReplacement()
1616 int32_t *destCapacity, in appendTail()
1742 int32_t *destCapacity, in uregex_appendTail()
1806 int32_t destCapacity, in split()
1942 int32_t destCapacity, in uregex_split()
Ducol.cpp118 uint8_t *dest, int32_t destCapacity) { in ucol_mergeSortkeys()
374 int32_t destCapacity, in ucol_getReorderCodes()
398 int32_t destCapacity, in ucol_getEquivalentReorderCodes()
Dcollationkeys.h34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink()
Dudatpg.cpp222 UChar *dest, int32_t destCapacity, in udatpg_replaceFieldTypes()
234 UChar *dest, int32_t destCapacity, in udatpg_replaceFieldTypesWithOptions()
Drepattrn.cpp644 int32_t destCapacity, in split()
665 int32_t destCapacity, in split()

12