Searched refs:U16_GET_UNSAFE (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 206 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/ |
D | utf16.h | 164 #define U16_GET_UNSAFE(s, i, c) { \ macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 157 U16_GET_UNSAFE(input, offset, c); in TestGetChar()
|