HomeSort by relevance Sort by last modified time
    Searched refs:utf8_nextCharSafeBody (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/base/third_party/icu/
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); \
icu_utf.cc 137 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict) {
  /external/webkit/JavaScriptCore/icu/unicode/
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); \
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
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); \
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
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); \
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
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); \
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utf8.h 76 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
274 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -1); \
uintrnal.h 119 # define utf8_nextCharSafeBody utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE
utf_old.h 413 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
    [all...]
  /external/icu4c/common/unicode/
utf8.h 92 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); \
uintrnal.h 145 # define utf8_nextCharSafeBody utf8_nextCharSafeBody_INTERNAL_API_DO_NOT_USE
utf_old.h 413 (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); \
    [all...]
  /external/chromium/third_party/icu/source/common/
utf_impl.c 108 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
utrie2.c 103 c=utf8_nextCharSafeBody(src, &i, length, c, -1);
utext.cpp     [all...]
  /external/icu4c/common/
utf_impl.c 108 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
utrie2.cpp 103 c=utf8_nextCharSafeBody(src, &i, length, c, -1);
utext.cpp     [all...]
  /external/icu4c/samples/uciter8/
uit_len8.c 58 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
  /external/chromium/third_party/icu/source/test/cintltst/
utf8tst.c 41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 41 (c)=utf8_nextCharSafeBody((const uint8_t *)s, &(i), (int32_t)(length), c, -2); \
    [all...]

Completed in 763 milliseconds

1 2