Searched refs:utf8_appendCharSafeBody (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utf8.h | 83 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 316 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, &(isError)); \
|
D | urename.h | 1129 #define utf8_appendCharSafeBody utf8_appendCharSafeBody_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utf8.h | 83 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 316 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, &(isError)); \
|
D | urename.h | 1129 #define utf8_appendCharSafeBody utf8_appendCharSafeBody_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utf8.h | 83 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 316 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, &(isError)); \
|
D | urename.h | 1129 #define utf8_appendCharSafeBody utf8_appendCharSafeBody_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utf8.h | 83 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 316 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, &(isError)); \
|
D | urename.h | 1129 #define utf8_appendCharSafeBody utf8_appendCharSafeBody_3_2 macro
|
/external/icu4c/common/unicode/ |
D | utf8.h | 130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 395 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
|
D | utf_old.h | 421 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
|
D | urename.h | 1653 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
|
/external/icu4c/common/ |
D | utf_impl.c | 205 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { in utf8_appendCharSafeBody() function
|