Searched refs:pIsError (Results 1 – 6 of 6) sorted by relevance
/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() argument 230 if(pIsError!=NULL) { in utf8_appendCharSafeBody() 231 *pIsError=TRUE; in utf8_appendCharSafeBody()
|
/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);
|
/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);
|
/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);
|
/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);
|
/external/icu4c/common/unicode/ |
D | utf8.h | 130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|