Home | History | Annotate | Download | only in common

Lines Matching full:build

106  * Maximum length of the build-time data (stage 2) array.
547 * Build-time trie structure.
553 * Index values at build-time are 32 bits wide for easier processing.
574 * Build-time trie callback function, used with utrie_serialize().
595 * Open a build-time trie structure.
596 * The size of the build-time data array is specified to avoid allocating a large
600 * utrie_setRange32() is used, the data array could be large during build time.
627 * Clone a build-time trie structure with all entries.
630 * @param other the build-time trie structure to clone
640 * Close a build-time trie structure, and release memory
643 * @param trie the build-time trie
649 * Get the data array of a build-time trie.
653 * @param trie the build-time trie
664 * @param trie the build-time trie
673 * Get a value from a code point as stored in the build-time trie.
675 * @param trie the build-time trie
690 * @param trie the build-time trie
701 * Compact the build-time trie after all values are set, and then
709 * @param trie the build-time trie