Home
last modified time | relevance | path

Searched defs:dest (Results 651 - 675 of 1474) sorted by relevance

1...<<21222324252627282930>>...59

/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2.cpp329 unorm2_normalize(const UNormalizer2 *norm2, const UChar *src, int32_t length, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) unorm2_normalize() argument
H A Dnormlzr.cpp139 UnicodeString *dest; in normalize() local
224 UnicodeString *dest; in concatenate() local
[all...]
H A Dpunycode.cpp182 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 Dumapfile.cpp355 static char *strcpy_returnEnd(char *dest, const char *src) in strcpy_returnEnd() argument
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
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 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...]
/third_party/toybox/lib/
H A Dnet.c146 void xsendto(int sockfd, void *buf, size_t len, struct sockaddr *dest) in xsendto() argument
/third_party/toybox/toys/pending/
H A Dcrontab.c232 static void update_crontab(char *src, char *dest) in update_crontab() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-virtual-source.c450 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument
H A Dmodule-virtual-sink.c431 static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_moving_cb() argument
/third_party/skia/experimental/graphite/src/
H A DUniformManager.cpp222 WriteUniform(SLType type, CType ctype, void *dest, int n, const void *src) WriteUniform() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp285 Dest dest; in bitwiseCast() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wired.c37 u8 dest[6]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c243 size_t os_strlcpy(char *dest, const char *src, size_t siz) in os_strlcpy() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wired.c37 u8 dest[6]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_win32.c243 size_t os_strlcpy(char *dest, const char *src, size_t siz) in os_strlcpy() argument
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp82 D3DKMT_Adapter& D3DKMT_Adapter::add_path(fs::path src, std::vector<std::wstring>& dest) { argument
/third_party/zlib/contrib/puff/
H A Dpuff.c793 int puff(unsigned char *dest, /* pointer to destination pointer */ in puff() argument
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c251 int src, dest = 1; in pidlist_uniq() local
/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp69 ParseDescriptor( UsbDdkDescriptorType descriptorType, uint8_t *dest, uint32_t destLen, const uint8_t *source, int32_t sourceLen) ParseDescriptor() argument
/drivers/hdf_core/framework/include/platform/
H A Di3c_if.h98 uint16_t dest; member
/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf_impl_raw.c193 uint8_t *dest = NULL; in SbufRawImplWrite() local
/drivers/peripheral/camera/test/ut/buffer_manager/
H A Dbuffer_manager_utest.cpp180 char* dest = reinterpret_cast<char*>(buffer->GetVirAddress()); in HWTEST_F() local
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
H A Dbuffer_manager_utest.cpp180 char* dest = reinterpret_cast<char*>(buffer->GetVirAddress()); in HWTEST_F() local

Completed in 20 milliseconds

1...<<21222324252627282930>>...59