Searched refs:utf8_prevCharSafeBody (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf8.h142 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
675 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
707 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); \
H A Dutf_old.h482 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
H A Durename.h1712 #define utf8_prevCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_prevCharSafeBody) macro
/external/icu/icu4c/source/common/unicode/
H A Dutf8.h142 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
671 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
702 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); \
H A Dutf_old.h482 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
H A Durename.h1633 #define utf8_prevCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_prevCharSafeBody) macro
/external/chromium_org/third_party/icu/source/common/
H A Dutf_impl.c230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { function
H A Dbmpset.cpp695 c=utf8_prevCharSafeBody(s, 0, &length, b, -3);
H A Dutrie2.cpp122 c=utf8_prevCharSafeBody(start, 0, &i, c, -1);
H A Dunisetspan.cpp519 c=utf8_prevCharSafeBody(s, 0, &i, c, -3);
H A Dutext.cpp1336 c=utf8_prevCharSafeBody(s8, 0, &srcIx, c, -3);
/external/icu/icu4c/source/common/
H A Dutf_impl.c230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { function
H A Dbmpset.cpp695 c=utf8_prevCharSafeBody(s, 0, &length, b, -3);
H A Dutrie2.cpp122 c=utf8_prevCharSafeBody(start, 0, &i, c, -1);
H A Dunisetspan.cpp519 c=utf8_prevCharSafeBody(s, 0, &i, c, -3);
H A Dutext.cpp1341 c=utf8_prevCharSafeBody(s8, 0, &srcIx, c, -3);
/external/chromium_org/third_party/icu/source/samples/uciter8/
H A Duit_len8.c69 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
/external/icu/icu4c/source/samples/uciter8/
H A Duit_len8.c69 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c52 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c52 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \

Completed in 762 milliseconds