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

  /external/icu4c/common/
locmap.c 883 uint32_t localeIndex;
891 FIX_LOCALE_ID_TAG_SEPARATOR(gPosixFromLCID, ret, localeIndex)
899 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++)
901 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
903 return getPosixID(&gPosixIDmap[localeIndex], hostid);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtifmtts.cpp     [all...]
dtptngts.cpp 505 int32_t localeIndex=0;
509 while (localeIndex < MAX_LOCALE )
514 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
515 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3])
    [all...]
  /external/icu4c/test/intltest/
dtifmtts.cpp     [all...]
dtptngts.cpp 506 int32_t localeIndex=0;
510 while (localeIndex < MAX_LOCALE )
515 Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3]);
516 logln("\n\n Locale: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], testLocale[localeIndex][3])
    [all...]
  /external/chromium/third_party/icu/source/common/
locmap.c 801 uint32_t localeIndex;
803 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++)
805 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID)
807 return getPosixID(&gPosixIDmap[localeIndex], hostid);
  /external/chromium/third_party/icu/source/test/cintltst/
cloctst.c     [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]

Completed in 375 milliseconds