| /third_party/icu/icu4c/source/common/ |
| H A D | normlzr.cpp | 139 UnicodeString *dest; in normalize() local 224 UnicodeString *dest; in concatenate() local [all...] |
| H A D | punycode.cpp | 182 u_strToPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, const UBool *caseFlags, UErrorCode *pErrorCode) u_strToPunycode() argument 374 u_strFromPunycode(const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, UBool *caseFlags, UErrorCode *pErrorCode) u_strFromPunycode() argument [all...] |
| H A D | umapfile.cpp | 355 static char *strcpy_returnEnd(char *dest, const char *src) in strcpy_returnEnd() argument
|
| H A D | ustrtrns.cpp | 40 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 D | ustrcase.cpp | 63 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 D | ustr_wcs.cpp | 65 _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 D | ustr_titlecase_brkiter.cpp | 190 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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | ReplaceableTest.java | 186 public void copy(int start, int limit, int dest) { in copy() argument
|
| /third_party/icu/tools/colprobe/ |
| H A D | line.cpp | 173 Line::copyArray(Line *dest, const Line *src, int32_t size) { in copyArray() argument
|
| /third_party/icu/tools/unicode/c/genuts46/ |
| H A D | genuts46.cpp | 64 UChar *dest; in toIDNA2003() local
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | ReplaceableTest.java | 183 public void copy(int start, int limit, int dest) { in copy() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | Norm2AllModes.java | 32 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 D | UTS46.java | 43 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 D | TimeZoneNames.java | 423 getDisplayNames(String tzID, NameType[] types, long date, String[] dest, int destOffset) getDisplayNames() argument
|
| H A D | RBBITableBuilder.java | 378 void addRuleRootNodes(List<RBBINode> dest, RBBINode node) { in addRuleRootNodes() argument
|
| H A D | RBBINode.java | 261 void findNodes(List<RBBINode> dest, int kind) { in findNodes() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formatted_string_builder.cpp | 18 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 D | udatpg.cpp | 273 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 D | number_capi.cpp | 204 unumf_resultToDecimalNumber( const UFormattedNumber* uresult, char* dest, int32_t destCapacity, UErrorCode* ec) unumf_resultToDecimalNumber() argument
|
| H A D | repattrn.cpp | 653 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 D | collationkeys.h | 34 SortKeyByteSink(char *dest, int32_t destCapacity) in SortKeyByteSink() argument
|
| /third_party/libsnd/src/ |
| H A D | mpeg_l3_encode.c | 636 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 D | sfendian.h | 292 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 D | sort-dns.c | 572 char dest[48], gw[48]; lws_sort_dns_dump() local [all...] |
| /third_party/libwebsockets/lib/plat/optee/ |
| H A D | lws-plat-optee.c | 35 strcpy(char *dest, const char *src) in strcpy() argument 47 char *strncpy(char *dest, const char *src, size_t limit) in strncpy() argument
|