Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Duspoof_impl.h335 struct SpoofDataHeader { struct
345 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) argument
346 int32_t fCFUKeysSize; // number of entries in keys table (32 bits each)
349 int32_t fCFUStringIndex; // byte offset to String Indexes table
350 … int32_t fCFUStringIndexSize; // number of entries in String Indexes table (16 bits each)
353 int32_t fCFUStringTable; // byte offset of String table
354 int32_t fCFUStringTableLen; // length of string table (in 16 bit UChars)
356 int32_t fCFUStringLengths; // byte offset to String Lengths table
357 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 …]
/external/icu4c/i18n/
Duspoof_impl.h266 struct SpoofDataHeader { struct
276 int32_t fCFUKeys; // byte offset to Keys table (from SpoofDataHeader *) argument
277 int32_t fCFUKeysSize; // number of entries in keys table (32 bits each)
280 int32_t fCFUStringIndex; // byte offset to String Indexes table
281 … int32_t fCFUStringIndexSize; // number of entries in String Indexes table (16 bits each)
284 int32_t fCFUStringTable; // byte offset of String table
285 int32_t fCFUStringTableLen; // length of string table (in 16 bit UChars)
287 int32_t fCFUStringLengths; // byte offset to String Lengths table
288 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 …]