Home
last modified time | relevance | path

Searched refs:UCPTRIE_8 (Results 1 – 24 of 24) sorted by relevance

/dports/devel/icu/icu/source/test/cintltst/
H A Ducptrietest.c212 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start); in testTrieGetters()
253 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, start); in testTrieGetters()
261 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters()
317 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
318 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
328 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
329 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
447 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value); in testTrieUTF16()
475 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_8, s, p, c, value); in testTrieUTF16()
611 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_8, p, limit, value); in testTrieUTF8()
[all …]
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Ducptrietest.c212 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start); in testTrieGetters()
253 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, start); in testTrieGetters()
261 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters()
317 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
318 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
328 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
329 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
447 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value); in testTrieUTF16()
475 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_8, s, p, c, value); in testTrieUTF16()
611 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_8, p, limit, value); in testTrieUTF8()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Demojiprops.cpp158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
/dports/devel/icu/icu/source/common/
H A Demojiprops.cpp158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Demojiprops.cpp158 uint8_t bits = UCPTRIE_FAST_GET(cpTrie, UCPTRIE_8, c); in hasBinaryPropertyImpl()
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
/dports/devel/icu/icu/source/common/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/devel/icu-lx/icu/source/common/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/unicode/
H A Ducptrie.h345 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/unicode/
H A Ducptrie.h345 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/www/firefox/firefox-99.0/intl/icu/source/common/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/unicode/
H A Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/www/node10/node-v10.24.1/deps/icu-small/source/common/unicode/
H A Ducptrie.h366 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()