/external/chromium/base/third_party/icu/ |
D | icu_utf.h | 172 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); \
|
D | icu_utf.cc | 137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() function
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utf8.h | 76 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); \
|
D | urename.h | 1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utf8.h | 76 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); \
|
D | urename.h | 1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utf8.h | 76 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); \
|
D | urename.h | 1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utf8.h | 76 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); \
|
D | urename.h | 1132 #define utf8_nextCharSafeBody utf8_nextCharSafeBody_3_2 macro
|
/external/icu4c/common/unicode/ |
D | utf8.h | 118 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); \
|
D | utf_old.h | 409 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
|
D | urename.h | 1656 #define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) macro
|
/external/icu4c/common/ |
D | utf_impl.c | 112 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() function
|
D | utrie2.cpp | 107 c=utf8_nextCharSafeBody(src, &i, length, c, -1); in utrie2_internalU8NextIndex()
|
D | utext.cpp | 1418 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/ |
D | uit_len8.c | 58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
|
/external/icu4c/test/cintltst/ |
D | utf8tst.c | 41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
|