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 "NSString.h" 00008 00009 @interface NSString (SFUFormatStringUtilities) 00010 + (id)numberSymbols; 00011 - (id)createStringBySubstitutingCharactersCFNumberFormatterDoesntUnderstand; 00012 - (BOOL)isNumberFormatPattern; 00013 - (id)createRangesOfEscapedCharactersInNumberFormatPattern; 00014 - (id)stringByRemovingEscapedCharactersFromNumberFormatPattern; 00015 - (int)indexOfNumberFormatSubpatternSeparator; 00016 - (id)positiveSubpatternOfNumberFormatPattern; 00017 - (id)negativeSubpatternOfNumberFormatPattern; 00018 - (id)numberPortionOfNumberFormatSubpattern; 00019 - (int)indexOfLastNonSuffixCharacterInNumberFormatSubpattern; 00020 - (id)suffixOfNumberFormatSubpattern; 00021 - (int)indexOfFirstNonPrefixCharacterInNumberFormatSubpattern; 00022 - (id)prefixOfNumberFormatSubpattern; 00023 @end 00024