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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h681 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) macro
962 #define UTF_SET_CHAR_START_SAFE(s, start, i) UTF16_SET_CHAR_START_SAFE(s, start, i)
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h681 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) macro
962 #define UTF_SET_CHAR_START_SAFE(s, start, i) UTF16_SET_CHAR_START_SAFE(s, start, i)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf16tst.c580 UTF16_SET_CHAR_START_SAFE(input, 0, setOffset);
582 log_err("ERROR: UTF16_SET_CHAR_START_SAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_safe[i], setOffset);
/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c580 UTF16_SET_CHAR_START_SAFE(input, 0, setOffset);
582 log_err("ERROR: UTF16_SET_CHAR_START_SAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, start_safe[i], setOffset);

Completed in 121 milliseconds