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

/external/chromium_org/third_party/icu/source/common/unicode/
H A 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/common/unicode/
H A 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/chromium_org/third_party/icu/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.c704 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
774 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
/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.c722 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);
792 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh);

Completed in 121 milliseconds