Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/
Dustrcase_locale.cpp45 u_strToLower(UChar *dest, int32_t destCapacity, in u_strToLower()
57 u_strToUpper(UChar *dest, int32_t destCapacity, in u_strToUpper()
73 UChar *dest, int32_t destCapacity, Edits *edits, in toLower()
85 UChar *dest, int32_t destCapacity, Edits *edits, in toUpper()
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()
261 int32_t destCapacity, in u_strFromUTF8WithSub()
541 int32_t destCapacity, in u_strFromUTF8()
555 int32_t destCapacity, in u_strFromUTF8Lenient()
794 int32_t destCapacity, in u_strToUTF8WithSub()
1058 int32_t destCapacity, in u_strToUTF8()
1073 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()
Dustrcase.cpp43 int32_t checkOverflowAndEditsError(int32_t destIndex, int32_t destCapacity, in checkOverflowAndEditsError()
65 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult()
138 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar()
148 appendUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendUnchanged()
206 UChar *dest, int32_t destCapacity, in _caseMap()
237 UChar *dest, int32_t destCapacity, in ustrcase_internalToTitle()
860 UChar *dest, int32_t destCapacity, in toUpper()
1009 UChar *dest, int32_t destCapacity, in ustrcase_internalToLower()
1026 UChar *dest, int32_t destCapacity, in ustrcase_internalToUpper()
1049 UChar *dest, int32_t destCapacity, in ustrcase_internalFold()
[all …]
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()
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.cpp60 char *dest, int32_t destCapacity, Edits *edits, in utf8ToTitle()
103 char *dest, int32_t destCapacity, in ucasemap_utf8ToTitle()
Dustr_titlecase_brkiter.cpp177 UChar *dest, int32_t destCapacity, Edits *edits, in toTitle()
198 u_strToTitle(UChar *dest, int32_t destCapacity, in u_strToTitle()
221 UChar *dest, int32_t destCapacity, in ucasemap_toTitle()
Ducasemap.cpp623 char *dest, int32_t destCapacity, in ucasemap_mapUTF8()
675 char *dest, int32_t destCapacity, in ucasemap_utf8ToLower()
687 char *dest, int32_t destCapacity, in ucasemap_utf8ToUpper()
699 char *dest, int32_t destCapacity, in ucasemap_utf8FoldCase()
744 char *dest, int32_t destCapacity, Edits *edits, in utf8ToLower()
756 char *dest, int32_t destCapacity, Edits *edits, in utf8ToUpper()
768 char *dest, int32_t destCapacity, Edits *edits, in utf8Fold()
Dustring.cpp1358 static void _appendUChars(UChar *dest, int32_t destCapacity, in _appendUChars()
1371 u_unescape(const char *src, UChar *dest, int32_t destCapacity) { in u_unescape()
1431 #define __TERMINATE_STRING(dest, destCapacity, length, pErrorCode) \ argument
1454 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChars()
1460 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateChars()
1466 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChar32s()
1472 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()
1417 int32_t destCapacity, in utext_strFromUTF8()
1480 UChar *dest, int32_t destCapacity, in utf8TextExtract()
1858 UChar *dest, int32_t destCapacity, in repTextExtract()
2140 UChar *dest, int32_t destCapacity, in unistrTextExtract()
2506 UChar *dest, int32_t destCapacity, in ucstrTextExtract()
2775 UChar *dest, int32_t destCapacity, in charIterTextExtract()
Dubidiwrt.cpp356 int32_t length, destCapacity; in ubidi_writeReordered() local
/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.cpp190 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