Searched refs:inLocale (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcloctst.h82 static void doTestDisplayNames(const char* inLocale, int32_t compareIndex);
H A Dcreststn.c2535 const char *inLocale = testCases[i+1]; local
2540 log_verbose("%d: %c %s\texpect %s\n",i/3, expectAvail?'t':'f', inLocale, expectLocale);
2542 resName, keyword, inLocale,
2547 i/3,expectAvail?'t':'f', inLocale, expectLocale);
2555 expectAvail?'t':'f', inLocale, expectLocale);
H A Dcloctst.c1218 const char* inLocale [] = { "en_US", "zh_Hant"}; local
1232 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status);
1236 uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status);
/external/icu4c/i18n/unicode/
H A Dnumfmt.h636 * @param inLocale the given locale.
639 static NumberFormat* U_EXPORT2 createInstance(const Locale& inLocale,
663 * @param inLocale the given locale.
666 static NumberFormat* U_EXPORT2 createCurrencyInstance(const Locale& inLocale,
677 * @param inLocale the given locale.
680 static NumberFormat* U_EXPORT2 createPercentInstance(const Locale& inLocale,
691 * @param inLocale the given locale.
694 static NumberFormat* U_EXPORT2 createScientificInstance(const Locale& inLocale,
H A Dnumsys.h80 * @param inLocale The given locale.
84 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
H A Ddatefmt.h680 * @param inLocale the given locale.
683 static DateFormat* U_EXPORT2 create(EStyle timeStyle, EStyle dateStyle, const Locale& inLocale);
H A Dtranslit.h746 * @param inLocale the Locale in which the display name should be
753 const Locale& inLocale,
/external/icu4c/test/intltest/
H A Dloctest.h116 void doTestDisplayNames(Locale& inLocale, int32_t compareIndex);
/external/icu4c/i18n/
H A Dnumsys.cpp101 NumberingSystem::createInstance(const Locale & inLocale, UErrorCode& status) { argument
108 int32_t count = inLocale.getKeywordValue("numbers",buffer, sizeof(buffer),status);
113 UResourceBundle *resource = ures_open(NULL, inLocale.getName(), &status);
H A Dnumfmt.cpp677 // Create a number style NumberFormat instance with the inLocale locale.
680 NumberFormat::createInstance(const Locale& inLocale, UErrorCode& status) argument
682 return createInstance(inLocale, UNUM_DECIMAL, status);
695 // Create a currency style NumberFormat instance with the inLocale locale.
698 NumberFormat::createCurrencyInstance(const Locale& inLocale, UErrorCode& status) argument
700 return createInstance(inLocale, UNUM_CURRENCY, status);
713 // Create a percent style NumberFormat instance with the inLocale locale.
716 NumberFormat::createPercentInstance(const Locale& inLocale, UErrorCode& status) argument
718 return createInstance(inLocale, UNUM_PERCENT, status);
731 // Create a scientific style NumberFormat instance with the inLocale local
734 createScientificInstance(const Locale& inLocale, UErrorCode& status) argument
[all...]
H A Dtranslit.cpp731 * @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);
735 getDisplayName(const UnicodeString& id, const Locale& inLocale, UnicodeString& result) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 174 milliseconds