/external/chromium_org/third_party/icu/source/i18n/unicode/ |
numfmt.h | 179 enum EStyles { 653 static NumberFormat* U_EXPORT2 createInstance(const Locale& desiredLocale, EStyles choice, UErrorCode& success); [all...] |
decimfmt.h | 742 NumberFormat::EStyles style, [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
numfmt.cpp | 720 // !!! kind is not an EStyles, need to determine how to handle this 721 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status); 806 return NumberFormat::makeInstance(loc, (NumberFormat::EStyles)kind, status); 887 NumberFormat::createInstance(const Locale& loc, EStyles kind, UErrorCode& status) 1048 EStyles style, [all...] |
decimfmt.cpp | 305 NumberFormat::EStyles style, [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
numfmtst.cpp | [all...] |
/external/chromium_org/v8/src/ |
i18n.cc | 287 icu::NumberFormat::EStyles format_style; [all...] |