Home
last modified time | relevance | path

Searched refs:U8_BACK_1 (Results 1 – 6 of 6) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Dutf8.h791 #define U8_BACK_1(s, start, i) { \ macro
835 U8_BACK_1(s, start, i); \
877 U8_BACK_1(s, start, i); \
Dutf_old.h526 #define UTF8_BACK_1_SAFE(s, start, i) U8_BACK_1(s, start, i)
/external/icu/icu4c/source/common/unicode/
Dutf8.h791 #define U8_BACK_1(s, start, i) { \ macro
835 U8_BACK_1(s, start, i); \
877 U8_BACK_1(s, start, i); \
Dutf_old.h526 #define UTF8_BACK_1_SAFE(s, start, i) U8_BACK_1(s, start, i)
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c718 U8_BACK_1(input, 0, offsafe); in TestFwdBack()
/external/icu/icu4c/source/common/
Dunisetspan.cpp996 U8_BACK_1(s8, 0, overlap); // Length of the string minus the last code point. in spanUTF8()