/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneAliasTest.java | 396 String city = id.substring(pos+1); in getCity() 397 return city.replace('_',' '); in getCity() 409 String city = getCity(); in toString() 422 ? "\t\t\"" + city + " Standard Time\"\r\n" in toString() 423 + "\t\t\"" + city + "-ST\"\r\n" in toString() 424 + "\t\t\"" + city + " Daylight Time\"\r\n" in toString() 425 + "\t\t\"" + city + "-DT\"\r\n" in toString() 430 + "\t\t\"" + city + " Time\"\r\n" in toString() 431 + "\t\t\"" + city + "-T\"\r\n" in toString() 432 + "\t\t\"" + city in toString() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneAliasTest.java | 393 String city = id.substring(pos+1); in getCity() 394 return city.replace('_',' '); in getCity() 406 String city = getCity(); in toString() 419 ? "\t\t\"" + city + " Standard Time\"\r\n" in toString() 420 + "\t\t\"" + city + "-ST\"\r\n" in toString() 421 + "\t\t\"" + city + " Daylight Time\"\r\n" in toString() 422 + "\t\t\"" + city + "-DT\"\r\n" in toString() 427 + "\t\t\"" + city + " Time\"\r\n" in toString() 428 + "\t\t\"" + city + "-T\"\r\n" in toString() 429 + "\t\t\"" + city in toString() [all...] |
/third_party/popt/tests/ |
H A D | test2.c | 35 static char *city = NULL; variable 63 { "city", 'c', POPT_ARG_STRING, &city, 0, in main() 64 "city", "city" }, in main() 144 addr1,addr2, city, state, postal, in main()
|
/third_party/cJSON/ |
H A D | test.c | 35 const char *city; member 235 cJSON_AddStringToObject(fld, "City", fields[i].city); in create_objects()
|
/third_party/rust/crates/nom/examples/ |
H A D | json_iterator.rs | 287 /// object(input).filter(|(k, _)| k == "users").flatten(|(_, v)| v.object()).filter(|(k, _)| k == "city").flatten(|(_,v)| v.string()) in hash() 291 \"user1\" : { \"city\": \"Nantes\", \"country\": \"France\" }, in hash() 292 \"user2\" : { \"city\": \"Bruxelles\", \"country\": \"Belgium\" }, in hash() 293 \"user3\": { \"city\": \"Paris\", \"country\": \"France\", \"age\": 30 } in hash() 298 let data = "{\"users\":{\"user1\":{\"city\":\"Nantes\",\"country\":\"France\"},\"user2\":{\"city\":\"Bruxelles\",\"country\":\"Belgium\"},\"user3\":{\"city\":\"Paris\",\"country\":\"France\",\"age\":30}},\"countries\":[\"France\",\"Belgium\"]}"; in hash() 311 o.filter(|(k, _)| *k == "city") in hash()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneGenericNames.java | 82 // The format pattern such as "{0} Time", where {0} is the country or city. 86 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city. 89 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city. 247 // use the exemplar city name in getGenericLocationName() 251 String city = _tznames.getExemplarLocationName(canonicalTzID); in getGenericLocationName() 252 name = formatPattern(Pattern.REGION_FORMAT, city); in getGenericLocationName() 557 // Otherwise, use exemplar city name in getPartialLocationName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneGenericNames.java | 86 // The format pattern such as "{0} Time", where {0} is the country or city. 90 // The format pattern such as "{1} Time ({0})", where {1} is the country and {0} is a city. 93 // The format pattern such as "{1} ({0})", where {1} is the metazone, and {0} is the country or city. 251 // use the exemplar city name in getGenericLocationName() 255 String city = _tznames.getExemplarLocationName(canonicalTzID); in getGenericLocationName() 256 name = formatPattern(Pattern.REGION_FORMAT, city); in getGenericLocationName() 561 // Otherwise, use exemplar city name in getPartialLocationName()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 552 // use the exemplar city name. in getGenericLocationName() 557 UnicodeString city; in getGenericLocationName() local 558 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName() 559 fRegionFormat.format(city, name, status); in getGenericLocationName() 796 // Otherwise, use exemplar city name in getPartialLocationName()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.cpp | 552 // use the exemplar city name. in getGenericLocationName() 557 UnicodeString city; in getGenericLocationName() local 558 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName() 559 fRegionFormat.format(city, name, status); in getGenericLocationName() 796 // Otherwise, use exemplar city name in getPartialLocationName()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzgnames.cpp | 555 // use the exemplar city name. in getGenericLocationName() 560 UnicodeString city; in getGenericLocationName() local 561 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName() 562 fRegionFormat.format(city, name, status); in getGenericLocationName() 799 // Otherwise, use exemplar city name in getPartialLocationName()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |