Searched refs:localeIndex (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp1373 uint32_t localeIndex; local
1374 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1376 uprv_strcpy(locName, testLocale[localeIndex][0]);
1377 uprv_strcat(locName, testLocale[localeIndex][1]);
1378 stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName);
H A Ddtptngts.cpp619 int32_t localeIndex=0; local
623 while (localeIndex < MAX_LOCALE )
628 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
629 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][
[all...]
H A Dloctest.cpp2689 for (int localeIndex = 0; localeIndex < numLocales; localeIndex++) {
2690 const Locale &loc = localeList[localeIndex];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateIntervalFormatTest.java967 int localeIndex;
968 for ( localeIndex = 0; localeIndex < testLocale.length; ++localeIndex) {
969 stress(DATA, DATA.length, new Locale(testLocale[localeIndex][0],
970 testLocale[localeIndex][1], testLocale[localeIndex][2]),
971 testLocale[localeIndex][0]+testLocale[localeIndex][1]);
/external/icu/icu4c/source/common/
H A Dlocmap.c983 uint32_t localeIndex; local
1021 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) {
1022 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1023 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp103 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
272 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
644 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { argument
645 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
647 return data[localeIndex+1][ruleIndex+1];
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h963 * @param localeIndex The index of the desired locale.
969 ucal_getAvailable(int32_t localeIndex);
H A Ducol.h797 * @param localeIndex The index of the desired locale.
803 ucol_getAvailable(int32_t localeIndex);
H A Dudat.h1268 * @param localeIndex The index of the desired locale.
1274 udat_getAvailable(int32_t localeIndex);
H A Dunum.h805 * @param localeIndex The index of the desired locale.
811 unum_getAvailable(int32_t localeIndex);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1313 int32_t localeIndex = 0; local
1320 localeIndex = 1; /* Use the second locale for the rest of the test. */
1323 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status);
1327 uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status);

Completed in 313 milliseconds