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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h332 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ macro
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h332 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c203 UTF8_GET_CHAR_UNSAFE(input, offset, c);
205 log_err("ERROR: UTF8_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c203 UTF8_GET_CHAR_UNSAFE(input, offset, c);
205 log_err("ERROR: UTF8_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);

Completed in 41 milliseconds