HomeSort by relevance Sort by last modified time
    Searched refs:localeIndex (Results 1 - 10 of 10) sorted by null

  /external/icu4c/test/intltest/
dtptngts.cpp 557 int32_t localeIndex=0;
561 while (localeIndex < MAX_LOCALE )
566 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
567 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3])
    [all...]
dtifmtts.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 74 private int localeIndex;
85 localeIndex = bundle.localeIndex;
174 int localeIndex = -1;
191 localeIndex = i;
200 Locale locale = localeList.get(localeIndex);
269 bundle.localeIndex = i;
331 configuration.setLocale(localeList.get(match.bundle.localeIndex), true);
362 configuration.setLocale(localeList.get(match.bundle.localeIndex), true);
    [all...]
  /external/icu4c/common/
locmap.c 952 uint32_t localeIndex;
960 FIX_LOCALE_ID_TAG_SEPARATOR(gPosixFromLCID, (uint32_t)ret, localeIndex)
    [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 896 * @param localeIndex The index of the desired locale.
902 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 658 * @param localeIndex The index of the desired locale.
664 unum_getAvailable(int32_t localeIndex);
    [all...]
ucol.h 690 * @param localeIndex The index of the desired locale.
696 ucol_getAvailable(int32_t localeIndex);
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 1456 milliseconds