Home
last modified time | relevance | path

Searched defs:UConverterSharedData (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_bld.h96 struct UConverterSharedData { struct
97 uint32_t structSize; /* Size of this structure */
98 …eferenceCounter; /* used to count number of clients, unused for static/immutable SharedData */
100 const void *dataMemory; /* from udata_openChoice() - for cleanup */
102 const UConverterStaticData *staticData; /* pointer to the static (non changing) data. */
127 /** UConverterSharedData initializer for static, non-reference-counted converters. */ argument
Ducnv_cnv.h46 typedef struct UConverterSharedData UConverterSharedData; typedef
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterSharedData.java15 final class UConverterSharedData { class
44 UConverterSharedData(UConverterStaticData staticData_) in UConverterSharedData() method in UConverterSharedData