Lines Matching refs:instance
400 // Create a number style NumberFormat instance with the default locale.
409 // Create a number style NumberFormat instance with the inLocale locale.
418 // Create a currency style NumberFormat instance with the default locale.
427 // Create a currency style NumberFormat instance with the inLocale locale.
436 // Create a percent style NumberFormat instance with the default locale.
445 // Create a percent style NumberFormat instance with the inLocale locale.
454 // Create a scientific style NumberFormat instance with the default locale.
463 // Create a scientific style NumberFormat instance with the inLocale locale.
583 virtual UObject* cloneInstance(UObject* instance) const {
584 return ((NumberFormat*)instance)->clone();
691 // NumberFormat instance.
701 // NumberFormat instance.
711 // this NumberFormat instance.
720 // this NumberFormat instance.
732 // this NumberFormat instance.
742 // this NumberFormat instance.
754 // this NumberFormat instance.
764 // this NumberFormat instance.
776 // this NumberFormat instance.
786 // this NumberFormat instance.
829 // Creates the NumberFormat instance of the specified style (number, currency,
890 // Creates a DecimalFormat instance with the last resort number patterns.