Searched refs:UTF16_PREV_CHAR_UNSAFE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h684 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ macro
966 #define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c)
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h684 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ macro
966 #define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf16tst.c278 UTF16_PREV_CHAR_UNSAFE(input, setOffset, c);
280 log_err("ERROR: UTF16_PREV_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
284 log_err("ERROR: UTF16_PREV_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+3], c);
/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c278 UTF16_PREV_CHAR_UNSAFE(input, setOffset, c);
280 log_err("ERROR: UTF16_PREV_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
284 log_err("ERROR: UTF16_PREV_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+3], c);

Completed in 127 milliseconds