Lines Matching refs:pTrie
159 const UTrie2 *pTrie,
161 if(pTrie->data32==NULL) {
163 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
166 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
167 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
174 const UTrie2 *pTrie,
180 if(pTrie->data32==NULL) {
189 (long)pTrie->indexLength);
211 (long)pTrie->indexLength, (long)pTrie->dataLength,
212 (short)pTrie->index2NullOffset, (short)pTrie->dataNullOffset,
213 (long)pTrie->initialValue, (long)pTrie->errorValue,
214 (long)pTrie->highStart, (long)pTrie->highValueIndex);