Home
last modified time | relevance | path

Searched refs:U16_GET_UNSAFE (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-icu.cc206 U16_GET_UNSAFE (normalized, 0, *ab); in hb_icu_unicode_compose()
233 U16_GET_UNSAFE (decomposed, 0, *a); in hb_icu_unicode_decompose()
270 U16_GET_UNSAFE (normalized, 0, *a); in hb_icu_unicode_decompose()
287 U16_GET_UNSAFE (recomposed, 0, c); in hb_icu_unicode_decompose()
305 U16_GET_UNSAFE (recomposed, 0, *a); in hb_icu_unicode_decompose()
/external/icu/icu4c/source/common/unicode/
Dutf16.h164 #define U16_GET_UNSAFE(s, i, c) { \ macro
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c157 U16_GET_UNSAFE(input, offset, c); in TestGetChar()