Lines Matching defs:SpoofData
50 class SpoofData;
61 SpoofImpl(SpoofData *data, UErrorCode& status);
105 SpoofData *fSpoofData;
196 // SpoofData
208 class SpoofData: public UMemory {
210 static SpoofData* getDefault(UErrorCode &status); // Get standard ICU spoof data.
213 SpoofData(UErrorCode &status); // Create new spoof data wrapper.
218 // The udm is adopted by the SpoofData.
219 SpoofData(UDataMemory *udm, UErrorCode &status);
223 SpoofData(const void *serializedData, int32_t length, UErrorCode &status);
229 ~SpoofData(); // Destructor not normally used.
235 SpoofData *addReference();
245 // Get the total number of bytes of data backed by this SpoofData.
255 // Get the number of confusable entries in this SpoofData.