Home
last modified time | relevance | path

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

/external/chromium/base/third_party/icu/
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); \
Dicu_utf.cc137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() function
/external/webkit/Source/WebKit/mac/icu/unicode/
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); \
Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
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); \
Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
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); \
Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
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); \
Durename.h1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
/external/icu4c/common/unicode/
Dutf8.h118 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
328 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
Dutf_old.h409 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
Durename.h1656 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
/external/icu4c/common/
Dutf_impl.c112 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.cpp1418 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1); in utext_strFromUTF8()
1441 ch=utf8_nextCharSafeBody(pSrc, &index, srcLength, ch, -1); in utext_strFromUTF8()
/external/icu4c/samples/uciter8/
Duit_len8.c58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
/external/icu4c/test/cintltst/
Dutf8tst.c41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \