Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.h298 struct SpoofDataHeader { struct
308 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) argument
309 int32_t fCFUKeysSize; // number of entries in keys table (32 bits each)
312 int32_t fCFUStringIndex; // byte offset to String Indexes table
313 … int32_t fCFUStringIndexSize; // number of entries in String Indexes table (16 bits each)
316 int32_t fCFUStringTable; // byte offset of String table
317 int32_t fCFUStringTableLen; // length of string table (in 16 bit UChars)
321 int32_t unused[15]; // Padding, Room for Expansion