/external/chromium_org/base/third_party/icu/ |
icu_utf.h | 173 UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict); 197 (c)=base_icu::utf8_nextCharSafeBody((const uint8 *)s, &(i), (int32)(length), c, -1); \
|
icu_utf.cc | 137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) {
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utf8.h | 118 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict); 366 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -1); \ 418 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -3); \
|
utf_old.h | 409 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \ [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/common/unicode/ |
utf8.h | 118 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict); 364 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -1); \ 415 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (length), c, -3); \
|
utf_old.h | 409 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \ [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/i18n/ |
utf8collationiterator.cpp | 73 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3); 192 c = utf8_nextCharSafeBody(u8, &pos, length, c, -3);
|
/external/chromium_org/third_party/icu/source/common/ |
utf_impl.c | 125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
|
utrie2.cpp | 107 c=utf8_nextCharSafeBody(src, &i, length, c, -1);
|
utext.cpp | [all...] |
/external/icu/icu4c/source/common/ |
utf_impl.c | 125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
|
utrie2.cpp | 107 c=utf8_nextCharSafeBody(src, &i, length, c, -1);
|
utext.cpp | [all...] |
/external/chromium_org/third_party/icu/source/samples/uciter8/ |
uit_len8.c | 58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
|
/external/icu/icu4c/source/samples/uciter8/ |
uit_len8.c | 58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utf8tst.c | 41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \ [all...] |
/external/icu/icu4c/source/test/cintltst/ |
utf8tst.c | 41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \ [all...] |