/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;
|
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/chromium/third_party/icu/source/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
|
/external/bluetooth/glib/glib/ |
gutils.c | 2965 gchar *territory = NULL; local [all...] |