Home | History | Annotate | Download | only in gencase

Lines Matching refs:trieSize

60     i2 trieSize; -- size in bytes of the case mapping properties trie
1051 int32_t trieSize;
1067 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
1069 fprintf(stderr, "error: utrie_serialize failed: %s (length %ld)\n", u_errorName(errorCode), (long)trieSize);
1074 indexes[UCASE_IX_TRIE_SIZE]=trieSize;
1076 indexes[UCASE_IX_LENGTH]=(int32_t)sizeof(indexes)+trieSize+2*exceptionsTop+2*unfoldTop;
1081 printf("trie size in bytes: %5d\n", (int)trieSize);
1094 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
1180 udata_writeBlock(pData, trieBlock, trieSize);