Home | History | Annotate | Download | only in i18n

Lines Matching defs:table

129     // Binary search the spoof data key table for the inChar
158 // table we need. See if there is an adjacent key that does
176 // No key entry for this char & table.
188 // an index into the string table (for longer strings)
196 // For these, get the real length from the string lengths table,
197 // which maps string table indexes to lengths.
198 // All strings of the same length are stored contiguously in the string table.
239 UTrie2 *table =
244 uint32_t index = utrie2_get32(table, c);
933 // String Table Section