Lines Matching refs:eOffsetEnd
176 NfIndexTableOffset eOffsetEnd = NF_NUMBER_START; in SetFormatType() local
182 eOffsetEnd=NF_NUMBER_END; in SetFormatType()
187 eOffsetEnd=NF_PERCENT_END; in SetFormatType()
192 eOffsetEnd=NF_CURRENCY_END; in SetFormatType()
197 eOffsetEnd=NF_TIME_END; in SetFormatType()
202 eOffsetEnd=NF_DATE_END; in SetFormatType()
207 eOffsetEnd=NF_TIME_END; in SetFormatType()
212 eOffsetEnd=NF_SCIENTIFIC_END; in SetFormatType()
217 eOffsetEnd=NF_FRACTION_END; in SetFormatType()
222 eOffsetEnd=NF_BOOLEAN; in SetFormatType()
227 eOffsetEnd=NF_TEXT; in SetFormatType()
232 eOffsetEnd = NfIndexTableOffset( NF_INDEX_TABLE_ENTRIES - 1 ); in SetFormatType()
254 for( long nIndex = eOffsetStart; nIndex <= eOffsetEnd; ++nIndex ) in SetFormatType()