HomeSort by relevance Sort by last modified time
    Searched refs:EStyles (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
numfmt.h 178 enum EStyles {
494 static NumberFormat* U_EXPORT2 createInstance(const Locale& desiredLocale, EStyles choice, UErrorCode& success);
772 static NumberFormat* makeInstance(const Locale& desiredLocale, EStyles choice, UErrorCode& success);
784 friend class ICUNumberFormatFactory; // access to makeInstance, EStyles
    [all...]
decimfmt.h 749 NumberFormat::EStyles style,
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 179 enum EStyles {
653 static NumberFormat* U_EXPORT2 createInstance(const Locale& desiredLocale, EStyles choice, UErrorCode& success);
    [all...]
decimfmt.h 738 NumberFormat::EStyles style,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
numfmt.cpp 506 // !!! kind is not an EStyles, need to determine how to handle this
507 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status);
592 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status);
673 NumberFormat::createInstance(const Locale& loc, EStyles kind, UErrorCode& status)
834 EStyles style,
decimfmt.cpp 351 NumberFormat::EStyles style,
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 714 // !!! kind is not an EStyles, need to determine how to handle this
715 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status);
800 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status);
881 NumberFormat::createInstance(const Locale& loc, EStyles kind, UErrorCode& status)
1042 EStyles style,
    [all...]
decimfmt.cpp 300 NumberFormat::EStyles style,
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
numfmtst.cpp     [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]

Completed in 308 milliseconds