Home
last modified time | relevance | path

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

123

/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()
57 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult()
130 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar()
140 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged()
158 appendUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendUnchanged()
203 UChar *dest, int32_t destCapacity, in toLower()
301 UChar *dest, int32_t destCapacity, in toUpper()
401 UChar *dest, int32_t destCapacity, in ustrcase_internalToTitle()
1023 UChar *dest, int32_t destCapacity, in toUpper()
1172 UChar *dest, int32_t destCapacity, in ustrcase_internalToLower()
[all …]
Dlocdispnames.cpp305 UChar *dest, int32_t destCapacity, in _getStringOrCopyKey()
353 UChar *dest, int32_t destCapacity, in _getDisplayNameForComponent()
399 UChar *dest, int32_t destCapacity, in uloc_getDisplayLanguage()
408 UChar *dest, int32_t destCapacity, in uloc_getDisplayScript()
433 UChar *dest, int32_t destCapacity, in uloc_getDisplayScriptInContext()
443 UChar *dest, int32_t destCapacity, in uloc_getDisplayCountry()
457 UChar *dest, int32_t destCapacity, in uloc_getDisplayVariant()
478 UChar *dest, int32_t destCapacity, in uloc_getDisplayName()
780 int32_t destCapacity, in uloc_getDisplayKeyword()
812 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.cpp195 UChar* dest, int32_t destCapacity, in _internal_toASCII()
395 UChar* dest, int32_t destCapacity, in _internal_toUnicode()
612 UChar* dest, int32_t destCapacity, in uidna_toASCII()
641 UChar* dest, int32_t destCapacity, in uidna_toUnicode()
670 UChar* dest, int32_t destCapacity, in uidna_IDNToASCII()
763 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.cpp169 UChar *dest, int32_t destCapacity, Edits *edits, in toTitle()
190 u_strToTitle(UChar *dest, int32_t destCapacity, in u_strToTitle()
213 UChar *dest, int32_t destCapacity, in ucasemap_toTitle()
Ducasemap.cpp799 char *dest, int32_t destCapacity, in ucasemap_mapUTF8()
851 char *dest, int32_t destCapacity, in ucasemap_utf8ToLower()
863 char *dest, int32_t destCapacity, in ucasemap_utf8ToUpper()
875 char *dest, int32_t destCapacity, in ucasemap_utf8FoldCase()
920 char *dest, int32_t destCapacity, Edits *edits, in utf8ToLower()
932 char *dest, int32_t destCapacity, Edits *edits, in utf8ToUpper()
944 char *dest, int32_t destCapacity, Edits *edits, in utf8Fold()
Dustring.cpp1366 static void _appendUChars(UChar *dest, int32_t destCapacity, in _appendUChars()
1379 u_unescape(const char *src, UChar *dest, int32_t destCapacity) { in u_unescape()
1439 #define __TERMINATE_STRING(dest, destCapacity, length, pErrorCode) UPRV_BLOCK_MACRO_BEGIN { \ argument
1471 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChars()
1477 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateChars()
1483 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) { in u_terminateUChar32s()
1489 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.cpp183 UChar *dest, int32_t destCapacity, in u_strToPunycode()
375 UChar *dest, int32_t destCapacity, in u_strFromPunycode()
Dutext.cpp428 UChar *dest, int32_t destCapacity, in utext_extract()
1419 int32_t destCapacity, in utext_strFromUTF8()
1482 UChar *dest, int32_t destCapacity, in utf8TextExtract()
1860 UChar *dest, int32_t destCapacity, in repTextExtract()
2142 UChar *dest, int32_t destCapacity, in unistrTextExtract()
2508 UChar *dest, int32_t destCapacity, in ucstrTextExtract()
2777 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.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()
213 UChar* dest, int32_t destCapacity, in convertFromPuny()
258 UChar* dest, int32_t destCapacity, in idnaref_toASCII()
427 UChar* dest, int32_t destCapacity, in idnaref_toUnicode()
692 UChar* dest, int32_t destCapacity, in idnaref_IDNToASCII()
847 UChar* dest, int32_t destCapacity, in idnaref_IDNToUnicode()
Dnptrans.cpp139 UChar* dest, int32_t destCapacity, in map()
184 UChar* dest, int32_t destCapacity, in process()
/external/icu/icu4c/source/i18n/
Dnumrange_capi.cpp156 int32_t destCapacity, in unumrf_resultGetFirstDecimalNumber()
172 int32_t destCapacity, in unumrf_resultGetSecondDecimalNumber()
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()
1591 int32_t *destCapacity, in uregex_appendReplacement()
1619 int32_t *destCapacity, in appendTail()
1745 int32_t *destCapacity, in uregex_appendTail()
1809 int32_t destCapacity, in split()
1945 int32_t destCapacity, in uregex_split()
Ducol.cpp119 uint8_t *dest, int32_t destCapacity) { in ucol_mergeSortkeys()
375 int32_t destCapacity, in ucol_getReorderCodes()
399 int32_t destCapacity, in ucol_getEquivalentReorderCodes()
Dcollationkeys.h34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink()
/external/icu/libicu/src/
Dshim.cpp500 int32_t u_strFoldCase(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLength, uin… in u_strFoldCase()
503 UChar * u_strFromUTF32(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UChar32 * s… in u_strFromUTF32()
506 UChar * u_strFromUTF32WithSub(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UCha… in u_strFromUTF32WithSub()
509 UChar * u_strFromUTF8(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char * src, … in u_strFromUTF8()
512 UChar * u_strFromUTF8Lenient(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char … in u_strFromUTF8Lenient()
515 UChar * u_strFromUTF8WithSub(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char … in u_strFromUTF8WithSub()
521 int32_t u_strToLower(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLength, cons… in u_strToLower()
524 int32_t u_strToTitle(UChar * dest, int32_t destCapacity, const UChar * src, int32_t srcLength, UBre… in u_strToTitle()
527 UChar32 * u_strToUTF32(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * s… in u_strToUTF32()
530 UChar32 * u_strToUTF32WithSub(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UC… in u_strToUTF32WithSub()
[all …]
/external/icu/libicu/cts_headers/
Dcollationkeys.h34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink()

123