Searched defs:SpoofDataHeader (Results 1 – 2 of 2) sorted by relevance
335 struct SpoofDataHeader { struct345 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) argument346 int32_t fCFUKeysSize; // number of entries in keys table (32 bits each)349 int32_t fCFUStringIndex; // byte offset to String Indexes table350 … int32_t fCFUStringIndexSize; // number of entries in String Indexes table (16 bits each)353 int32_t fCFUStringTable; // byte offset of String table354 int32_t fCFUStringTableLen; // length of string table (in 16 bit UChars)356 int32_t fCFUStringLengths; // byte offset to String Lengths table357 int32_t fCFUStringLengthsSize; // number of entries in lengths table. (2 x 16 bits each)362 int32_t fAnyCaseTrie; // byte offset to the serialized Any Case Trie[all …]
266 struct SpoofDataHeader { struct276 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) argument277 int32_t fCFUKeysSize; // number of entries in keys table (32 bits each)280 int32_t fCFUStringIndex; // byte offset to String Indexes table281 … int32_t fCFUStringIndexSize; // number of entries in String Indexes table (16 bits each)284 int32_t fCFUStringTable; // byte offset of String table285 int32_t fCFUStringTableLen; // length of string table (in 16 bit UChars)287 int32_t fCFUStringLengths; // byte offset to String Lengths table288 int32_t fCFUStringLengthsSize; // number of entries in lengths table. (2 x 16 bits each)293 int32_t fAnyCaseTrie; // byte offset to the serialized Any Case Trie[all …]