Searched refs:nfToAdopt (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dsharednumberformat.h22 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { } argument
H A Dmeasfmt.cpp98 void adoptCurrencyFormat(int32_t widthIndex, NumberFormat *nfToAdopt) { argument
100 currencyFormats[widthIndex] = nfToAdopt;
105 void adoptIntegerFormat(NumberFormat *nfToAdopt) { argument
107 integerFormat = nfToAdopt;
455 NumberFormat *nfToAdopt,
462 initMeasureFormat(locale, w, nfToAdopt, status);
629 NumberFormat *nfToAdopt,
632 LocalPointer<NumberFormat> nf(nfToAdopt);
675 NumberFormat *nfToAdopt, UErrorCode &status) {
676 LocalPointer<NumberFormat> nf(nfToAdopt);
452 MeasureFormat( const Locale &locale, UMeasureFormatWidth w, NumberFormat *nfToAdopt, UErrorCode &status) argument
626 initMeasureFormat( const Locale &locale, UMeasureFormatWidth w, NumberFormat *nfToAdopt, UErrorCode &status) argument
674 adoptNumberFormat( NumberFormat *nfToAdopt, UErrorCode &status) argument
[all...]
H A Duatimeunitformat.cpp39 UNumberFormat* nfToAdopt,
56 LocalPointer<MeasureFormat> mfmt( new MeasureFormat(Locale(locale), mfWidth, (NumberFormat*)nfToAdopt, *status) );
37 uatmufmt_openWithNumberFormat(const char* locale, UATimeUnitStyle style, UNumberFormat* nfToAdopt, UErrorCode* status) argument
H A Dreldatefmt.cpp537 const Locale& locale, NumberFormat *nfToAdopt, UErrorCode& status)
539 init(locale, nfToAdopt, status);
622 const Locale &locale, NumberFormat *nfToAdopt, UErrorCode &status) {
623 LocalPointer<NumberFormat> nf(nfToAdopt);
536 RelativeDateTimeFormatter( const Locale& locale, NumberFormat *nfToAdopt, UErrorCode& status) argument
621 init( const Locale &locale, NumberFormat *nfToAdopt, UErrorCode &status) argument
H A Duameasureformat.cpp31 UNumberFormat* nfToAdopt,
50 LocalPointer<MeasureFormat> measfmt( new MeasureFormat(Locale(locale), mfWidth, (NumberFormat*)nfToAdopt, *status) );
29 uameasfmt_open( const char* locale, UAMeasureFormatWidth width, UNumberFormat* nfToAdopt, UErrorCode* status ) argument
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dreldatefmt.h318 * @param nfToAdopt Constructed object takes ownership of this pointer.
325 const Locale& locale, NumberFormat *nfToAdopt, UErrorCode& status);
415 void init(const Locale &, NumberFormat *nfToAdopt, UErrorCode &status);
H A Dmeasfmt.h112 NumberFormat *nfToAdopt,
257 NumberFormat *nfToAdopt,
276 void adoptNumberFormat(NumberFormat *nfToAdopt, UErrorCode &status);
H A Duameasureformat.h168 * @param nfToAdopt
187 UNumberFormat* nfToAdopt,
H A Duatimeunitformat.h103 * @param nfToAdopt
122 UNumberFormat* nfToAdopt,

Completed in 126 milliseconds