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

  /external/icu/icu4c/source/common/
ucnv_bld.h 52 union UConverterTable {
56 typedef union UConverterTable 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
ucnv_bld.cpp 322 data->table = (UConverterTable *)uprv_malloc(sizeof(UConverterTable));
328 uprv_memset(data->table, 0, sizeof(UConverterTable));
    [all...]

Completed in 35 milliseconds