Searched refs:U8_SET_CP_START (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | utf8.h | 252 U8_SET_CP_START(s, start, _u8_get_index); \ 283 U8_SET_CP_START(s, start, _u8_get_index); \ 599 #define U8_SET_CP_START(s, start, i) { \ macro
|
D | utf_old.h | 432 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i)
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 739 U8_SET_CP_START(input, 0, setOffset); in TestSetChar()
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 1189 U8_SET_CP_START(s8, 0, ix); in utf8TextAccess() 1299 U8_SET_CP_START(s8, 0, ix); in utf8TextAccess()
|