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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf8.h613 #define U8_BACK_N_UNSAFE(s, i, n) { \ macro
632 * @see U8_BACK_N_UNSAFE
/external/icu4c/common/unicode/
H A Dutf8.h758 #define U8_BACK_N_UNSAFE(s, i, n) { \ macro
777 * @see U8_BACK_N_UNSAFE
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c538 U8_BACK_N_UNSAFE(input, offunsafe, Nvalue[i]);
540 log_err("ERROR: U8_BACK_N_UNSAFE offset=%d expected:%d, Got:%d\n", i, back_N_unsafe[i], offunsafe);
/external/icu4c/test/cintltst/
H A Dutf8tst.c715 U8_BACK_N_UNSAFE(input, offset, i);
717 log_err("ERROR: U8_BACK_N_UNSAFE offset expected:%d, Got:%d\n", boundaries[j], offset);

Completed in 33 milliseconds