Home | History | Annotate | Download | only in common

Lines Matching defs:data32

306             if(other->data32!=NULL) {
307 trie->data32=(uint32_t *)trie->memory+(other->data32-(uint32_t *)other->memory);
350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
392 if(other->data32==NULL) {
431 if(trie1->data32==NULL) {
442 trie1->data32!=NULL ? UTRIE2_32_VALUE_BITS : UTRIE2_16_VALUE_BITS,
900 const uint32_t *data32;
906 data32=trie->data;
957 value=data32[block+ --j];
1397 trie->data32=NULL;
1406 trie->data32=(uint32_t *)dest16;