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

/external/chromium/base/third_party/icu/
H A Dicu_utf.h172 UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict);
196 (c)=base_icu::utf8_nextCharSafeBody((const uint8 *)s, &(i), (int32)(length), c, -1); \
H A Dicu_utf.cc137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) { function in namespace:base_icu
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf8.h76 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
256 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
H A Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf8.h76 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
256 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
H A Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf8.h76 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
256 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
H A Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf8.h76 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
256 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
H A Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/icu4c/common/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 Duintrnal.h135 # define utf8_nextCharSafeBody utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE macro
H A Dutf_old.h413 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
H A Durename.h1626 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/external/icu4c/common/
H A Dutf_impl.c108 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { function
H A Dutrie2.cpp103 c=utf8_nextCharSafeBody(src, &i, length, c, -1);
H A Dutext.cpp1764 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);
1787 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1);
/external/icu4c/samples/uciter8/
H A Duit_len8.c58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
/external/icu4c/test/cintltst/
H A Dutf8tst.c41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \

Completed in 312 milliseconds