• Home
  • Raw
  • Download

Lines Matching defs:trie

390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))  argument
400 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c)) argument
412 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c,… argument
424 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c… argument
436 #define UTRIE2_U16_PREV16(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, index, start, src, c,… argument
448 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c… argument
458 #define UTRIE2_U8_NEXT16(trie, src, limit, result)\ argument
469 #define UTRIE2_U8_NEXT32(trie, src, limit, result) \ argument
480 #define UTRIE2_U8_PREV16(trie, start, src, result) \ argument
491 #define UTRIE2_U8_PREV32(trie, start, src, result) \ argument
587 #define UTRIE2_GET16_FROM_U16_SINGLE_LEAD(trie, c) _UTRIE2_GET_FROM_U16_SINGLE_LEAD((trie), index, … argument
598 #define UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, c) _UTRIE2_GET_FROM_U16_SINGLE_LEAD((trie), data32,… argument
607 #define UTRIE2_GET16_FROM_SUPP(trie, c) _UTRIE2_GET_FROM_SUPP((trie), index, c) argument
616 #define UTRIE2_GET32_FROM_SUPP(trie, c) _UTRIE2_GET_FROM_SUPP((trie), data32, c) argument
635 const UTrie2 *trie; variable
870 #define _UTRIE2_INDEX_FROM_CP(trie, asciiOffset, c) \ argument
884 #define _UTRIE2_GET_FROM_U16_SINGLE_LEAD(trie, data, c) \ argument
888 #define _UTRIE2_GET_FROM_SUPP(trie, data, c) \ argument
896 #define _UTRIE2_GET(trie, data, asciiOffset, c) \ argument
900 #define _UTRIE2_U16_NEXT(trie, data, src, limit, c, result) { \ argument
917 #define _UTRIE2_U16_PREV(trie, data, start, src, c, result) { \ argument
932 #define _UTRIE2_U8_NEXT(trie, ascii, data, src, limit, result) { \ argument
967 #define _UTRIE2_U8_PREV(trie, ascii, data, start, src, result) { \ argument