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

/external/icu/icu4c/source/common/unicode/
H A 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/
H A Dutf16tst.c694 UTF16_APPEND_CHAR_SAFE(str, offset, (uint16_t)u_strlen(str), test[i+1]);
696 log_err("ERROR: UTF16_APPEND_CHAR_SAFE failed to move the offset correctly for count=%d.\nExpectedOffset=%d currentOffset=%d\n",
701 log_err("ERROR: UTF16_APPEND_CHAR_SAFE failed for count=%d. Expected:", count);
H A Dncnvtst.c718 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
789 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);

Completed in 104 milliseconds