Searched refs:utf8_appendCharSafeBody (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Dutf8.h104 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
372 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
H A Durename.h1623 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dutf8.h104 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
372 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
H A Durename.h1623 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Dutf8.h104 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
372 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
H A Durename.h1623 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dutf8.h130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
484 (i)=utf8_appendCharSafeBody(s, (i), (capacity), c, &(isError)); \
H A Dutf_old.h421 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \
H A Durename.h1660 #define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) macro
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dicuuc40shim.cpp318 return utf8_appendCharSafeBody(s, i, length, c, pIsError);
H A Dutf_impl.c185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { function

Completed in 172 milliseconds