Home | History | Annotate | Download | only in common

Lines Matching refs:UConverterAliasOptions

99  * 7) Starting in ICU 3.6, this can be a UConverterAliasOptions struct. Its
100 * presence indicates that a section 9 exists. UConverterAliasOptions specifies
191 static const UConverterAliasOptions defaultTableOptions = {
296 && ((const UConverterAliasOptions *)(table + currOffset))->stringNormalizationType < UCNV_IO_NORM_TYPE_COUNT)
299 gMainTable.optionTable = (const UConverterAliasOptions *)(table + currOffset);