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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtifmtts.cpp1370 uint32_t localeIndex; local
1371 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1373 uprv_strcpy(locName, testLocale[localeIndex][0]);
1374 uprv_strcat(locName, testLocale[localeIndex][1]);
1375 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...]
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp1370 uint32_t localeIndex; local
1371 for ( localeIndex = 0; localeIndex < ARRAY_SIZE(testLocale); ++localeIndex ) {
1373 uprv_strcpy(locName, testLocale[localeIndex][0]);
1374 uprv_strcat(locName, testLocale[localeIndex][1]);
1375 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...]
/external/chromium_org/third_party/icu/source/common/
H A Dlocmap.c991 uint32_t localeIndex; local
1029 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) {
1030 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1031 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);
/external/icu/icu4c/source/common/
H A Dlocmap.c986 uint32_t localeIndex; local
1024 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) {
1025 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) {
1026 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid);
/external/chromium_org/third_party/icu/source/i18n/
H A Drbnf.cpp99 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
268 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
638 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { argument
639 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
641 return data[localeIndex+1][ruleIndex+1];
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp102 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0;
271 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const;
643 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { argument
644 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() &&
646 return data[localeIndex+1][ruleIndex+1];
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dudat.h1089 * @param localeIndex The index of the desired locale.
1095 udat_getAvailable(int32_t localeIndex);
H A Dunum.h787 * @param localeIndex The index of the desired locale.
793 unum_getAvailable(int32_t localeIndex);
H A Ducal.h965 * @param localeIndex The index of the desired locale.
971 ucal_getAvailable(int32_t localeIndex);
H A Ducol.h772 * @param localeIndex The index of the desired locale.
778 ucol_getAvailable(int32_t localeIndex);
/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h1104 * @param localeIndex The index of the desired locale.
1110 udat_getAvailable(int32_t localeIndex);
H A Ducal.h963 * @param localeIndex The index of the desired locale.
969 ucal_getAvailable(int32_t localeIndex);
H A Ducol.h788 * @param localeIndex The index of the desired locale.
794 ucol_getAvailable(int32_t localeIndex);
H A Dunum.h796 * @param localeIndex The index of the desired locale.
802 unum_getAvailable(int32_t localeIndex);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c1306 int32_t localeIndex = 0; local
1313 localeIndex = 1; /* Use the second locale for the rest of the test. */
1316 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status);
1320 uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1307 int32_t localeIndex = 0; local
1314 localeIndex = 1; /* Use the second locale for the rest of the test. */
1317 size=uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], NULL, size, &status);
1321 uloc_getDisplayLanguage(languageCodes[i], inLocale[localeIndex], testLang, size + 1, &status);

Completed in 3213 milliseconds