Home | History | Annotate | Download | only in gencase

Lines Matching refs:trieSize

63     i2 trieSize; -- size in bytes of the case mapping properties trie
1077 int32_t trieSize;
1093 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
1095 fprintf(stderr, "error: utrie_serialize failed: %s (length %ld)\n", u_errorName(errorCode), (long)trieSize);
1100 indexes[UCASE_IX_TRIE_SIZE]=trieSize;
1102 indexes[UCASE_IX_LENGTH]=(int32_t)sizeof(indexes)+trieSize+2*exceptionsTop+2*unfoldTop;
1107 printf("trie size in bytes: %5d\n", (int)trieSize);
1120 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
1206 udata_writeBlock(pData, trieBlock, trieSize);