Home
last modified time | relevance | path

Searched refs:U16_BACK_N (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Duchriter.cpp336 U16_BACK_N(text, begin, pos, -delta); in move32()
342 U16_BACK_N(text, begin, pos, -delta); in move32()
Dunistr.cpp852 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duchriter.cpp336 U16_BACK_N(text, begin, pos, -delta); in move32()
342 U16_BACK_N(text, begin, pos, -delta); in move32()
Dunistr.cpp853 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
/third_party/icu/icu4c/source/common/
Duchriter.cpp336 U16_BACK_N(text, begin, pos, -delta); in move32()
342 U16_BACK_N(text, begin, pos, -delta); in move32()
Dunistr.cpp852 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
/third_party/skia/third_party/externals/icu/source/common/
Duchriter.cpp336 U16_BACK_N(text, begin, pos, -delta); in move32()
342 U16_BACK_N(text, begin, pos, -delta); in move32()
Dunistr.cpp852 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h683 #define U16_BACK_N(s, start, i, n) { \ macro
Dutf_old.h773 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n)
1184 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n)
/third_party/icu/icu4c/source/common/unicode/
Dutf16.h684 #define U16_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h770 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n)
1181 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n)
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h684 #define U16_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h770 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n)
1181 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n)
/third_party/node/deps/icu-small/source/common/unicode/
Dutf16.h684 #define U16_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
Dutf_old.h770 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n)
1181 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n)
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp116 U16_BACK_N(text, begin, pos, -delta); in move32()
122 U16_BACK_N(text, begin, pos, -delta); in move32()
/third_party/icu/icu4c/source/test/cintltst/
Dutf16tst.c638 U16_BACK_N(input, 0, offsafe, Nvalue[i]); in TestFwdBack()