Home
last modified time | relevance | path

Searched refs:U8_GET (Results 1 – 22 of 22) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/icu/unicode/
H A Dutf8.h190 #define U8_GET(s, start, i, length, c) { \ macro
/dports/textproc/R-cran-stringi/stringi/src/icu55/unicode/
H A Dutf8.h250 #define U8_GET(s, start, i, length, c) { \ macro
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/unicode/
H A Dutf8.h252 #define U8_GET(s, start, i, length, c) { \ macro
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/unicode/
H A Dutf8.h259 #define U8_GET(s, start, i, length, c) { \ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/unicode/
H A Dutf8.h250 #define U8_GET(s, start, i, length, c) { \ macro
/dports/devel/icu/icu/source/common/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/devel/icu-lx/icu/source/common/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/unicode/
H A Dutf8.h259 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/unicode/
H A Dutf8.h259 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/unicode/
H A Dutf8.h259 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/unicode/
H A Dutf8.h259 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/www/firefox/firefox-99.0/intl/icu/source/common/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/unicode/
H A Dutf8.h260 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/unicode/
H A Dutf8.h259 #define U8_GET(s, start, i, length, c) UPRV_BLOCK_MACRO_BEGIN { \ macro
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/unicode/
H A Dutf8.h259 #define U8_GET(s, start, i, length, c) { \ macro
/dports/devel/icu/icu/source/test/cintltst/
H A Dutf8tst.c271 U8_GET(input, 0, offset, sizeof(input), c); in TestGetChar()
526 U8_GET(input, 0, j, -1, c2); in TestNulTerminated()
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dutf8tst.c271 U8_GET(input, 0, offset, sizeof(input), c); in TestGetChar()
526 U8_GET(input, 0, j, -1, c2); in TestNulTerminated()
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_wrap.cpp333 U8_GET((const uint8_t*)str_cur_s, 0, match-1, str_cur_n, c); in stri_wrap()