Searched refs:makeInstance (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Dbrkiter.cpp227 return BreakIterator::makeInstance(loc, kind, status);
251 return BreakIterator::makeInstance(loc, kind, status);
372 // locale data populated (by makeInstance, which is what
385 return makeInstance(loc, kind, status);
392 BreakIterator::makeInstance(const Locale& loc, int32_t kind, UErrorCode& status) function in class:BreakIterator
/external/icu4c/common/unicode/
H A Dbrkiter.h520 static BreakIterator* makeInstance(const Locale& loc, int32_t kind, UErrorCode& status);
/external/icu4c/i18n/
H A Dcoll.cpp130 return Collator::makeInstance(loc, status);
160 return Collator::makeInstance(loc, status);
334 return makeInstance(desiredLocale, status);
338 Collator* Collator::makeInstance(const Locale& desiredLocale, function in class:Collator
H A Dnumfmt.cpp721 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status);
806 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status);
898 return makeInstance(loc, kind, status);
1047 NumberFormat::makeInstance(const Locale& desiredLocale, function in class:NumberFormat
/external/icu4c/i18n/unicode/
H A Dcoll.h1022 static Collator* makeInstance(const Locale& desiredLocale,
H A Dnumfmt.h931 static NumberFormat* makeInstance(const Locale& desiredLocale, EStyles choice, UErrorCode& success);
943 friend class ICUNumberFormatFactory; // access to makeInstance, EStyles

Completed in 279 milliseconds