2.2.21 PropertyLookupTable

PropertyLookupTable is a simple dispatching table for finding properties. The PropertyCount (section 2.2.22) indicates how many properties follow in the PropertyLookup (section 2.2.23) sequence.

 PropertyLookupTable = PropertyCount *PropertyLookup

The PropertyLookup sequence MUST be sorted according to the lexical ordering that is established by the character set, as specified in [UNICODE]. This sort order is required because implementations expect to perform binary search operations on the table and these searches require lexical ordering.