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.h661 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \ macro
943 #define UTF_APPEND_CHAR_SAFE(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c)
1073 #define UTF_APPEND_CHAR(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c)
/external/icu/icu4c/source/test/cintltst/
Dutf16tst.c694 UTF16_APPEND_CHAR_SAFE(str, offset, (uint16_t)u_strlen(str), test[i+1]); in TestAppendChar()
Dncnvtst.c718 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF8()
789 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF32()