Home
last modified time | relevance | path

Searched refs:utf8_prevCharSafeBody (Results 1 – 25 of 40) sorted by relevance

12

/third_party/icu/icu4c/source/common/unicode/
Dutf8.h151 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
729 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
760 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); \
Dutf_old.h515 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h150 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
729 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
760 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); \
Dutf_old.h518 (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); \
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h151 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
729 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
760 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); \
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h151 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
729 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); \
760 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); \
/third_party/icu/icu4c/source/common/
Dutf_impl.cpp236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() function
Dbmpset.cpp711 c=utf8_prevCharSafeBody(s, 0, &length, b, -3); in spanBackUTF8()
Dutrie2.cpp123 c=utf8_prevCharSafeBody(start, 0, &i, c, -1); in utrie2_internalU8PrevIndex()
Ducptrie.cpp208 c = utf8_prevCharSafeBody(start, 0, &i, c, -1); in ucptrie_internalU8PrevIndex()
/third_party/node/deps/icu-small/source/common/
Dutf_impl.cpp236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() function
Dbmpset.cpp711 c=utf8_prevCharSafeBody(s, 0, &length, b, -3); in spanBackUTF8()
Dutrie2.cpp123 c=utf8_prevCharSafeBody(start, 0, &i, c, -1); in utrie2_internalU8PrevIndex()
Ducptrie.cpp208 c = utf8_prevCharSafeBody(start, 0, &i, c, -1); in ucptrie_internalU8PrevIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() function
Dbmpset.cpp711 c=utf8_prevCharSafeBody(s, 0, &length, b, -3); in spanBackUTF8()
Dutrie2.cpp123 c=utf8_prevCharSafeBody(start, 0, &i, c, -1); in utrie2_internalU8PrevIndex()
Ducptrie.cpp208 c = utf8_prevCharSafeBody(start, 0, &i, c, -1); in ucptrie_internalU8PrevIndex()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutf_impl.cpp236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() function
Dbmpset.cpp711 c=utf8_prevCharSafeBody(s, 0, &length, b, -3); in spanBackUTF8()
Dutrie2.cpp123 c=utf8_prevCharSafeBody(start, 0, &i, c, -1); in utrie2_internalU8PrevIndex()
Ducptrie.cpp208 c = utf8_prevCharSafeBody(start, 0, &i, c, -1); in ucptrie_internalU8PrevIndex()
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
Duit_len8.c75 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
/third_party/icu/icu4c/source/samples/uciter8/
Duit_len8.c75 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
/third_party/flutter/skia/third_party/externals/icu/source/samples/uciter8/
Duit_len8.c75 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \

12