Searched defs:territory (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/intl/
H A Dexplodename.c54 const char **territory, const char **codeset,
63 *territory = NULL;
84 /* Next is the territory. */
86 *territory = ++cp;
174 if (*territory != NULL && (*territory)[0] == '\0')
52 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
H A Dfinddomain.c56 const char *territory; local
82 (6) territory
137 mask = _nl_explode_name (locale, &language, &modifier, &territory,
144 strlen (dirname) + 1, mask, language, territory,
H A Dl10nflist.c172 int mask, const char *language, const char *territory,
195 ? strlen (territory) + 1 : 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,
170 _nl_make_l10nflist(struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *special, const char *sponsor, const char *revision, const char *filename, int do_allocate) argument
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DGlobalizationPreferences.java35 * <li>A territory</li>
59 * The codes used to reference territory, currency, etc. are as defined elsewhere
156 * for the appropriate territory, currency, timezone, etc. The
333 * Sets the territory, which is a valid territory according to for
339 * @param territory code
343 public GlobalizationPreferences setTerritory(String territory) { argument
347 this.territory = territory; // immutable, so don't need to clone
352 * Gets the territory settin
1129 private String territory; field in class:GlobalizationPreferences
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java34 * <li>A territory</li>
58 * The codes used to reference territory, currency, etc. are as defined elsewhere
160 * for the appropriate territory, currency, timezone, etc. The
345 * Sets the territory, which is a valid territory according to for
351 * @param territory code
356 public GlobalizationPreferences setTerritory(String territory) { argument
360 this.territory = territory; // immutable, so don't need to clone
365 * Gets the territory settin
1169 private String territory; field in class:GlobalizationPreferences
[all...]

Completed in 155 milliseconds