Home
last modified time | relevance | path

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

/external/libchrome/base/third_party/icu/
Dicu_utf.h162 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, ::base_icu::UChar32 c, ::base_…
252 (c)=::base_icu::utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -1); \
Dicu_utf.cc72 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() function
/external/icu/icu4c/source/common/
Dustrtrns.cpp328 (c)=utf8_nextCharSafeBody((const uint8_t *)src, &(i), -1, c, -1); in u_strFromUTF8WithSub()
368 (c)=utf8_nextCharSafeBody((const uint8_t *)src, &(i), -1, c, -1); in u_strFromUTF8WithSub()
433 (c)=utf8_nextCharSafeBody((const uint8_t *)src, &(i), srcLength, c, -1); in u_strFromUTF8WithSub()
470 (c)=utf8_nextCharSafeBody((const uint8_t *)src, &(i), srcLength, c, -1); in u_strFromUTF8WithSub()
512 (c)=utf8_nextCharSafeBody((const uint8_t *)src, &(i), srcLength, c, -1); in u_strFromUTF8WithSub()
1198 utf8_nextCharSafeBody((const uint8_t *)src, &(i), srcLength, ch, -1); in u_strFromJavaModifiedUTF8WithSub()
1240 utf8_nextCharSafeBody((const uint8_t *)src, &(i), srcLength, ch, -1); in u_strFromJavaModifiedUTF8WithSub()
1291 utf8_nextCharSafeBody((const uint8_t *)src, &(i), srcLength, ch, -1); in u_strFromJavaModifiedUTF8WithSub()
Dutf_impl.cpp131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() function
Dutrie2.cpp108 c=utf8_nextCharSafeBody(src, &i, length, c, -1); in utrie2_internalU8NextIndex()
Dutext.cpp1440 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3); in utext_strFromUTF8()
1460 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -3); in utext_strFromUTF8()
/external/icu/icu4c/source/i18n/
Dutf8collationiterator.cpp74 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3); in handleNextCE32()
192 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3); in handleNextCE32()
/external/icu/libicu/cts_headers/unicode/
Dutf8.h127 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
Dutf_old.h442 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
Durename.h1801 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/external/icu/icu4c/source/common/unicode/
Dutf8.h127 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
Dutf_old.h442 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
Durename.h1801 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/external/icu/libandroidicu/include/unicode/
Dutf8.h127 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
Dutf_old.h442 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
Durename.h1801 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/external/icu/icu4c/source/samples/uciter8/
Duit_len8.c64 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
/external/icu/libicu/ndk_headers/unicode/
Dutf_old.h442 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
Durename.h1801 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c42 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \