Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/icu/
Dicu_utf.h172 UChar32 utf8_nextCharSafeBody(const uint8_t* s,
201 (c) = base_icu::utf8_nextCharSafeBody((const uint8_t*)s, &(i), \
Dicu_utf.cc132 UChar32 utf8_nextCharSafeBody(const uint8_t* s, in utf8_nextCharSafeBody() function
/external/libweave/third_party/chromium/base/third_party/icu/
Dicu_utf.h173 UChar32 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool stric…
197 … (c)=base_icu::utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
Dicu_utf.cc137 utf8_nextCharSafeBody(const uint8_t *s, in utf8_nextCharSafeBody() function
/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.h1672 #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); \