Lines Matching defs:indexLength
348 long indexLength=trie->indexLength;
350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
352 indexLength, dataLength, totalLength);
357 long indexLength=trie->indexLength;
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
361 which, indexLength, dataLength, totalLength);
1236 * Limited by its own 16-bit index values, and by uint16_t UTrie2Header.indexLength.
1302 /* are indexLength and dataLength within limits? */
1303 if( /* for unshifted indexLength */
1332 trie->indexLength=allIndexesLength;
1348 header->indexLength=(uint16_t)trie->indexLength;