Home | History | Annotate | Download | only in i18n

Lines Matching refs:table

87      * Use INDEX_MASK to find the start of the contraction list after the fixed table.
101 * Use INDEX_MASK to find the pair of CEs after the fixed table.
211 static int32_t compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options,
215 static int32_t compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options,
220 static uint32_t lookup(const uint16_t *table, UChar32 c);
221 static uint32_t lookupUTF8(const uint16_t *table, UChar32 c,
223 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,
226 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
254 * Format of the CollationFastLatin data table.
257 * This table contains data for a Latin-text collation fastpath.
275 * or points to an expansion or to a contraction table.
283 * Expansion mini CEs contain an offset relative to just after the miniCEs table.
287 * Contraction mini CEs contain an offset relative to just after the miniCEs table.