Home
last modified time | relevance | path

Searched defs:dest (Results 551 - 575 of 1558) sorted by relevance

1...<<21222324252627282930>>...63

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNorm2AllModes.java32 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() argument
41 public Appendable normalize(CharSequence src, Appendable dest) { in normalize() argument
99 public StringBuilder normalize(CharSequence src, StringBuilder dest) { in normalize() argument
108 normalize(CharSequence src, Appendable dest) normalize() argument
[all...]
H A DUTS46.java43 public StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info) { in labelToASCII() argument
48 public StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info) { in labelToUnicode() argument
53 public StringBuilder nameToASCII(CharSequence name, StringBuilder dest, Info info) { in nameToASCII() argument
65 nameToUnicode(CharSequence name, StringBuilder dest, Info info) nameToUnicode() argument
82 isASCIIString(CharSequence dest) isASCIIString() argument
115 process(CharSequence src, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) process() argument
204 processUnicode(CharSequence src, int labelStart, int mappingStart, boolean isLabel, boolean toASCII, StringBuilder dest, Info info) processUnicode() argument
266 mapDevChars(StringBuilder dest, int labelStart, int mappingStart) mapDevChars() argument
319 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, CharSequence label, int labelLength) replaceLabel() argument
331 processLabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) processLabel() argument
494 markBadACELabel(StringBuilder dest, int labelStart, int labelLength, boolean toASCII, Info info) markBadACELabel() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneNames.java423 getDisplayNames(String tzID, NameType[] types, long date, String[] dest, int destOffset) getDisplayNames() argument
H A DRBBITableBuilder.java378 void addRuleRootNodes(List<RBBINode> dest, RBBINode node) { in addRuleRootNodes() argument
H A DRBBINode.java261 void findNodes(List<RBBINode> dest, int kind) { in findNodes() argument
/third_party/icu/icu4c/source/i18n/
H A Dformatted_string_builder.cpp18 inline void uprv_memcpy2(void* dest, const void* src, size_t len) { in uprv_memcpy2() argument
26 inline void uprv_memmove2(void* dest, const void* src, size_t len) { in uprv_memmove2() argument
H A Dudatpg.cpp273 udatpg_replaceFieldTypes(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypes() argument
284 udatpg_replaceFieldTypesWithOptions(UDateTimePatternGenerator *dtpg, const UChar *pattern, int32_t patternLength, const UChar *skeleton, int32_t skeletonLength, UDateTimePatternMatchOptions options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) udatpg_replaceFieldTypesWithOptions() argument
H A Dnumber_capi.cpp204 unumf_resultToDecimalNumber( const UFormattedNumber* uresult, char* dest, int32_t destCapacity, UErrorCode* ec) unumf_resultToDecimalNumber() argument
H A Drepattrn.cpp653 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) const split() argument
674 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) const split() argument
H A Dcollationkeys.h34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() argument
/third_party/icu/icu4c/source/common/
H A Dumapfile.cpp355 static char *strcpy_returnEnd(char *dest, const char *src) in strcpy_returnEnd() argument
H A Dustrtrns.cpp40 u_strFromUTF32WithSub(UChar *dest, in u_strFromUTF32WithSub() argument
140 u_strFromUTF32(UChar *dest, in u_strFromUTF32() argument
154 u_strToUTF32WithSub(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strToUTF32WithSub() argument
246 u_strToUTF32(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) u_strToUTF32() argument
260 u_strFromUTF8WithSub(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strFromUTF8WithSub() argument
540 u_strFromUTF8(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromUTF8() argument
554 u_strFromUTF8Lenient(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char *src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromUTF8Lenient() argument
793 u_strToUTF8WithSub(char *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *pSrc, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strToUTF8WithSub() argument
1057 u_strToUTF8(char *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *pSrc, int32_t srcLength, UErrorCode *pErrorCode) u_strToUTF8() argument
1071 u_strFromJavaModifiedUTF8WithSub( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) u_strFromJavaModifiedUTF8WithSub() argument
1313 u_strToJavaModifiedUTF8( char *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) u_strToJavaModifiedUTF8() argument
[all...]
H A Dustrcase.cpp63 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendResult() argument
136 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar() argument
146 appendNonEmptyUnchanged(UChar *dest, int32_t destIndex, int32_t destCapacity, in appendNonEmptyUnchanged() argument
164 appendUnchanged(UChar *dest, int32_ argument
208 toLower(int32_t caseLocale, uint32_t options, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
306 toUpper(int32_t caseLocale, uint32_t options, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcLength, icu::Edits *edits, UErrorCode &errorCode) toUpper() argument
416 maybeTitleDutchIJ(const UChar *src, UChar32 c, int32_t start, int32_t segmentLimit, UChar *dest, int32_t &destIndex, int32_t destCapacity, uint32_t options, icu::Edits *edits) maybeTitleDutchIJ() argument
[all...]
H A Dustr_wcs.cpp65 _strToWCS(wchar_t *dest, in _strToWCS() argument
232 u_strToWCS(wchar_t *dest, in u_strToWCS() argument
283 _strFromWCS( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) _strFromWCS() argument
486 u_strFromWCS(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromWCS() argument
[all...]
H A Dustr_titlecase_brkiter.cpp190 u_strToTitle(UChar *dest, int32_t destCapacity, in u_strToTitle() argument
166 toTitle( const char *locale, uint32_t options, BreakIterator *iter, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toTitle() argument
212 ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_toTitle() argument
/third_party/libsnd/src/
H A Dmpeg_l3_encode.c636 normalize_float (float *dest, const float *src, sf_count_t count, float norm_fact) in normalize_float() argument
686 normalize_double (double *dest, const double *src, sf_count_t count, double norm_fact) in normalize_double() argument
H A Dsfendian.h292 endswap_short_copy (short *dest, const short *src, int len) in endswap_short_copy() argument
309 endswap_int_copy (int *dest, const int *src, int len) in endswap_int_copy() argument
329 endswap_int64_t_copy (int64_t *dest, const int64_t *src, int len) in endswap_int64_t_copy() argument
350 endswap_float_copy (float *dest, const float *src, int len) in endswap_float_copy() argument
355 endswap_double_copy (double *dest, const double *src, int len) in endswap_double_copy() argument
[all...]
/third_party/libwebsockets/lib/core-net/client/
H A Dsort-dns.c572 char dest[48], gw[48]; lws_sort_dns_dump() local
[all...]
/third_party/libwebsockets/lib/plat/optee/
H A Dlws-plat-optee.c35 strcpy(char *dest, const char *src) in strcpy() argument
47 char *strncpy(char *dest, const char *src, size_t limit) in strncpy() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp247 Byte *dest = buf + pos; in GenerateLz() local
/third_party/lzma/CPP/Common/
H A DUTFConvert.cpp339 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim, unsigned flags) throw() in Utf8_To_Utf16() argument
542 Utf16_To_Utf8(char *dest, const wchar_t *src, const wchar_t *srcLim, unsigned flags) Utf16_To_Utf8() argument
660 Convert_UTF8_Buf_To_Unicode(const char *src, size_t srcSize, UString &dest, unsigned flags) Convert_UTF8_Buf_To_Unicode() argument
670 ConvertUTF8ToUnicode_Flags(const AString &src, UString &dest, unsigned flags) ConvertUTF8ToUnicode_Flags() argument
695 ConvertUTF8ToUnicode(const AString &src, UString &dest) ConvertUTF8ToUnicode() argument
702 ConvertUnicodeToUTF8_Flags(const UString &src, AString &dest, unsigned flags) ConvertUnicodeToUTF8_Flags() argument
743 ConvertUnicodeToUTF8(const UString &src, AString &dest) ConvertUnicodeToUTF8() argument
748 Convert_Unicode_To_UTF8_Buf(const UString &src, CByteBuffer &dest) Convert_Unicode_To_UTF8_Buf() argument
[all...]
H A DMyWindows.cpp117 HRESULT VariantCopy(VARIANTARG *dest, const VARIANTARG *src) in VariantCopy() argument
/third_party/mbedtls/library/
H A Ddhm.c113 mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, mbedtls_dhm_parameter param, mbedtls_mpi *dest) mbedtls_dhm_get_value() argument
/third_party/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp72 Byte *dest = buf; in CalcKey() local
84 Byte *dest = buf + bufSize - 8; in CalcKey() local
/third_party/lame/frontend/
H A Dconsole.c61 get_termcap_string(char const* id, char* dest, size_t n) in get_termcap_string() argument
74 get_termcap_number(char const* id, int* dest, int low, int high) in get_termcap_number() argument

Completed in 22 milliseconds

1...<<21222324252627282930>>...63