Home
last modified time | relevance | path

Searched refs:pIsError (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dutf_impl.c187 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { in utf8_appendCharSafeBody() argument
212 if(pIsError!=NULL) { in utf8_appendCharSafeBody()
213 *pIsError=TRUE; in utf8_appendCharSafeBody()
/external/icu/icu4c/source/common/unicode/
Dutf8.h132 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);