Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dutf8.h733 #define U8_BACK_1(s, start, i) { \ macro
777 U8_BACK_1(s, start, i); \
819 U8_BACK_1(s, start, i); \
Dutf_old.h490 #define UTF8_BACK_1_SAFE(s, start, i) U8_BACK_1(s, start, i)
/external/icu/icu4c/source/test/cintltst/
Dutf8tst.c601 U8_BACK_1(input, 0, offsafe); in TestFwdBack()
/external/icu/icu4c/source/common/
Dunisetspan.cpp994 U8_BACK_1(s8, 0, overlap); // Length of the string minus the last code point. in spanUTF8()