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

/macosx-10.10.1/ICU-531.30/icuSources/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.h1632 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dutf8.h92 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
305 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
H A Durename.h1626 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dutf8.h92 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
305 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
H A Durename.h1626 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dutf8.h92 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
305 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
H A Durename.h1626 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dutf8collationiterator.cpp73 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3);
192 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3);
/macosx-10.10.1/ICU-531.30/icuSources/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.cpp1415 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3);
1435 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3);
/macosx-10.10.1/ICU-531.30/icuSources/samples/uciter8/
H A Duit_len8.c58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutf8tst.c41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \

Completed in 252 milliseconds