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

  /external/e2fsprogs/intl/
finddomain.c 56 const char *territory; local
82 (6) territory
137 mask = _nl_explode_name (locale, &language, &modifier, &territory,
144 strlen (dirname) + 1, mask, language, territory,
  /toolchain/binutils/binutils-2.25/intl/
finddomain.c 59 const char *territory; local
85 (6) territory
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
147 strlen (dirname) + 1, mask, language, territory,
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
PopulationData.java 62 ULocale territory = new ULocale("und", terrID); local
63 entries.add(new TerritoryEntry(territory.getDisplayCountry(ULocale.forLocale(loc)), SupplementalUtilities.ldml2d(vec[2])));
70 System.out.println("Loading population/territory data from CLDR");
  /external/icu/android_icu4j/src/main/java/android/icu/util/
GlobalizationPreferences.java 33 * <li>A territory</li>
57 * The codes used to reference territory, currency, etc. are as defined elsewhere
154 * for the appropriate territory, currency, timezone, etc. The
331 * Sets the territory, which is a valid territory according to for
337 * @param territory code
341 public GlobalizationPreferences setTerritory(String territory) {
345 this.territory = territory; // immutable, so don't need to clone
350 * Gets the territory setting. If it wasn't explicitly set, it i
1128 private String territory; field in class:GlobalizationPreferences
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 453 // Territory for unsupported language locale
456 String territory = gp.getTerritory(); local
457 if (!territory.equals("US")) {
458 errln("FAIL: Territory is " + territory + " - Expected: US");
461 // Territory for language only locale "fr"
464 territory = gp.getTerritory();
465 if (!territory.equals("FR")) {
466 errln("FAIL: Territory is " + territory + " - Expected: FR")
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
GlobalizationPreferences.java 32 * <li>A territory</li>
56 * The codes used to reference territory, currency, etc. are as defined elsewhere
158 * for the appropriate territory, currency, timezone, etc. The
343 * Sets the territory, which is a valid territory according to for
349 * @param territory code
354 public GlobalizationPreferences setTerritory(String territory) {
358 this.territory = territory; // immutable, so don't need to clone
363 * Gets the territory setting. If it wasn't explicitly set, it i
1168 private String territory; field in class:GlobalizationPreferences
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 449 // Territory for unsupported language locale
452 String territory = gp.getTerritory(); local
453 if (!territory.equals("US")) {
454 errln("FAIL: Territory is " + territory + " - Expected: US");
457 // Territory for language only locale "fr"
460 territory = gp.getTerritory();
461 if (!territory.equals("FR")) {
462 errln("FAIL: Territory is " + territory + " - Expected: FR")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 8167 milliseconds