Lines Matching defs:trie
346 #define UCPTRIE_16(trie, i) ((trie)->data.ptr16[i]) argument
356 #define UCPTRIE_32(trie, i) ((trie)->data.ptr32[i]) argument
366 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) argument
378 #define UCPTRIE_FAST_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_CP_INDEX(trie, 0xffff, c)) argument
390 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ argument
406 #define UCPTRIE_FAST_U16_NEXT(trie, dataAccess, src, limit, c, result) { \ argument
437 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) { \ argument
471 #define UCPTRIE_FAST_U8_NEXT(trie, dataAccess, src, limit, result) { \ argument
517 #define UCPTRIE_FAST_U8_PREV(trie, dataAccess, start, src, result) { \ argument
537 #define UCPTRIE_ASCII_GET(trie, dataAccess, c) dataAccess(trie, c) argument
550 #define UCPTRIE_FAST_BMP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_FAST_INDEX(trie, c)) argument
562 #define UCPTRIE_FAST_SUPP_GET(trie, dataAccess, c) dataAccess(trie, _UCPTRIE_SMALL_INDEX(trie, c)) argument
621 #define _UCPTRIE_FAST_INDEX(trie, c) \ argument
625 #define _UCPTRIE_SMALL_INDEX(trie, c) \ argument
635 #define _UCPTRIE_CP_INDEX(trie, fastMax, c) \ argument