Searched refs:fOptions (Results 1 – 13 of 13) sorted by relevance
5 @synthesize fOptions, fSelectedIndex, fSelectedCell, fParentCell;13 self.fOptions = [[NSMutableArray alloc] init];21 [fOptions addObject:option];25 return (NSString*)[fOptions objectAtIndex:self.fSelectedIndex];36 return [fOptions count];48 cell.textLabel.text = [fOptions objectAtIndex:indexPath.row];73 self.fOptions = nil;
14 @synthesize fOptions;16 [fOptions release];81 List.fOptions = [[SkOptionListController alloc] initWithStyle:UITableViewStyleGrouped];89 [List.fOptions addOption:[NSString stringWithUTF8String:options[i].c_str()]];92 List.fOptions.fSelectedIndex = value;94 default:[List.fOptions getSelectedOption]];95 List.fOptions.fParentCell = List.fCell;302 [self.navigationController pushViewController:list.fOptions animated:YES];324 NSString* selectedOption = [fCurrentList.fOptions getSelectedOption];326 fCurrentList.fItem->setInt(fCurrentList.fOptions.fSelectedIndex);
4 NSMutableArray* fOptions; variable9 @property (nonatomic, retain) NSMutableArray* fOptions;
16 SkOptionListController* fOptions; local18 @property (nonatomic, retain) SkOptionListController* fOptions; in property()
35 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()44 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0), in Normalizer()53 UObject(), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(mode), fOptions(0), in Normalizer()62 UObject(copy), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(copy.fUMode), fOptions(copy.fOptions), in Normalizer()74 if(fOptions&UNORM_UNICODE_3_2) { in init()102 …return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextI… in hashCode()110 fOptions==that.fOptions && in operator ==()382 fOptions |= option; in setOption()384 fOptions &= (~option); in setOption()392 return (fOptions & option) != 0; in getOption()
125 , fOptions() in SkCodec()137 , fOptions() in SkCodec()218 fOptions = *options; in getPixels()241 fOptions.fSubset = nullptr; in getPixels()298 fOptions = *options; in startIncrementalDecode()301 fOptions, ctable, ctableCount); in startIncrementalDecode()358 fOptions = *options; in startScanlineDecode()457 if (fOptions.fSubset) { in fillIncompleteImage()458 fillWidth = fOptions.fSubset->width(); in fillIncompleteImage()
6 @synthesize fWindow, fView, fOptions;11 fView.fOptionsDelegate = fOptions;13 // [fOptions registerMenus:fView.fWind->getMenus()];
16 SkOptionsTableView* fOptions; variable21 @property (assign) IBOutlet SkOptionsTableView* fOptions;
113 fOptions(other.fOptions), in DecimalFormatImpl()153 fOptions = other.fOptions; in assign()195 && fOptions.equals(other.fOptions) in operator ==()214 fFormatter, fEffPrecision, fOptions); in prepareValueFormatter()218 fFormatter, fEffGrouping, fEffPrecision.fMantissa, fOptions.fMantissa); in prepareValueFormatter()850 fOptions.fExponent.fAlwaysShowSign = out.fExponentSignAlwaysShown; in applyPattern()854 fOptions.fMantissa.fAlwaysShowDecimal = out.fDecimalSeparatorAlwaysShown; in applyPattern()1356 return 1 + (fOptions.fExponent.fAlwaysShowSign ? 1 : 0) + fEffPrecision.fMinExponentDigits; in computeExponentPatternLength()1364 if (!fOptions.fMantissa.fAlwaysShowDecimal && fracDigitCount == 0) { in countFractionDigitAndDecimalPatternLength()1474 if (!fOptions.fMantissa.fAlwaysShowDecimal && i == -1) { in toNumberPattern()[all …]
304 return fOptions.fExponent.fAlwaysShowSign; in isExponentSignAlwaysShown()307 fOptions.fExponent.fAlwaysShowSign = x; in setExponentSignAlwaysShown()310 return fOptions.fMantissa.fAlwaysShowDecimal; in isDecimalSeparatorAlwaysShown()313 fOptions.fMantissa.fAlwaysShowDecimal = x; in setDecimalSeparatorAlwaysShown()414 SciFormatterOptions fOptions; // Encapsulates fixed precision options variable
781 const SkCodec::Options& options() const { return fOptions; } in options()816 SkCodec::Options fOptions; variable
756 int32_t fOptions; variable
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...