Home
last modified time | relevance | path

Searched refs:UTF16_APPEND_CHAR_SAFE (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dutf_old.h659 #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/
Dutf16tst.c692 UTF16_APPEND_CHAR_SAFE(str, offset, (uint16_t)u_strlen(str), test[i+1]); in TestAppendChar()
Dncnvtst.c722 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF8()
793 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF32()