Home | History | Annotate | Download | only in i18n

Lines Matching full:trie

120     // The scriptSets vector provides a mapping from TRIE values to the set of scripts.
122 // Reserved TRIE values:
129 // Because Trie values are indexes into the ScriptSets vector, pre-fill
233 bsset->trie = table;
286 // But this doesn't get all. We need to fix the TRIE.
294 // Update the Trie values to be reflect the run time script indexes (after duplicate merging).
295 // (Trie Values 0 and 1 are reserved, and the corresponding slots in scriptSets
301 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
328 // printf("Any case Trie size: %d\n", size);
341 // printf("Lower case Trie size: %d\n", size);
372 // An alternative would be to not pre-serialize the Trie data, but that makes the
416 trie = NULL;