/headers/OfficeImport/SFUNumberFormatter.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSMutableDictionary, NSString;
00010 
00011 @interface SFUNumberFormatter : NSObject
00012 {
00013     struct __CFLocale *mLocale;
00014     struct __CFArray *mDecimalFormatters;
00015     struct __CFArray *mCurrencyFormatters;
00016     struct __CFArray *mPercentageFormatters;
00017     struct __CFArray *mScientificFormatters;
00018     struct __CFNumberFormatter *mFractionFormatter;
00019     NSMutableDictionary *mCurrencyCodeToSymbolMap;
00020     NSString *mCurrencyString;
00021     NSString *mPercentageString;
00022     NSString *mScientificString;
00023     NSString *mDecimalString;
00024     NSString *mPercentSymbol;
00025 }
00026 
00027 + (int)positionOfSymbol:(id)fp8 inNumberFormatSubpattern:(id)fp12;
00028 + (int)positionOfCurrencySymbolInNumberFormatSubpattern:(id)fp8;
00029 + (int)positionOfMinusSignInNumberFormatSubpattern:(id)fp8;
00030 + (id)formatString:(id)fp8 transformedForNegativeStyle:(int)fp12;
00031 + (void)formatString:(id)fp8 replaceOccurencesOfUnescapedString:(id)fp12 withString:(id)fp16;
00032 + (id)availableCurrencyCodes;
00033 + (id)displayNameForCurrencyCode:(id)fp8;
00034 + (id)currencySymbolForCurrencyCode:(id)fp8;
00035 + (id)currentLocaleCurrencyCode;
00036 + (id)numberFormatStringSpecialSymbols;
00037 + (id)defaultFormatStringForValueType:(int)fp8;
00038 + (id)localizedPercentSymbol;
00039 
00040 @end
00041