/external/chromium_org/third_party/icu/source/common/unicode/ |
utf8.h | 130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 484 (i)=utf8_appendCharSafeBody(s, (i), (capacity), c, &(isError)); \
|
utf_old.h | 421 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \ [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/common/unicode/ |
utf8.h | 130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 480 (i)=utf8_appendCharSafeBody(s, (i), (capacity), c, &(isError)); \
|
utf_old.h | 421 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); \ [all...] |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
utf_impl.c | 185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) {
|
/external/icu/icu4c/source/common/ |
utf_impl.c | 185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) {
|