Searched refs:utf8_nextCharSafeBody (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | utf8.h | 118 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); \
|
D | utf_old.h | 409 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
|
D | urename.h | 1671 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
|
/external/icu/icu4c/source/i18n/ |
D | utf8collationiterator.cpp | 73 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/ |
D | utf_impl.c | 125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() function
|
D | utrie2.cpp | 107 c=utf8_nextCharSafeBody(src, &i, length, c, -1); in utrie2_internalU8NextIndex()
|
D | utext.cpp | 1424 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/ |
D | uit_len8.c | 58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 39 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
|