Home | History | Annotate | Download | only in common

Lines Matching refs:UConverterAliasOptions

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