Searched defs:UConverterSharedData (Results 1 – 3 of 3) sorted by relevance
94 struct UConverterSharedData { struct95 uint32_t structSize; /* Size of this structure */96 …eferenceCounter; /* used to count number of clients, unused for static/immutable SharedData */98 const void *dataMemory; /* from udata_openChoice() - for cleanup */100 const UConverterStaticData *staticData; /* pointer to the static (non changing) data. */125 /** UConverterSharedData initializer for static, non-reference-counted converters. */ argument
44 typedef struct UConverterSharedData UConverterSharedData; typedef
13 final class UConverterSharedData { class68 UConverterSharedData() { in UConverterSharedData() method in UConverterSharedData72 …UConverterSharedData(int referenceCounter_, UConverterStaticData staticData_, boolean sharedDataCa… in UConverterSharedData() method in UConverterSharedData