/external/chromium_org/third_party/icu/source/test/cintltst/ |
cloctst.h | 82 static void doTestDisplayNames(const char* inLocale, int32_t compareIndex);
|
creststn.c | [all...] |
cloctst.c | [all...] |
/external/icu4c/test/cintltst/ |
cloctst.h | 82 static void doTestDisplayNames(const char* inLocale, int32_t compareIndex);
|
creststn.c | [all...] |
cloctst.c | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
numfmt.h | 639 * @param inLocale the given locale. 642 static NumberFormat* U_EXPORT2 createInstance(const Locale& inLocale, 664 * @param inLocale the given locale. 667 static NumberFormat* U_EXPORT2 createCurrencyInstance(const Locale& inLocale, 678 * @param inLocale the given locale. 681 static NumberFormat* U_EXPORT2 createPercentInstance(const Locale& inLocale, 692 * @param inLocale the given locale. 695 static NumberFormat* U_EXPORT2 createScientificInstance(const Locale& inLocale, [all...] |
numsys.h | 80 * @param inLocale The given locale. 84 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
|
translit.h | 746 * @param inLocale the Locale in which the display name should be 753 const Locale& inLocale, [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
loctest.h | 116 void doTestDisplayNames(Locale& inLocale, int32_t compareIndex);
|
/external/icu4c/i18n/unicode/ |
numfmt.h | 704 * @param inLocale the given locale. 707 static NumberFormat* U_EXPORT2 createInstance(const Locale& inLocale, 730 * @param inLocale the given locale. 733 static NumberFormat* U_EXPORT2 createCurrencyInstance(const Locale& inLocale, 744 * @param inLocale the given locale. 747 static NumberFormat* U_EXPORT2 createPercentInstance(const Locale& inLocale, 758 * @param inLocale the given locale. 761 static NumberFormat* U_EXPORT2 createScientificInstance(const Locale& inLocale, [all...] |
numsys.h | 83 * @param inLocale The given locale. 87 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
|
compactdecimalformat.h | 58 * @param inLocale the given locale. 64 const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status);
|
datefmt.h | 722 * @param inLocale the given locale. 725 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale); [all...] |
translit.h | 747 * @param inLocale the Locale in which the display name should be 754 const Locale& inLocale, [all...] |
/external/icu4c/test/intltest/ |
loctest.h | 117 void doTestDisplayNames(Locale& inLocale, int32_t compareIndex);
|
/external/icu4c/i18n/ |
compactdecimalformat.cpp | 147 static const CDFLocaleStyleData* getCDFLocaleStyleData(const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status); 150 static CDFLocaleData* loadCDFLocaleData(const Locale& inLocale, UErrorCode& status); 151 static void initCDFLocaleData(const Locale& inLocale, CDFLocaleData* result, UErrorCode& status); 181 const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status) { 182 LocalPointer<DecimalFormat> decfmt((DecimalFormat*) NumberFormat::makeInstance(inLocale, UNUM_DECIMAL, TRUE, status)); 186 LocalPointer<PluralRules> pluralRules(PluralRules::forLocale(inLocale, status)); 190 const CDFLocaleStyleData* data = getCDFLocaleStyleData(inLocale, style, status); 398 static const CDFLocaleStyleData* getCDFLocaleStyleData(const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status) { 403 const char* key = inLocale.getName(); 422 result = loadCDFLocaleData(inLocale, status) [all...] |
numsys.cpp | 106 NumberingSystem::createInstance(const Locale & inLocale, UErrorCode& status) { 115 int32_t count = inLocale.getKeywordValue("numbers",buffer, sizeof(buffer),status); 129 UResourceBundle *resource = ures_open(NULL, inLocale.getName(), &localStatus);
|
numfmt.cpp | 717 // Create a number style NumberFormat instance with the inLocale locale. 720 NumberFormat::createInstance(const Locale& inLocale, UErrorCode& status) 722 return createInstance(inLocale, UNUM_DECIMAL, status); 735 // Create a currency style NumberFormat instance with the inLocale locale. 738 NumberFormat::createCurrencyInstance(const Locale& inLocale, UErrorCode& status) 740 return createInstance(inLocale, UNUM_CURRENCY, status); 753 // Create a percent style NumberFormat instance with the inLocale locale. 756 NumberFormat::createPercentInstance(const Locale& inLocale, UErrorCode& status) 758 return createInstance(inLocale, UNUM_PERCENT, status); 771 // Create a scientific style NumberFormat instance with the inLocale locale [all...] |
translit.cpp | 728 * @param inLocale the Locale in which the display name should be 733 const Locale& inLocale, 737 ResourceBundle bundle(U_ICUDATA_TRANSLIT, inLocale, status); 782 MessageFormat msg(resString, inLocale, status); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
numsys.cpp | 101 NumberingSystem::createInstance(const Locale & inLocale, UErrorCode& status) { 108 int32_t count = inLocale.getKeywordValue("numbers",buffer, sizeof(buffer),status); 113 UResourceBundle *resource = ures_open(NULL, inLocale.getName(), &status);
|
numfmt.cpp | 637 // Create a number style NumberFormat instance with the inLocale locale. 640 NumberFormat::createInstance(const Locale& inLocale, UErrorCode& status) 642 return createInstance(inLocale, kNumberStyle, status); 655 // Create a currency style NumberFormat instance with the inLocale locale. 658 NumberFormat::createCurrencyInstance(const Locale& inLocale, UErrorCode& status) 660 return createInstance(inLocale, kCurrencyStyle, status); 673 // Create a percent style NumberFormat instance with the inLocale locale. 676 NumberFormat::createPercentInstance(const Locale& inLocale, UErrorCode& status) 678 return createInstance(inLocale, kPercentStyle, status); 691 // Create a scientific style NumberFormat instance with the inLocale locale [all...] |
translit.cpp | 731 * @param inLocale the Locale in which the display name should be 736 const Locale& inLocale, 740 ResourceBundle bundle(U_ICUDATA_TRANSLIT, inLocale, status); 785 MessageFormat msg(resString, inLocale, status); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |