Home | History | Annotate | Download | only in i18n

Lines Matching defs:table

404     UCATableHeader *table = NULL;
430 table = ucol_assembleTailoringTable(&src, status);
433 table->version[0] = UCOL_BUILDER_VERSION;
435 table->version[1] = table->version[2] = table->version[3] = 0;
437 u_getUnicodeVersion(table->UCDVersion);
439 uprv_memcpy(table->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo));
440 result = ucol_initCollator(table, 0, UCA, status);
498 if(table != NULL) {
499 uprv_free(table);
1115 // lead bytes that have alread been assigned to the permutation table
1117 // permutation table slots that have already been filled
1175 * earliest possible locatation in the permutation table. If we encounter
1178 * that need to not be moved are copied to their same location in the final table.
1206 // don't place a lead byte twice in the permutation table
1228 // don't place a lead byte twice in the permutation table
1252 fprintf(stdout, "\n@@@@ Partial Script Reordering Table\n");
1256 fprintf(stdout, "\n@@@@ Lead Byte Used Table\n");
1260 fprintf(stdout, "\n@@@@ Permutation Slot Filled Table\n");
1280 fprintf(stdout, "\n@@@@ Script Reordering Table\n");
1290 // force a regen of the latin one table since it is affected by the script reordering