Searched refs:U8_SET_CP_START (Results 1 – 6 of 6) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | utf8.h | 261 U8_SET_CP_START(s, start, _u8_get_index); \ 292 U8_SET_CP_START(s, start, _u8_get_index); \ 606 #define U8_SET_CP_START(s, start, i) { \ macro
|
D | utf_old.h | 468 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i)
|
/external/icu/icu4c/source/common/unicode/ |
D | utf8.h | 261 U8_SET_CP_START(s, start, _u8_get_index); \ 292 U8_SET_CP_START(s, start, _u8_get_index); \ 606 #define U8_SET_CP_START(s, start, i) { \ macro
|
D | utf_old.h | 468 #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 | 880 U8_SET_CP_START(input, 0, setOffset); in TestSetChar()
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 1194 U8_SET_CP_START(s8, 0, ix); in utf8TextAccess() 1308 U8_SET_CP_START(s8, 0, ix); in utf8TextAccess()
|