Home
last modified time | relevance | path

Searched refs:U8_BACK_1_UNSAFE (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dutf8.h775 #define U8_BACK_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
813 U8_BACK_1_UNSAFE(s, i); \
854 U8_BACK_1_UNSAFE(s, i); \
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h775 #define U8_BACK_1_UNSAFE(s, i) { \ macro
813 U8_BACK_1_UNSAFE(s, i); \
854 U8_BACK_1_UNSAFE(s, i); \
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h775 #define U8_BACK_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
813 U8_BACK_1_UNSAFE(s, i); \
854 U8_BACK_1_UNSAFE(s, i); \
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h775 #define U8_BACK_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
813 U8_BACK_1_UNSAFE(s, i); \
854 U8_BACK_1_UNSAFE(s, i); \
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c814 U8_BACK_1_UNSAFE(input, offset); in TestFwdBackUnsafe()