Home
last modified time | relevance | path

Searched refs:UTF8_SET_CHAR_START_UNSAFE (Results 1 – 3 of 3) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dutf_old.h370 UTF8_SET_CHAR_START_UNSAFE(s, _utf8_get_char_unsafe_index); \
436 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ macro
/external/icu/icu4c/source/common/unicode/
Dutf_old.h370 UTF8_SET_CHAR_START_UNSAFE(s, _utf8_get_char_unsafe_index); \
436 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ macro
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c916 UTF8_SET_CHAR_START_UNSAFE(input, setOffset); in TestSetCharUnsafe()