Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h494 #define U16_SET_CP_START_UNSAFE(s, i) { \ macro
/third_party/icu/icu4c/source/common/unicode/
Dutf16.h495 #define U16_SET_CP_START_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h495 #define U16_SET_CP_START_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/node/deps/icu-small/source/common/unicode/
Dutf16.h495 #define U16_SET_CP_START_UNSAFE(s, i) UPRV_BLOCK_MACRO_BEGIN { \ macro
/third_party/icu/icu4c/source/test/cintltst/
Dutf16tst.c663 U16_SET_CP_START_UNSAFE(input, setOffset); in TestSetChar()