Home
last modified time | relevance | path

Searched refs:U16_PREV_UNSAFE (Results 1 – 7 of 7) sorted by relevance

/external/icu/libicu/ndk_headers/unicode/
Dutf16.h543 #define U16_PREV_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/external/icu/icu4c/source/common/unicode/
Dutf16.h543 #define U16_PREV_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/external/icu/libicu/cts_headers/unicode/
Dutf16.h543 #define U16_PREV_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/external/harfbuzz_ng/src/
Dhb-icu.cc294 U16_PREV_UNSAFE (normalized, len, *b); /* Changes len in-place. */ in hb_icu_unicode_decompose()
/external/icu/libandroidicu/include/unicode/
Dutf16.h543 #define U16_PREV_UNSAFE(s, i, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/external/icu/icu4c/source/common/
Duts46.cpp1020 U16_PREV_UNSAFE(label, labelLength, c); in checkLabelBiDi()
1165 U16_PREV_UNSAFE(label, j, c); in isLabelOkContextJ()
1176 U16_PREV_UNSAFE(label, j, c); in isLabelOkContextJ()
1208 U16_PREV_UNSAFE(label, j, c); in isLabelOkContextJ()
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c343 U16_PREV_UNSAFE(input, setOffset, c); in TestNextPrevChar()