Home
last modified time | relevance | path

Searched refs:U8_BACK_N (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dutf8.h832 #define U8_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h526 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n)
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h832 #define U8_BACK_N(s, start, i, n) { \ macro
Dutf_old.h529 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n)
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf8.h832 #define U8_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h526 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n)
/third_party/node/deps/icu-small/source/common/unicode/
Dutf8.h832 #define U8_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h526 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n)
/third_party/skia/third_party/externals/icu/source/i18n/
Dutf8collationiterator.cpp125 U8_BACK_N(u8, 0, pos, num); in backwardNumCodePoints()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dutf8collationiterator.cpp125 U8_BACK_N(u8, 0, pos, num); in backwardNumCodePoints()
/third_party/icu/icu4c/source/i18n/
Dutf8collationiterator.cpp125 U8_BACK_N(u8, 0, pos, num); in backwardNumCodePoints()
/third_party/node/deps/icu-small/source/i18n/
Dutf8collationiterator.cpp125 U8_BACK_N(u8, 0, pos, num); in backwardNumCodePoints()
/third_party/icu/icu4c/source/test/cintltst/
Dutf8tst.c753 U8_BACK_N(input, 0, offsafe, Nvalue[i]); in TestFwdBack()