Searched refs:utf8_back1SafeBody (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | utf8.h | 128 utf8_back1SafeBody(const uint8_t *s, int32_t start, int32_t i); 489 (i)=utf8_back1SafeBody(s, start, (int32_t)(i)); \ 596 (i)=utf8_back1SafeBody(s, start, (int32_t)(i)); \
|
D | uintrnal.h | 133 # define utf8_back1SafeBody utf8_back1SafeBody_INTERNAL_API_DO_NOT_USE macro
|
D | urename.h | 1624 #define utf8_back1SafeBody U_ICU_ENTRY_POINT_RENAME(utf8_back1SafeBody) macro
|
/external/icu4c/common/unicode/ |
D | utf8.h | 154 utf8_back1SafeBody(const uint8_t *s, int32_t start, int32_t i); 605 (i)=utf8_back1SafeBody(s, start, (i)); \ 741 (i)=utf8_back1SafeBody(s, start, (i)); \
|
D | urename.h | 1661 #define utf8_back1SafeBody U_ICU_ENTRY_POINT_RENAME(utf8_back1SafeBody) macro
|
/external/icu4c/common/ |
D | utf_impl.c | 298 utf8_back1SafeBody(const uint8_t *s, int32_t start, int32_t i) { in utf8_back1SafeBody() function
|
/external/chromium_org/third_party/icu/source/common/ |
D | utf_impl.c | 336 utf8_back1SafeBody(const uint8_t *s, int32_t start, int32_t i) { in utf8_back1SafeBody() function
|