Home
last modified time | relevance | path

Searched refs:utf8_appendCharSafeBody (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dutf8.h130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
480 (i)=utf8_appendCharSafeBody(s, (i), (capacity), c, &(isError)); \
Dutf_old.h421 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
Durename.h1669 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
/external/icu/icu4c/source/common/
Dutf_impl.c185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { in utf8_appendCharSafeBody() function