Lines Matching refs:data32
304 if(other->data32!=NULL) {
305 trie->data32=(uint32_t *)trie->memory+(other->data32-(uint32_t *)other->memory);
348 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
357 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
390 if(other->data32==NULL) {
429 if(trie1->data32==NULL) {
440 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS,
898 const uint32_t *data32;
904 data32=trie->data;
955 value=data32[block+ --j];
1395 trie->data32=NULL;
1404 trie->data32=(uint32_t *)dest16;