Home | History | Annotate | Download | only in cintltst

Lines Matching defs:table

830     const int32_t *table=NULL;
851 table=(const int32_t *)udata_getMemory(result);
853 /* The alias table may list more converters than what's actually available now. [grhoten] */
854 if(ucnv_countAvailable() > table[1]) /*???*/
855 log_err("FAIL: udata_getMemory() failed ucnv_countAvailable returned = %d, expected = %d\n", ucnv_countAvailable(), table[1+2*(*table)]);
1263 /* Test a 32-bit key table. This is large. */
1278 /* conversion table files */
1280 /* SBCS conversion table file without extension */
1282 /* EBCDIC_STATEFUL conversion table file with extension */
1284 /* DBCS extension-only conversion table file */
1286 /* EUC-TW (3-byte) conversion table file without extension */
1288 /* GB 18030 (4-byte) conversion table file without extension */
1290 /* MBCS conversion table file with extension */
1293 * MBCS conversion table file without extension,
1300 /* alias table */