Home | History | Annotate | Download | only in common

Lines Matching refs:trie

37     UTrie2 trie;
101 /* unserialize the trie, after indexes[] */
103 utrie_unserialize(&bdpProto->trie, bin, size, pErrorCode);
296 utrie_unserializeDummy(&bdp->trie, indexes+UBIDI_IX_TOP, UTRIE_DUMMY_SIZE, 0, 0, TRUE, pErrorCode);
343 /* add the start code point of each same-value range of the trie */
344 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
401 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
407 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
413 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
446 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
452 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
458 uint16_t props=UTRIE2_GET16(&bdp->trie, c);