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

  /external/e2fsprogs/intl/
loadinfo.h 60 #define TERRITORY 32
92 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER,
104 const char *language, const char *territory,
116 territory, codeset, special, sponsor, revision.
118 there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY,
126 TERRITORY for *TERRITORY,
134 const char **modifier, const char **territory,
explodename.c 54 const char **territory, const char **codeset,
63 *territory = NULL;
84 /* Next is the territory. */
86 *territory = ++cp;
92 mask |= TERRITORY;
174 if (*territory != NULL && (*territory)[0] == '\0')
175 mask &= ~TERRITORY;
l10nflist.c 172 int mask, const char *language, const char *territory,
194 + ((mask & TERRITORY) != 0
195 ? strlen (territory) + 1 : 0)
228 if ((mask & TERRITORY) != 0)
231 cp = stpcpy (cp, territory);
332 first the modifier, then the territory, then the codeset, then the
348 cnt, language, territory, codeset,
355 cnt, language, territory, codeset,
  /toolchain/binutils/binutils-2.25/intl/
explodename.c 53 _nl_explode_name (name, language, modifier, territory, codeset,
58 const char **territory;
70 *territory = NULL;
91 /* Next is the territory. */
93 *territory = ++cp;
99 mask |= TERRITORY;
181 if (*territory != NULL && (*territory)[0] == '\0')
182 mask &= ~TERRITORY;
loadinfo.h 68 #define TERRITORY 32
100 MASK, LANGUAGE, TERRITORY, CODESET, NORMALIZED_CODESET, MODIFIER,
112 const char *language, const char *territory,
125 territory, codeset, special, sponsor, revision.
127 there. *LANGUAGE gets assigned NAME. Each of *MODIFIER, *TERRITORY,
135 TERRITORY for *TERRITORY,
144 const char **territory,
l10nflist.c 189 territory, codeset, normalized_codeset, modifier, special,
196 const char *territory;
222 + ((mask & TERRITORY) != 0
223 ? strlen (territory) + 1 : 0)
256 if ((mask & TERRITORY) != 0)
259 cp = stpcpy (cp, territory);
360 first the modifier, then the territory, then the codeset, then the
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
RegionTest.java 64 { "AC" , "-1" , "QO" , "TERRITORY", "009" },
65 { "AD" , "020", "039", "TERRITORY", "150" },
66 { "AE" , "784", "145", "TERRITORY", "142" },
67 { "AF" , "004", "034", "TERRITORY", "142" },
68 { "AG" , "028", "029", "TERRITORY", "019" },
69 { "AI" , "660", "029", "TERRITORY", "019" },
70 { "AL" , "008", "039", "TERRITORY", "150" },
71 { "AM" , "051", "145", "TERRITORY", "142" },
73 { "AO" , "024", "017", "TERRITORY", "002" },
74 { "AQ" , "010", "QO" , "TERRITORY", "009" }
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
RegionTest.java 63 { "AC" , "-1" , "QO" , "TERRITORY", "009" },
64 { "AD" , "020", "039", "TERRITORY", "150" },
65 { "AE" , "784", "145", "TERRITORY", "142" },
66 { "AF" , "004", "034", "TERRITORY", "142" },
67 { "AG" , "028", "029", "TERRITORY", "019" },
68 { "AI" , "660", "029", "TERRITORY", "019" },
69 { "AL" , "008", "039", "TERRITORY", "150" },
70 { "AM" , "051", "145", "TERRITORY", "142" },
72 { "AO" , "024", "017", "TERRITORY", "002" },
73 { "AQ" , "010", "QO" , "TERRITORY", "009" }
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Region.java 39 * TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but also
66 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
76 * Type representing a territory.
78 TERRITORY,
94 * the normal WORLD/CONTINENT/SUBCONTINENT/TERRITORY containment tree.
132 * codes are, any known aliases, and the territory containment data.
165 territoryAlias = metadataAlias.get("territory");
214 r.type = RegionType.TERRITORY; // Only temporary - figure out the real type later once the aliases are known.
227 // Process the territory aliases
307 // even though it looks like a territory code. Need to handle it here
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Region.java 38 * TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but also
65 * values are WORLD, CONTINENT, SUBCONTINENT, TERRITORY, GROUPING, DEPRECATED, and UNKNOWN.
78 * Type representing a territory.
81 TERRITORY,
100 * the normal WORLD/CONTINENT/SUBCONTINENT/TERRITORY containment tree.
140 * codes are, any known aliases, and the territory containment data.
173 territoryAlias = metadataAlias.get("territory");
222 r.type = RegionType.TERRITORY; // Only temporary - figure out the real type later once the aliases are known.
235 // Process the territory aliases
315 // even though it looks like a territory code. Need to handle it here
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 65 TERRITORY,
83 contextUsageTypeMap.put("territory", CapitalizationContextUsage.TERRITORY);
491 return skipAdjust? regionName: adjustForUsageAndContext(CapitalizationContextUsage.TERRITORY, regionName);
495 return skipAdjust? regionName: adjustForUsageAndContext(CapitalizationContextUsage.TERRITORY, regionName);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 61 TERRITORY,
79 contextUsageTypeMap.put("territory", CapitalizationContextUsage.TERRITORY);
487 return skipAdjust? regionName: adjustForUsageAndContext(CapitalizationContextUsage.TERRITORY, regionName);
491 return skipAdjust? regionName: adjustForUsageAndContext(CapitalizationContextUsage.TERRITORY, regionName);
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 2582 milliseconds