Searched refs:utf8_appendCharSafeBody (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utf_impl.cpp | 191 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { in utf8_appendCharSafeBody() function
|
/external/icu/libicu/cts_headers/unicode/ |
D | utf8.h | 139 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|
D | utf_old.h | 454 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
|
D | urename.h | 1798 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | utf8.h | 139 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|
D | utf_old.h | 454 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
|
D | urename.h | 1798 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | utf8.h | 139 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|
D | utf_old.h | 454 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
|
D | urename.h | 1798 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | utf_old.h | 454 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
|
D | urename.h | 1798 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
|