Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h624 #define U16_BACK_1_UNSAFE(s, i) { \ macro
664 U16_BACK_1_UNSAFE(s, i); \
/third_party/icu/icu4c/source/common/unicode/
Dutf16.h625 #define U16_BACK_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
665 U16_BACK_1_UNSAFE(s, i); \
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h625 #define U16_BACK_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
665 U16_BACK_1_UNSAFE(s, i); \
/third_party/node/deps/icu-small/source/common/unicode/
Dutf16.h625 #define U16_BACK_1_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
665 U16_BACK_1_UNSAFE(s, i); \
/third_party/icu/icu4c/source/test/cintltst/
Dutf16tst.c549 U16_BACK_1_UNSAFE(input, offunsafe); in TestFwdBack()