Searched refs:eOffsetStart (Results 1 – 3 of 3) sorted by relevance
175 NfIndexTableOffset eOffsetStart = NF_NUMBER_START; in SetFormatType() local181 eOffsetStart=NF_NUMBER_START; in SetFormatType()186 eOffsetStart=NF_PERCENT_START; in SetFormatType()191 eOffsetStart=NF_CURRENCY_START; in SetFormatType()196 eOffsetStart=NF_DATE_START; in SetFormatType()201 eOffsetStart=NF_DATE_START; in SetFormatType()206 eOffsetStart=NF_TIME_START; in SetFormatType()211 eOffsetStart=NF_SCIENTIFIC_START; in SetFormatType()216 eOffsetStart=NF_FRACTION_START; in SetFormatType()221 eOffsetStart=NF_BOOLEAN; in SetFormatType()[all …]
628 NfIndexTableOffset eOffsetStart; in FillEListWithStd_Impl() local633 case CAT_NUMBER :eOffsetStart=NF_NUMBER_START; in FillEListWithStd_Impl()636 case CAT_PERCENT :eOffsetStart=NF_PERCENT_START; in FillEListWithStd_Impl()639 case CAT_CURRENCY :eOffsetStart=NF_CURRENCY_START; in FillEListWithStd_Impl()642 case CAT_DATE :eOffsetStart=NF_DATE_START; in FillEListWithStd_Impl()645 case CAT_TIME :eOffsetStart=NF_TIME_START; in FillEListWithStd_Impl()648 case CAT_SCIENTIFIC :eOffsetStart=NF_SCIENTIFIC_START; in FillEListWithStd_Impl()651 case CAT_FRACTION :eOffsetStart=NF_FRACTION_START; in FillEListWithStd_Impl()654 case CAT_BOOLEAN :eOffsetStart=NF_BOOLEAN; in FillEListWithStd_Impl()657 case CAT_TEXT :eOffsetStart=NF_TEXT; in FillEListWithStd_Impl()[all …]
242 NfIndexTableOffset eOffsetStart,