/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 96 * com.ibm.icu.text.TimeZoneNames.NameType) 99 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 101 (type != NameType.SHORT_STANDARD && type != NameType.SHORT_DAYLIGHT)) { in getMetaZoneDisplayName() 109 * com.ibm.icu.text.TimeZoneNames.NameType) 112 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() 194 String getName(NameType type) { in getName() 222 final NameType type; 226 TZDBNameInfo(String mzID, NameType typ [all...] |
H A D | TimeZoneGenericNames.java | 29 import com.ibm.icu.text.TimeZoneNames.NameType; 127 private static final NameType[] GENERIC_NON_LOCATION_TYPES = 128 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 333 NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC; in formatGenericNonLocationName() 381 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName() 382 NameType in formatGenericNonLocationName() [all...] |
H A D | TimeZoneNamesImpl.java | 162 * @see com.ibm.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType) 165 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 174 * @see com.ibm.icu.text.TimeZoneNames#getTimeZoneDisplayName(java.lang.String, com.ibm.icu.text.TimeZoneNames.NameType) 177 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 192 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION); in getExemplarLocationName() 200 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() 260 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() 268 NameType type = types[i]; in getDisplayNames() 513 NameType type; 520 private EnumSet<NameType> _nameType [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 98 * ohos.global.icu.text.TimeZoneNames.NameType) 101 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 103 (type != NameType.SHORT_STANDARD && type != NameType.SHORT_DAYLIGHT)) { in getMetaZoneDisplayName() 111 * ohos.global.icu.text.TimeZoneNames.NameType) 114 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() 196 String getName(NameType type) { in getName() 224 final NameType type; 228 TZDBNameInfo(String mzID, NameType typ [all...] |
H A D | TimeZoneGenericNames.java | 30 import ohos.global.icu.text.TimeZoneNames.NameType; 131 private static final NameType[] GENERIC_NON_LOCATION_TYPES = 132 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 337 NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC; in formatGenericNonLocationName() 385 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName() 386 NameType in formatGenericNonLocationName() [all...] |
H A D | TimeZoneNamesImpl.java | 164 * @see ohos.global.icu.text.TimeZoneNames#getMetaZoneDisplayName(java.lang.String, ohos.global.icu.text.TimeZoneNames.NameType) 167 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 176 * @see ohos.global.icu.text.TimeZoneNames#getTimeZoneDisplayName(java.lang.String, ohos.global.icu.text.TimeZoneNames.NameType) 179 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 194 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION); in getExemplarLocationName() 202 public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() 262 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() 270 NameType type = types[i]; in getDisplayNames() 515 NameType type; 522 private EnumSet<NameType> _nameType [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneNames.java | 65 * {@link #getTimeZoneDisplayName(String, NameType)} is designed for accessing a name only used by a single time zone. 67 * may provide time zone names only through {@link #getTimeZoneDisplayName(String, NameType)}, or only through 68 * {@link #getMetaZoneDisplayName(String, NameType)}, or both. 88 public enum NameType { enum in TimeZoneNames 193 * zone names ({@link NameType#SHORT_STANDARD} and {@link NameType#SHORT_DAYLIGHT}), 261 * The display name type. See {@link TimeZoneNames.NameType}. 267 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName() 273 * <b>Note:</b> This method calls the subclass's {@link #getTimeZoneDisplayName(String, NameType)} first. When the 275 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)} [all...] |
H A D | TimeZoneFormat.java | 46 import com.ibm.icu.text.TimeZoneNames.NameType; 400 private static final EnumSet<NameType> ALL_SIMPLE_NAME_TYPES = EnumSet.of( 401 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, 402 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT, 403 NameType.EXEMPLAR_LOCATION 901 result = formatSpecific(tz, NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, date, timeType); in format() 904 result = formatSpecific(tz, NameType in format() [all...] |
H A D | DateFormatSymbols.java | 33 import com.ibm.icu.text.TimeZoneNames.NameType; 1389 NameType types[] = { in getZoneStrings() 1390 NameType.LONG_STANDARD, NameType.SHORT_STANDARD, in getZoneStrings() 1391 NameType.LONG_DAYLIGHT, NameType.SHORT_DAYLIGHT in getZoneStrings()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneNames.java | 66 * {@link #getTimeZoneDisplayName(String, NameType)} is designed for accessing a name only used by a single time zone. 68 * may provide time zone names only through {@link #getTimeZoneDisplayName(String, NameType)}, or only through 69 * {@link #getMetaZoneDisplayName(String, NameType)}, or both. 85 public enum NameType { enum in TimeZoneNames 174 * zone names ({@link NameType#SHORT_STANDARD} and {@link NameType#SHORT_DAYLIGHT}), 236 * The display name type. See {@link TimeZoneNames.NameType}. 241 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName() 247 * <b>Note:</b> This method calls the subclass's {@link #getTimeZoneDisplayName(String, NameType)} first. When the 249 * time zone, then calls {@link #getMetaZoneDisplayName(String, NameType)} [all...] |
H A D | TimeZoneFormat.java | 47 import ohos.global.icu.text.TimeZoneNames.NameType; 364 private static final EnumSet<NameType> ALL_SIMPLE_NAME_TYPES = EnumSet.of( 365 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, 366 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT, 367 NameType.EXEMPLAR_LOCATION 844 result = formatSpecific(tz, NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, date, timeType); in format() 847 result = formatSpecific(tz, NameType in format() [all...] |
H A D | DateFormatSymbols.java | 34 import ohos.global.icu.text.TimeZoneNames.NameType; 1340 NameType types[] = { in getZoneStrings() 1341 NameType.LONG_STANDARD, NameType.SHORT_STANDARD, in getZoneStrings() 1342 NameType.LONG_DAYLIGHT, NameType.SHORT_DAYLIGHT in getZoneStrings()
|
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
H A D | TimeZoneNameTest.java | 23 import com.ibm.icu.text.TimeZoneNames.NameType; 107 tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date) : in getIcuDisplayName() 108 tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date); in getIcuDisplayName() 112 tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date) : in getIcuDisplayName() 113 tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date); in getIcuDisplayName() 173 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale() 211 TimeZoneNames.NameType.LONG_STANDARD); in testGetMetaZoneDisplayName() 217 TimeZoneNames.NameType.SHORT_DAYLIGHT); in testGetMetaZoneDisplayName() 241 TimeZoneNames.NameType in testGetTimeZoneDisplayName() [all...] |
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
H A D | TimeZoneNameProviderICU.java | 16 import com.ibm.icu.text.TimeZoneNames.NameType; 32 String lstd = tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date); in getDisplayName() 33 String ldst = tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date); in getDisplayName() 34 String sstd = tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date); in getDisplayName() 35 String sdst = tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date); in getDisplayName() 53 // tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date) : in getDisplayName() 54 // tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date); in getDisplayName() 58 // tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date) : in getDisplayName() 59 // tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date); in getDisplayName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 40 X(NameType) \ 384 class NameType final : public Node { 388 NameType(StringView Name_) : Node(KNameType), Name(Name_) {} in NameType() function in final 462 static_cast<const NameType *>(Ty)->getName() == "objc_object"; in isObjCObject() 2563 auto *StringLitName = make<NameType>("string literal"); in parseLocalName() 2710 return make<NameType>("'block-literal'"); in parseUnnamedTypeName() 2726 return make<NameType>("(anonymous namespace)"); in parseSourceName() 2727 return make<NameType>(Name); in parseSourceName() 2789 return make<NameType>("operator&&"); in parseOperatorName() 2793 return make<NameType>("operato in parseOperatorName() [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | func-name-inferrer.h | 103 enum NameType : uint8_t { 111 Name(const AstRawString* name, NameType type) in Name() 114 base::PointerWithPayload<const AstRawString, NameType, 2> name_and_type_; 118 inline NameType type() const { return name_and_type_.GetPayload(); } in type()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 45 import com.ibm.icu.text.TimeZoneNames.NameType; 1113 int resultSize = names.find("GMT", 0, EnumSet.allOf(NameType.class)).size(); in TestTZDBNamesThreading() 1138 NameType[] types = new NameType[]{ in TestGetDisplayNames() 1139 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, in TestGetDisplayNames() 1140 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT in TestGetDisplayNames() 1159 NameType type = types[i]; in TestGetDisplayNames() 1176 NameType typ in TestGetDisplayNames() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 46 import ohos.global.icu.text.TimeZoneNames.NameType; 1116 int resultSize = names.find("GMT", 0, EnumSet.allOf(NameType.class)).size(); in TestTZDBNamesThreading() 1141 NameType[] types = new NameType[]{ in TestGetDisplayNames() 1142 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, in TestGetDisplayNames() 1143 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT in TestGetDisplayNames() 1162 NameType type = types[i]; in TestGetDisplayNames() 1179 NameType typ in TestGetDisplayNames() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | TimeZone.java | 30 import com.ibm.icu.text.TimeZoneNames.NameType; 587 NameType nameType = null; in _getDisplayName() 590 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName() 594 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | TimeZone.java | 31 import ohos.global.icu.text.TimeZoneNames.NameType; 552 NameType nameType = null; in _getDisplayName() 555 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName() 559 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ItaniumManglingCanonicalizer.cpp | 204 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); in make() 241 N = P->Demangler.make<itanium_demangle::NameType>("std"); in addEquivalence() 314 N = Demangler.make<itanium_demangle::NameType>( in parseMaybeMangledName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 172 ImportType Type, ImportNameType NameType); 465 ImportNameType NameType) { in createShortImport() 480 Imp->TypeInfo = (NameType << 2) | ImportType; in createShortImport() 598 ImportNameType NameType = E.Noname in writeImportLibrary() local 616 OF.createShortImport(*Name, E.Ordinal, ImportType, NameType)); in writeImportLibrary() 462 createShortImport(StringRef Sym, uint16_t Ordinal, ImportType ImportType, ImportNameType NameType) createShortImport() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 47 import ohos.global.icu.text.TimeZoneNames.NameType; 2484 final NameType[] nTypes = { in hasSameBehavior() 2485 NameType.SHORT_STANDARD, in hasSameBehavior() 2486 NameType.SHORT_DAYLIGHT in hasSameBehavior() 2490 for (NameType nt : nTypes) { in hasSameBehavior()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 47 import com.ibm.icu.text.TimeZoneNames.NameType; 2497 final NameType[] nTypes = { in hasSameBehavior() 2498 NameType.SHORT_STANDARD, in hasSameBehavior() 2499 NameType.SHORT_DAYLIGHT in hasSameBehavior() 2503 for (NameType nt : nTypes) { in hasSameBehavior()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 526 pub struct NameType(c_int); structure names 528 impl NameType { impls 530 pub const HOST_NAME: NameType = NameType(ffi::TLSEXT_NAMETYPE_host_name); 2691 pub fn servername(&self, type_: NameType) -> Option<&str> { in servername() 2704 pub fn servername_raw(&self, type_: NameType) -> Option<&[u8]> { in servername_raw()
|