Searched refs:UTF16_SET_CHAR_LIMIT_SAFE (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | utf_old.h | 742 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) macro 992 #define UTF_SET_CHAR_LIMIT_SAFE(s, start, i, length) UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length)
|