HomeSort by relevance Sort by last modified time
    Searched full:territory (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/icu4c/data/xml/rbnf/
fa_AF.xml 11 <territory type="AF"/>
fr_BE.xml 11 <territory type="BE"/>
fr_CH.xml 11 <territory type="CH"/>
pt_PT.xml 11 <territory type="PT"/>
  /external/icu4c/data/xml/brkitr/
en_US.xml 16 <territory type="US"/>
en_US_POSIX.xml 16 <territory type="US"/>
  /external/icu4c/data/xml/collation/
bn_IN.xml 16 <territory type="IN"/>
en_BE.xml 16 <territory type="BE"/>
fa_AF.xml 16 <territory type="AF"/>
zh_HK.xml 16 <territory type="HK"/>
zh_MO.xml 16 <territory type="MO"/>
zh_TW.xml 16 <territory type="TW"/>
zh_TW_STROKE.xml 16 <territory type="TW"/>
  /external/icu4c/data/xml/main/
az_AZ.xml 16 <territory type="AZ"/>
en_US_POSIX.xml 16 <territory type="US"/>
pa_PK.xml 16 <territory type="PK"/>
ur_IN.xml 16 <territory type="IN"/>
uz_UZ.xml 16 <territory type="UZ"/>
uz_Arab.xml 17 <territory type="AF"/>
  /external/e2fsprogs/intl/
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;
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,
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,
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,
  /external/icu4c/i18n/
zonemeta.cpp 184 uprv_free(entry->territory);
200 static const char gTerritoryTag[] = "territory";
332 const UChar *territory = ures_getStringByKey(tzitem, gTerritoryTag, &territoryLen, &status); local
334 territory = NULL;
345 if (territory == NULL || u_strcmp(territory, gWorld) == 0) {
348 entry->country = territory;
379 if (territory == NULL || u_strcmp(territory, gWorld) == 0) {
382 entry->country = territory;
687 const char *territory = uprv_strrchr(mzid, '_'); local
    [all...]
zonemeta.h 32 UChar *territory; member in struct:MetaToOlsonMappingEntry

Completed in 87 milliseconds

1 2 3