Home
last modified time | relevance | path

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

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