/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,
|
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,
|
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/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/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/ |
PopulationData.java | 64 ULocale territory = new ULocale("und", terrID); local 65 entries.add(new TerritoryEntry(territory.getDisplayCountry(ULocale.forLocale(loc)), SupplementalUtilities.ldml2d(vec[2]))); 72 System.out.println("Loading population/territory data from CLDR");
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
GlobalizationPreferencesTest.java | 454 // Territory for unsupported language locale 457 String territory = gp.getTerritory(); local 458 if (!territory.equals("US")) { 459 errln("FAIL: Territory is " + territory + " - Expected: US"); 462 // Territory for language only locale "fr" 465 territory = gp.getTerritory(); 466 if (!territory.equals("FR")) { 467 errln("FAIL: Territory is " + territory + " - Expected: FR") [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/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/android_icu4j/src/main/java/android/icu/util/ |
GlobalizationPreferences.java | 35 * <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) { 347 this.territory = territory; // immutable, so don't need to clone 352 * Gets the territory setting. If it wasn't explicitly set, it i 1129 private String territory; field in class:GlobalizationPreferences [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/ |
GlobalizationPreferences.java | 34 * <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) { 360 this.territory = territory; // immutable, so don't need to clone 365 * Gets the territory setting. If it wasn't explicitly set, it i 1169 private String territory; field in class:GlobalizationPreferences [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
gettext.py | 156 territory = locale[pos:]
160 territory = ''
166 if i & COMPONENT_TERRITORY: val += territory
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
gettext.py | 154 territory = locale[pos:]
158 territory = ''
164 if i & COMPONENT_TERRITORY: val += territory
|
/external/python/cpython2/Lib/ |
gettext.py | 229 territory = locale[pos:] 233 territory = '' 239 if i & COMPONENT_TERRITORY: val += territory
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
gettext.py | 154 territory = locale[pos:] 158 territory = '' 164 if i & COMPONENT_TERRITORY: val += territory
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
gettext.py | 154 territory = locale[pos:] 158 territory = '' 164 if i & COMPONENT_TERRITORY: val += territory
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 154 territory = locale[pos:] 158 territory = '' 164 if i & COMPONENT_TERRITORY: val += territory
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 154 territory = locale[pos:] 158 territory = '' 164 if i & COMPONENT_TERRITORY: val += territory
|
/prebuilts/go/darwin-x86/src/time/ |
genzabbrs.go | 65 Territory string `xml:"territory,attr"` 92 if z.Territory != "001" {
|
/prebuilts/go/linux-x86/src/time/ |
genzabbrs.go | 65 Territory string `xml:"territory,attr"` 92 if z.Territory != "001" {
|
/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 | |