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.cc207 U16_GET_UNSAFE (normalized, 0, *ab); in hb_icu_unicode_compose()
234 U16_GET_UNSAFE (decomposed, 0, *a); in hb_icu_unicode_decompose()
271 U16_GET_UNSAFE (normalized, 0, *a); in hb_icu_unicode_decompose()
288 U16_GET_UNSAFE (recomposed, 0, c); in hb_icu_unicode_decompose()
306 U16_GET_UNSAFE (recomposed, 0, *a); in hb_icu_unicode_decompose()
/external/icu/icu4c/source/common/unicode/
Dutf16.h166 #define U16_GET_UNSAFE(s, i, c) { \ macro
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c159 U16_GET_UNSAFE(input, offset, c); in TestGetChar()