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

  /external/icu/icu4c/source/common/unicode/
utf8.h 142 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
671 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
702 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); \
utf_old.h 482 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/
utf_impl.c 230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
bmpset.cpp 695 c=utf8_prevCharSafeBody(s, 0, &length, b, -3);
utrie2.cpp 122 c=utf8_prevCharSafeBody(start, 0, &i, c, -1);
unisetspan.cpp 519 c=utf8_prevCharSafeBody(s, 0, &i, c, -3);
    [all...]
utext.cpp     [all...]
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.c 69 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 50 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
    [all...]

Completed in 75 milliseconds