Searched refs:utf8_nextCharSafeBody (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dutf8.h118 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
364 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -1); \
415 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -3); \
H A Dutf_old.h409 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
H A Durename.h1671 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/external/icu/icu4c/source/i18n/
H A Dutf8collationiterator.cpp73 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3);
192 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3);
/external/icu/icu4c/source/common/
H A Dutf_impl.c125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { function
H A Dutrie2.cpp107 c=utf8_nextCharSafeBody(src, &i, length, c, -1);
H A Dutext.cpp1424 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3);
1444 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3);
/external/icu/icu4c/source/samples/uciter8/
H A Duit_len8.c58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c39 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \

Completed in 159 milliseconds