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

  /external/chromium_org/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
  /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

Completed in 132 milliseconds