Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutf_impl.cpp191 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { in utf8_appendCharSafeBody() function
/external/icu/icu4c/source/common/unicode/
Dutf8.h138 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
Dutf_old.h457 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
Durename.h1737 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
/external/icu/libandroidicu/include/unicode/
Dutf8.h138 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
Dutf_old.h457 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
Durename.h1737 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp2902 return utf8_appendCharSafeBody(s, i, length, c, pIsError); in utf8_appendCharSafeBody_android()