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

  /external/chromium/third_party/icu/source/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...]
  /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 1191 milliseconds