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

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf8.h90 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
504 (c)=utf8_prevCharSafeBody(s, start, &(i), c, -1); \
H A Durename.h1133 #define utf8_prevCharSafeBody utf8_prevCharSafeBody_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf8.h90 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
504 (c)=utf8_prevCharSafeBody(s, start, &(i), c, -1); \
H A Durename.h1133 #define utf8_prevCharSafeBody utf8_prevCharSafeBody_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf8.h90 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
504 (c)=utf8_prevCharSafeBody(s, start, &(i), c, -1); \
H A Durename.h1133 #define utf8_prevCharSafeBody utf8_prevCharSafeBody_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf8.h90 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
504 (c)=utf8_prevCharSafeBody(s, start, &(i), c, -1); \
H A Durename.h1133 #define utf8_prevCharSafeBody utf8_prevCharSafeBody_3_2 macro
/external/icu4c/common/unicode/
H A Dutf8.h116 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
560 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
H A Duintrnal.h129 # define utf8_prevCharSafeBody utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE macro
H A Dutf_old.h486 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
H A Durename.h1641 #define utf8_prevCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_prevCharSafeBody) macro
/external/icu4c/common/
H A Dutf_impl.c245 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { function
H A Dbmpset.cpp686 c=utf8_prevCharSafeBody(s, 0, &length, b, -1);
H A Dutrie2.cpp118 c=utf8_prevCharSafeBody(start, 0, &i, c, -1);
H A Dunisetspan.cpp517 c=utf8_prevCharSafeBody(s, 0, &i, c, -1);
H A Dutext.cpp1687 c=utf8_prevCharSafeBody(s8, 0, &srcIx, c, -1);
/external/icu4c/samples/uciter8/
H A Duit_len8.c69 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
/external/icu4c/test/cintltst/
H A Dutf8tst.c52 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \

Completed in 330 milliseconds