/external/icu4c/test/intltest/ |
dtptngts.cpp | 547 int32_t localeIndex=0; 551 while (localeIndex < MAX_LOCALE ) 556 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]); 557 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]) [all...] |
dtifmtts.cpp | [all...] |
/external/icu4c/common/ |
locmap.c | 886 uint32_t localeIndex; 894 FIX_LOCALE_ID_TAG_SEPARATOR(gPosixFromLCID, ret, localeIndex) 902 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) 904 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) 906 return getPosixID(&gPosixIDmap[localeIndex], hostid); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationComposite.java | [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 103 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0; 270 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const; 640 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { 641 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() && 643 return data[localeIndex+1][ruleIndex+1]; [all...] |
/external/icu4c/i18n/unicode/ |
ucal.h | 842 * @param localeIndex The index of the desired locale. 848 ucal_getAvailable(int32_t localeIndex); [all...] |
udat.h | 730 * @param localeIndex The index of the desired locale. 736 udat_getAvailable(int32_t localeIndex); [all...] |
unum.h | 604 * @param localeIndex The index of the desired locale. 610 unum_getAvailable(int32_t localeIndex); [all...] |
ucol.h | 592 * @param localeIndex The index of the desired locale. 598 ucol_getAvailable(int32_t localeIndex); [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | [all...] |