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

1 2

  /external/webkit/JavaScriptCore/icu/unicode/
utf8.h 90 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); \
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
utf8.h 90 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); \
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
utf8.h 90 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); \
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
utf8.h 90 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); \
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
utf8.h 90 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
529 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
uintrnal.h 120 # define utf8_prevCharSafeBody utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE
utf_old.h 486 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
    [all...]
  /external/icu4c/common/unicode/
utf8.h 116 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); \
uintrnal.h 146 # define utf8_prevCharSafeBody utf8_prevCharSafeBody_INTERNAL_API_DO_NOT_USE
utf_old.h 486 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
    [all...]
  /external/chromium/third_party/icu/source/common/
utf_impl.c 245 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
bmpset.cpp 686 c=utf8_prevCharSafeBody(s, 0, &length, b, -1);
utrie2.c 118 c=utf8_prevCharSafeBody(start, 0, &i, c, -1);
unisetspan.cpp 517 c=utf8_prevCharSafeBody(s, 0, &i, c, -1);
    [all...]
  /external/icu4c/common/
utf_impl.c 245 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
bmpset.cpp 686 c=utf8_prevCharSafeBody(s, 0, &length, b, -1);
utrie2.cpp 118 c=utf8_prevCharSafeBody(start, 0, &i, c, -1);
unisetspan.cpp 517 c=utf8_prevCharSafeBody(s, 0, &i, c, -1);
    [all...]
  /external/icu4c/samples/uciter8/
uit_len8.c 69 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
  /external/chromium/third_party/icu/source/test/cintltst/
utf8tst.c 52 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 52 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
    [all...]

Completed in 4459 milliseconds

1 2