Lines Matching refs:data
24 * (all data is static const)
31 * -- data-based names
52 * tokenString=tokenStrings+token; (tokenStrings=start of names data + tokenStringOffset;)
61 * uint16_t offsetHigh; -- group strings are at start of names data + groupStringsOffset + this 32 bit-offset
87 * uint32_t algRangesCount; -- number of data blocks for ranges of
147 /* generator data ----------------------------------------------------------- */
327 names[3]=buffer.data();
637 /* store the groups like lines, with compressed data after raw strings */
764 /* generate output data ----------------------------------------------------- */
793 * Required padding for data swapping:
794 * The token table undergoes a permutation during data swapping when the
807 * This should be the only -1 entry in tokens[256..511] on which the data
818 printf("number of tokens[] padding entries for data swapping: %lu\n", (unsigned long)(tokenCount-i));
829 * Calculate the total size in bytes of the data including:
845 * - the size of the data for the algorithmic names
855 printf("size of the Unicode Names data:\n"
856 "total data length %lu, token strings %lu, compressed strings %lu, algorithmic names %lu\n",
861 /* write the data to the file */
895 /* 4-align the algorithmic names data */
899 udata_writeBlock(pData, algRanges.data(), algRanges.length());
909 fprintf(stderr, "gennames: data length %ld != calculated size %lu\n",