Home | History | Annotate | Download | only in toolutil

Lines Matching full:ptrie

144                        const UTrie2 *pTrie,
146 if(pTrie->data32==NULL) {
148 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
151 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
152 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
159 const UTrie2 *pTrie,
165 if(pTrie->data32==NULL) {
174 (long)pTrie->indexLength);
196 (long)pTrie->indexLength, (long)pTrie->dataLength,
197 (short)pTrie->index2NullOffset, (short)pTrie->dataNullOffset,
198 (long)pTrie->initialValue, (long)pTrie->errorValue,
199 (long)pTrie->highStart, (long)pTrie->highValueIndex);