Home
last modified time | relevance | path

Searched refs:NameType (Results 1 - 25 of 27) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java96 * 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 DTimeZoneGenericNames.java29 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 DTimeZoneNamesImpl.java162 * @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 DTZDBTimeZoneNames.java98 * 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 DTimeZoneGenericNames.java30 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 DTimeZoneNamesImpl.java164 * @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 DTimeZoneNames.java65 * {@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 DTimeZoneFormat.java46 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 DDateFormatSymbols.java33 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 DTimeZoneNames.java66 * {@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 DTimeZoneFormat.java47 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 DDateFormatSymbols.java34 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 DTimeZoneNameTest.java23 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 DTimeZoneNameProviderICU.java16 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 DItaniumDemangle.h40 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 Dfunc-name-inferrer.h103 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 DTimeZoneFormatTest.java45 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 DTimeZoneFormatTest.java46 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 DTimeZone.java30 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 DTimeZone.java31 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 DItaniumManglingCanonicalizer.cpp204 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 DCOFFImportFile.cpp172 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 DFormatHandler.java47 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 DFormatHandler.java47 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 Dmod.rs526 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()

Completed in 47 milliseconds

12