Searched refs:pIsError (Results 1 – 8 of 8) sorted by relevance
/third_party/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() argument 216 if(pIsError!=NULL) { in utf8_appendCharSafeBody() 217 *pIsError=TRUE; in utf8_appendCharSafeBody()
|
/third_party/flutter/skia/third_party/externals/icu/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() argument 216 if(pIsError!=NULL) { in utf8_appendCharSafeBody() 217 *pIsError=TRUE; in utf8_appendCharSafeBody()
|
/third_party/node/deps/icu-small/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() argument 216 if(pIsError!=NULL) { in utf8_appendCharSafeBody() 217 *pIsError=TRUE; in utf8_appendCharSafeBody()
|
/third_party/skia/third_party/externals/icu/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() argument 216 if(pIsError!=NULL) { in utf8_appendCharSafeBody() 217 *pIsError=TRUE; in utf8_appendCharSafeBody()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 139 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf8.h | 138 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf8.h | 139 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utf8.h | 139 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
|