/third_party/node/deps/icu-small/source/common/ |
D | uchriter.cpp | 336 U16_BACK_N(text, begin, pos, -delta); in move32() 342 U16_BACK_N(text, begin, pos, -delta); in move32()
|
D | unistr.cpp | 852 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uchriter.cpp | 336 U16_BACK_N(text, begin, pos, -delta); in move32() 342 U16_BACK_N(text, begin, pos, -delta); in move32()
|
D | unistr.cpp | 853 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
|
/third_party/icu/icu4c/source/common/ |
D | uchriter.cpp | 336 U16_BACK_N(text, begin, pos, -delta); in move32() 342 U16_BACK_N(text, begin, pos, -delta); in move32()
|
D | unistr.cpp | 852 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uchriter.cpp | 336 U16_BACK_N(text, begin, pos, -delta); in move32() 342 U16_BACK_N(text, begin, pos, -delta); in move32()
|
D | unistr.cpp | 852 U16_BACK_N(array, 0, index, -delta); in moveIndex32()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf16.h | 683 #define U16_BACK_N(s, start, i, n) { \ macro
|
D | utf_old.h | 773 #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/ |
D | utf16.h | 684 #define U16_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 770 #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/ |
D | utf16.h | 684 #define U16_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 770 #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/ |
D | utf16.h | 684 #define U16_BACK_N(s, start, i, n) UPRV_BLOCK_MACRO_BEGIN { \ macro
|
D | utf_old.h | 770 #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/ |
D | citrtest.cpp | 116 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/ |
D | utf16tst.c | 638 U16_BACK_N(input, 0, offsafe, Nvalue[i]); in TestFwdBack()
|