Home | History | Annotate | Download | only in i18n

Lines Matching defs:table

413     UCATableHeader *table = NULL;
440 table = ucol_assembleTailoringTable(&src, status);
443 table->version[0] = UCOL_BUILDER_VERSION;
445 table->version[1] = table->version[2] = table->version[3] = 0;
447 u_getUnicodeVersion(table->UCDVersion);
449 uprv_memcpy(table->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo));
450 result = ucol_initCollator(table, 0, UCA, status);
511 if(table != NULL) {
512 uprv_free(table);
1083 * Data is stored in the reorder code to lead byte table as:
1123 * Data is stored in the lead byte to reorder code table as:
1176 // lead bytes that have alread been assigned to the permutation table
1178 // permutation table slots that have already been filled
1273 * earliest possible locatation in the permutation table. If we encounter
1276 * that need to not be moved are copied to their same location in the final table.
1306 // don't place a lead byte twice in the permutation table
1328 // don't place a lead byte twice in the permutation table
1352 fprintf(stdout, "\n@@@@ Partial Script Reordering Table\n");
1356 fprintf(stdout, "\n@@@@ Lead Byte Used Table\n");
1360 fprintf(stdout, "\n@@@@ Permutation Slot Filled Table\n");
1380 fprintf(stdout, "\n@@@@ Script Reordering Table\n");
1390 // force a regen of the latin one table since it is affected by the script reordering