Home
last modified time | relevance | path

Searched refs:uprv_eastrncpy (Results 1 – 8 of 8) sorted by relevance

/external/icu/libicu/cts_headers/
Duinvchar.h215 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n);
/external/icu/icu4c/source/common/
Duinvchar.h215 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n);
Duinvchar.cpp604 uprv_eastrncpy(uint8_t *dst, const uint8_t *src, int32_t n) in uprv_eastrncpy() function
/external/icu/libicu/cts_headers/unicode/
Durename.h1405 #define uprv_eastrncpy U_ICU_ENTRY_POINT_RENAME(uprv_eastrncpy) macro
/external/icu/icu4c/source/common/unicode/
Durename.h1405 #define uprv_eastrncpy U_ICU_ENTRY_POINT_RENAME(uprv_eastrncpy) macro
/external/icu/libandroidicu/include/unicode/
Durename.h1405 #define uprv_eastrncpy U_ICU_ENTRY_POINT_RENAME(uprv_eastrncpy) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h1405 #define uprv_eastrncpy U_ICU_ENTRY_POINT_RENAME(uprv_eastrncpy) macro
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp149 uprv_eastrncpy((unsigned char*)ebuf, (const unsigned char*)buf, bufLen); in utextToPrintable()