HomeSort by relevance Sort by last modified time
    Searched refs:UConverterTable (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ucnv_bld.h 51 union UConverterTable {
55 typedef union UConverterTable UConverterTable;
98 void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
113 * - allocated for MBCS, with a pointer to an allocated UConverterTable
ucnv_bld.c 280 data->table = (UConverterTable *)uprv_malloc(sizeof(UConverterTable));
286 uprv_memset(data->table, 0, sizeof(UConverterTable));
    [all...]

Completed in 105 milliseconds