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