Searched refs:U8_SET_CP_LIMIT (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | utf8.h | 875 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
D | utf_old.h | 532 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
|
/external/icu/libandroidicu/include/unicode/ |
D | utf8.h | 875 #define U8_SET_CP_LIMIT(s, start, i, length) { \ macro
|
D | utf_old.h | 532 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length)
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf8tst.c | 537 U8_SET_CP_LIMIT(input, 0, k, -1); in TestNulTerminated() 893 U8_SET_CP_LIMIT(input,0, setOffset, sizeof(input)); in TestSetChar()
|