class TRomDirSortInfo |
Public Attributes | |
---|---|
TUint16 | iEntryOffset |
TUint16 | iFileCount |
TUint16 | iSubDirCount |
TUint16 | iEntryOffset |
The two sorted tables:
1. First one is a table of 16-bit scaled offsets to the directory entries.
2. Second one is a table of 16-bit scaled ofsets to the file entries. This table starts at offset 2*iSubDirCount from the start of the first table.
4*X +(char*)address of the first TRomEntryFor example, the first entry is at offset zero.
The entries are sorted in the order of the UTF-8 representation of the names in a case insensitive way (compare the C function stricmp()). In effect, this folds upper and lowercase ASCII characters but leaves all other Unicode characters unchanged.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.