Searched refs:UConverterTable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h52 union UConverterTable { union
56 typedef union UConverterTable UConverterTable; typedef in typeref:union:UConverterTable
99 void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
114 * - allocated for MBCS, with a pointer to an allocated UConverterTable
H A Ducnv_bld.cpp299 data->table = (UConverterTable *)uprv_malloc(sizeof(UConverterTable));
305 uprv_memset(data->table, 0, sizeof(UConverterTable));
/external/icu/icu4c/source/common/
H A Ducnv_bld.h52 union UConverterTable { union
56 typedef union UConverterTable UConverterTable; typedef in typeref:union:UConverterTable
99 void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */
114 * - allocated for MBCS, with a pointer to an allocated UConverterTable
H A Ducnv_bld.cpp290 data->table = (UConverterTable *)uprv_malloc(sizeof(UConverterTable));
296 uprv_memset(data->table, 0, sizeof(UConverterTable));

Completed in 104 milliseconds