Searched refs:UTF16_APPEND_CHAR_SAFE (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | utf_old.h | 659 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \ macro 941 #define UTF_APPEND_CHAR_SAFE(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) 1071 #define UTF_APPEND_CHAR(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c)
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 692 UTF16_APPEND_CHAR_SAFE(str, offset, (uint16_t)u_strlen(str), test[i+1]); in TestAppendChar()
|
D | ncnvtst.c | 722 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF8() 793 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF32()
|